Update, upgrade problem

Discussion in 'Server Operation' started by hitri, Nov 12, 2011.

  1. hitri

    hitri New Member HowtoForge Supporter

    After a while I tried to upgrade my Ubuntu server 11.04 with IspConfig installed.
    It doesn't work, but it have already worked. I pinged security.ubuntu.com and this is the result:
    PING security.ubuntu.com (91.189.92.167) 56(84) bytes of data.

    After ctrl+c I got:
    --- security.ubuntu.com ping statistics ---
    63 packets transmitted, 0 received, 100% packet loss, time 62008ms

    I've tried to modify /etc/resolv.conf with add OpenDNS's nameservers.
    My server is behind router.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I guess it's just a temporary problem. Have you tried again?
     
  3. hitri

    hitri New Member HowtoForge Supporter

    I've been trying for more then week. It doesn't work. Is it possible, that ISP did something?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Can you try Google's nameservers (8.8.8.8 and 8.8.4.4) in your resolv.conf?

    ISPConfig does not touch your resolv.conf or your apt configuration.

    Can you post the output of
    Code:
    ifconfig
    ?
     
  5. hitri

    hitri New Member HowtoForge Supporter

    I tried with Google's IPs, it's the same.
    PHP:

    ifconfig
    :

    eth0      Link encap:Ethernet  HWaddr 00:1f:d0:0a:a3:8a
              inet addr
    :192.168.10.211  Bcast:192.168.10.255  Mask:255.255.255.0
              inet6 addr
    fe80::21f:d0ff:fe0a:a38a/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU
    :1500  Metric:1
              RX packets
    :422904 errors:0 dropped:0 overruns:0 frame:0
              TX packets
    :354379 errors:0 dropped:0 overruns:0 carrier:0
              collisions
    :0 txqueuelen:1000
              RX bytes
    :351733866 (351.7 MB)  TX bytes:68465551 (68.4 MB)
              
    Interrupt:42 Base address:0x4000

    eth0
    :0    Link encap:Ethernet  HWaddr 00:1f:d0:0a:a3:8a
              inet addr
    :78.153.35.114  Bcast:78.153.35.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU
    :1500  Metric:1
              Interrupt
    :42 Base address:0x4000

    lo        Link encap
    :Local Loopback
              inet addr
    :127.0.0.1  Mask:255.0.0.0
              inet6 addr
    : ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU
    :16436  Metric:1
              RX packets
    :74601 errors:0 dropped:0 overruns:0 frame:0
              TX packets
    :74601 errors:0 dropped:0 overruns:0 carrier:0
              collisions
    :0 txqueuelen:0
              RX bytes
    :6549023 (6.5 MB)  TX bytes:6549023 (6.5 MB)


     
  6. falko

    falko Super Moderator Howtoforge Staff

    Did you always have those network interfaces? Should eth0 have a local IP, while eth0:0 has a public one?
     
  7. hitri

    hitri New Member HowtoForge Supporter

    I don't know. Does ISPConfig 3 handling with network interfaces? I didn't change it and didn't create eth0:0. I had to change IP in ISPConfig from public to local otherwise it doesn't work. (you set me this)
    Thank you Falko for your effort.
     
  8. falko

    falko Super Moderator Howtoforge Staff

    Not unless you explicitly tell ISPConfig to do so. By default it doesn't change your network configuration, and it's not recommended to let ISPConfig do this.
     

Share This Page