Had the same problem...
I made simple workaround script:
/etc/init.d/networkfix
#!/bin/sh
#
# chkconfig: - 11 90
# description: Restart network if gateway (192.168.0.1) unreachable.
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
n=1
while [ $n -le 10 ]
do
if ! ping -c...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.