From owner-freebsd-net Sat Jan 5 20: 1: 1 2002 Delivered-To: freebsd-net@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 61EE737B404 for ; Sat, 5 Jan 2002 20:00:58 -0800 (PST) Received: from user-uiveql9.dsl.mindspring.com ([165.247.106.169] helo=mindspring.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 16N4UT-00028F-00; Sat, 05 Jan 2002 23:00:57 -0500 Message-ID: <3C3722D0.7DF8B00C@mindspring.com> Date: Sat, 05 Jan 2002 10:59:12 -0500 From: Naga R Narayanaswamy X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: cjclark@alum.mit.edu Cc: freebsd-net@FreeBSD.ORG Subject: Re: Bridging and 'pseudo-device tap' and PPPoE References: <006f01c19453$aad27440$6a092042@compaq> <20020105125831.C204@gohan.cjclark.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Crist J. Clark" wrote: > > On Thu, Jan 03, 2002 at 07:39:20AM -0500, Naga R Narayanaswamy wrote: > > Hello: > > > > I want to create pseudo ethernet devices to simulate many NICs on > > a PC. In Solaris, we can do "ifconfig hme0:1 10.1.1.1 up" > > hme0:2 etc to create logival interfaces. I am trying to do a similar thing > > on FreeBSD. > > # ifconfig fxp0 inet 10.1.1.1 alias This will only add another IP address to the same fxp0 interface. I want different interfaces like fxp0:1, fxp0:2 (like tap0, tap1 ...) with their own MAC addresses and IP addresses (but no physical card to represent them) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message