From owner-freebsd-questions Thu Oct 3 00:40:06 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09353 for questions-outgoing; Thu, 3 Oct 1996 00:40:06 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA09297 for ; Thu, 3 Oct 1996 00:40:00 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id JAA28331; Thu, 3 Oct 1996 09:38:14 +0200 (IST) Date: Thu, 3 Oct 1996 09:38:14 +0200 (IST) From: Nadav Eiron To: El de la seguridad cc: questions@freebsd.org Subject: Re: vif and freebsd! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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