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
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
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
3 matches
Mail list logo