On Thu, 2002-04-04 at 23:19, Brian W. Carver wrote: > Hi, > > I've scoured the web, read the man page, and don't get it. If several > people posted or sent me their dhcpd.conf files with explanations of why > each name/address goes in each spot I would greatly appreciate it.
have you configured your /etc/network/interfaces? Should look somewhat like this: # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback # The first network card - this entry was created during the Debian installation# (network, broadcast and gateway are optional) auto eth0 iface eth0 inet dhcp #network card connecting to the local network auto eth1 iface eth1 inet static address 192.168.0.1 netmask 255.255.255.0 Kurdt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]