wite
  
 
  
 
 
Group: Members 
Posts: 4 
Joined: Mar. 2006 | 
  | 
Posted: Mar. 09 2006,18:24 | 
   | 
 
 
  
Hi everybody,
  after booting I have no access to my network until I do /etc/init.d/networking restart. By doing this I get this error: "SIOCDELRT: No such process". But following everything works fine. (Restarting my network another time shows no error.) I tried to perform this in bootlocal.sh, but I still had to do it manually after login. Then I put the command in .xinitrc - this works properly. But I can't figure out what's the reason for this, why do I always have to do this restart?
  Here is my /etc/network/interfaces, I think everything is set up correctly:
 
 | Code Sample  |  auto lo eth0 iface lo inet loopback
  iface eth0 inet static  address 192.168.1.2  netmask 255.255.255.0  network 192.168.1.0  broadcast 192.168.1.255  gateway 192.168.1.1
  |  
  Do you have any ideas? 
 |