On 27 February 2009 c. 22:48:29 Sergey Khentov wrote: > Oops, it seems that the problem with disappearings of default route > was not fixed. 30 minutes I was away from my PC - and route has > disappeared. dmesg says nothing. > > Any ideas?
1) What daemons do you run? Show your /etc/rc.local script. Also, did you modify your root's crontab? If yes, please show it too. 2) Try to set up connection thorough pppoe(8), this'll give you a lot of information you could use for debugging, especially possible reconnection logs. > >> # cat /etc/hostname.pppoe0 > >> inet 0.0.0.0 255.255.255.255 0.0.0.1 pppoedev rl2 \ > >> authproto pap authname szt authkey szt up > >> !/sbin/route add default 0.0.0.1 > > > > Looks like you messed up ifconfig(8) and hostname.if(5) syntax. > > You need something like: > > > > inet 0.0.0.0 255.255.255.255 NONE pppoedev rl2 > > authproto pap authname szt authkey szt > > dest 0.0.0.1 > > up > > !/sbin/route add default 0.0.0.1 -- Best wishes, Vadim Zhukov