Re: Network static howto

2006-08-04 Thread Lars Boegild Thomsen
Raphael Brunner wrote: > I added all the data in /etc/network/interfaces and this is also up if I > see with ifconfig. # man interfaces -- Lars -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Network static howto

2006-07-28 Thread Matej Cepl
Steve Kemp wrote: > auto eth0 > iface eth0 inet static > address 192.168.1.100 > netmask 255.255.255.0 > broadcast 192.168.1.255 > gateway 192.168.1.1 IIRC, netmask and broadcast are not needed when default -- ifup guesses them from C type IP address. Matěj -- GPG Finger: 89EF

Re: Network static howto

2006-07-28 Thread Steve Kemp
On Fri, Jul 28, 2006 at 07:24:04PM +0200, Raphael Brunner wrote: > I added all the data in /etc/network/interfaces and this is also up if I > see with ifconfig. Great. > But, the nameservice don't run. If I add the following: > route add default gw 192.126.1.1 It sounds like you have a netw