Networking goes down every couple of days???
Posted: Wed Apr 15, 2009 10:38 am
I looked immediately into the /var/log/syslog file and the last few lines were the following:
I always have to restart the networking services manually via:
The restart Apache and everything comes back to life...why does this happen every week or so at random times?
The same messages are in the daemon.log file:
Any ideas? VladSun? 
Cheers,
Alex
Code: Select all
Apr 15 10:25:38 aqualive dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 4
Apr 15 10:25:38 aqualive dhclient: DHCPOFFER from 192.168.0.1
Apr 15 10:25:38 aqualive dhclient: DHCPREQUEST on eth2 to 255.255.255.255 port 67
Apr 15 10:25:38 aqualive dhclient: DHCPACK from 192.168.0.1
Apr 15 10:25:38 aqualive dhclient: bound to 192.168.0.114 -- renewal in 299777 seconds.
Apr 15 10:27:46 aqualive dhclient: receive_packet failed on eth2: Network is down
Apr 15 10:27:46 aqualive kernel: [1977827.478809] r8169: eth1: link up
Apr 15 10:27:46 aqualive kernel: [1977827.826133] eth2: link up, 100Mbps, full-duplex, lpa 0x41E1
Apr 15 10:27:57 aqualive kernel: [1977838.464026] eth1: no IPv6 routers present
Apr 15 10:27:57 aqualive kernel: [1977838.624029] eth2: no IPv6 routers presentCode: Select all
/etc/init.d/networking restartThe same messages are in the daemon.log file:
Code: Select all
Apr 15 10:25:38 aqualive dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 4
Apr 15 10:25:38 aqualive dhclient: DHCPOFFER from 192.168.0.1
Apr 15 10:25:38 aqualive dhclient: DHCPREQUEST on eth2 to 255.255.255.255 port 67
Apr 15 10:25:38 aqualive dhclient: DHCPACK from 192.168.0.1
Apr 15 10:25:38 aqualive dhclient: bound to 192.168.0.114 -- renewal in 299777 seconds.
Apr 15 10:27:46 aqualive dhclient: receive_packet failed on eth2: Network is downCheers,
Alex