Date: Sat, 05 Jan 2002 10:59:12 -0500 From: Naga R Narayanaswamy <nraju@mindspring.com> To: cjclark@alum.mit.edu Cc: freebsd-net@FreeBSD.ORG Subject: Re: Bridging and 'pseudo-device tap' and PPPoE Message-ID: <3C3722D0.7DF8B00C@mindspring.com> References: <006f01c19453$aad27440$6a092042@compaq> <20020105125831.C204@gohan.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C3722D0.7DF8B00C>