Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 1996 09:38:14 +0200 (IST)
From:      Nadav Eiron <nadav@barcode.co.il>
To:        El de la seguridad <secmanag@netclub.com.co>
Cc:        questions@freebsd.org
Subject:   Re: vif and freebsd!
Message-ID:  <Pine.BSF.3.91.961003093634.28309B-100000@gatekeeper.barcode.co.il>
In-Reply-To: <Pine.BSF.3.91.961002103144.1213A-100000@netclub.com.co>

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 2 Oct 1996, El de la seguridad wrote:

> 
> How can I implemente another interface "virtual interface " in my 
> ethernet card???
> Thanx in advance
> 
> G. Cabrales
> 
> 
Use the alias option on ifconfig.
If the virtual interface is on another network than your real interface, 
you may also need to ad a routing table entry.
If it is on the same network, use a netmask of all 1's, and it should 
work i.e.:
ifconfig de0 inet 192.116.93.18 netmask 255.255.255.255 alias

Nadav



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961003093634.28309B-100000>