Re: Static IP config

2003-07-06 Thread Kelley Hilborn
hing at all, until I type: ifconfig eth0 192.168.0.101 netmask 255.255.255.0 Then I can ping anything on my personal network, but nothing outside of it. By IP or name... More than a little confused... -A At 03:14 AM 7/6/2003 +0200, Sebastian Kapfer wrote: On Sun, 06 Jul 2003 00:20:04 +0200, Kelle

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