Re: Default Route On Boot.

2005-11-03 Thread Mariusz Kruk
Nick Porter napisał(a): I'm at a complete loss of how to make this work. The way I understand it there are three ways to set a default route when the machine boots. 1) Use DHCP. 2) From the Interfaces file. 3) A script in one of the if-x.d directorys. I have tried all these and just don't see

Re: Default Route On Boot.

2005-11-03 Thread Marc PERRUDIN
225.225.225.0 is not a valid netmask. Your system can't determine if your gateway and your address are on the same network. Try with 255.255.255.0. cu. Nick Porter a écrit : >I'm at a complete loss of how to make this work. The way I understand it >there are three ways to set a default route whe

Re: Default Route On Boot.

2005-11-03 Thread Frank Gevaerts
On Thu, Nov 03, 2005 at 01:54:11PM -, Nick Porter wrote: > # The primary network interface > auto eth0 > > iface eth0 inet static > address 192.168.0.42 > netmask 225.225.225.0 This is wrong : should be 255.255.255.0 Frank -- "Debugging is twice as hard as writing the code in the first pl

Default Route On Boot.

2005-11-03 Thread Nick Porter
I'm at a complete loss of how to make this work. The way I understand it there are three ways to set a default route when the machine boots. 1) Use DHCP. 2) From the Interfaces file. 3) A script in one of the if-x.d directorys. I have tried all these and just don't seem to be able to get it to