Re: Static IP config

2003-07-06 Thread Sebastian Kapfer
On Sun, 6 Jul 2003 02:03:45 -0500, "Kelley Hilborn" <[EMAIL PROTECTED]> wrote: > Nothing works at first, and I occasionally get the error message with > ifup: > /etc/network/interfaces:14: duplicate option > couldn't read interfaces file: "/etc/network/interfaces" There you go. Which line does th

Re: Static IP config

2003-07-06 Thread Donald Spoon
Kelley Hilborn wrote: Okay, with the /etc/network/interfaces file looking like this: auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.0.101 netmask 255.255.255.0 gateway 192.168.0.1 This looks OK. Your card should be setup automatically upon bootu

Re: Static IP config

2003-07-06 Thread Kelley Hilborn
Okay, with the /etc/network/interfaces file looking like this: auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.0.101 netmask 255.255.255.0 gateway 192.168.0.1 And my resolv.conf looking like this:(/etc/resolv.conf didn't exist I had to create it)

Re: Static IP config

2003-07-05 Thread Sebastian Kapfer
On Sun, 06 Jul 2003 00:20:04 +0200, Kelley Hilborn wrote: > iface eth0 inet static > address 192.168.0.101 > netmask 255.255.255.0 > gateway 192.168.0.1 Looks OK to me. > About all I can do at this point is ping my gateway computer. Can you be more precise? Can you ping other

Re: Static IP config

2003-07-05 Thread Todd Pytel
On Sat, 5 Jul 2003 16:46:18 -0500 "Kelley Hilborn" <[EMAIL PROTECTED]> wrote: > About all I can do at this point is ping my gateway computer. Am I > missing > something once again? > One other thing, do I need to input a nameserver anywhere? > If so, where? You're on the right track. man res

Re: Static IP config

2003-07-05 Thread Bijan Soleymani
Kelley Hilborn wrote: Okay, for my local LAN, I'm trying to set up a static IP address. This is what my /etc/network/interfaces looks like # auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.0.101 netmask 2

Static IP config

2003-07-05 Thread Kelley Hilborn
Okay, for my local LAN, I'm trying to set up a static IP address. This is what my /etc/network/interfaces looks like # auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.0.101 netmask 255.255.255.0