[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Multiple Network Interfaces per host -- possible?



	Subject: Re: Multiple Network Interfaces per host -- possible?
	Date: Fri, Apr 20, 2001 at 06:41:55PM -0400

In reply to:Wayne Topa

Quoting Wayne Topa(wtopa@dmcom.net):
> 
> 	Subject: Multiple Network Interfaces per host -- possible?
> 	Date: Fri, Apr 20, 2001 at 11:15:48AM +0200
> 
> In reply to:Lukas Ruf
> 
> 
> Just added a 2nd card a few days ago.  Here is what I recall doing.
> Read through the Net3 and Ethernet howto's first and then
> 
> /etc/network/aliases  Had this for the first card
              ^^^^^^^   I meant interfaces  :(   
>  iface eth0 inet static
>      address 192.168.1.1
>      network 192.168.1.0
>      netmask 255.255.255.0
>      broadcast 192.168.1.255
> 
> # so I added this for the 2nd card
>  iface eth1 inet static
>      address 192.168.1.10
>      network 192.168.1.0
>      netmask 255.255.255.0
>      broadcast 192.168.1.255
>      up route add 192.168.1.10 netmask 255.255.255.0 gw 192.168.1.1
> 
> then in /etc/modutils/aliases

-- 
Programmers don't die, they just GOSUB without RETURN
_______________________________________________________



Reply to: