On Tue, 10 Aug 2010, Rich Shepard wrote: >> allow-hotplug eth0 >> iface eth0 inet dhcp > > Paul, > > Thank you very much. I'll work on this when I again have access to > the machine. We use static IP addresses here on the wired LAN and > I'll change the second line to reflect that.
It'd look something like iface eth0 inet static address 192.168.1.2 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 -- Paul Heinlein <> [email protected] <> http://www.madboa.com/ _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
