Re: Initializing DHCP-client

2003-01-03 Thread Hanasaki JiJi
cat interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0

Re: Initializing DHCP-client

2003-01-03 Thread Donald Spoon
Larry Hunsicker wrote: Another couple of questions, folks: I have a system with two NICs, one pointing outward to a cable modem that needs to be set up with DHCP, and one pointing inward to support my home network that I configure with static IP addresses. I have gotten and installed dhcp3-client

Initializing DHCP-client

2003-01-03 Thread Larry Hunsicker
Another couple of questions, folks: I have a system with two NICs, one pointing outward to a cable modem that needs to be set up with DHCP, and one pointing inward to support my home network that I configure with static IP addresses. I have gotten and installed dhcp3-client. Two questions: How d