Hi, On Tue, Mar 04, 2003 at 06:15:53PM -0500, Patrick Wiseman wrote: > Hi, all: > > Doing > #ifconfig eth1 192.168.1.11 > corrects the problem, but now the external network is > unavailable. Doing > #route add default gw 192.168.1.1 > fixes that problem. > > Where are the configuration files to automate all this?
/etc/network/interfaces
>
> Thanks.
>
> Patrick
In your '/etc/network/interfaces' file put:
auto eth0
iface eth0 inet static
address 192.168.1.11
gateway 192.168.1.1
netmask 255.255.255.0
Bye.
--
+----------------------------------+
| Martin Kacerovsky |
| e-mail : wizard(AT)matfyz(DOT)cz |
| home : http://wizard.matfyz.cz |
+----------------------------------+
pgp00000.pgp
Description: PGP signature

