"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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to