Network is going down once per day
- by Charly
Once per day the network on eth0 is going down and we need to do
sudo ifdown eth0; sudo ifup eth0
to get the network up.
Here is the syslog:
Feb 11 12:48:01 www-tech-1 dhclient: DHCPREQUEST of address> on eth0 to 131.121.113.228 port 67
Feb 11 12:52:35 www-tech-1 dhclient: DHCPREQUEST of address> on eth0 to 131.121.113.228 port 67
Feb 11…