[olug] Enabling eth1 at startup for debian
Phil Brutsche
phil at brutsche.us
Sun Oct 12 16:49:23 UTC 2003
Jordan Wilberding wrote:
> How do I have my eth1 enabled at startup for debian?
Open /etc/network/interfaces in your editor of choice and follow the
examples (there are quite a few comments in this file, and you have a
definition for eth0 that you can use as an example).
Basically, the entries are:
DHCP:
auto eth1
iface eth1 inet dhcp
static IP:
auto eth1
iface eth1 inet static
address ...
netmask ...
--
Phil Brutsche
phil at brutsche.us
More information about the OLUG
mailing list