> > I've used bridging with tap devices plenty. Works fine for me.
>
>What bridging method do you use with tap device ?
>option BRIDGE in kernel method OR netgraph bridging method?
Netgraph bridging.
> > TAP devices don't actually work unless there's a process that has the
> /dev/ entry
> > op
you should be able to use N ng_eiface interfaces and then connect them
together with teh bridging code somehow, so that all teh packets come and
go on a single physical interface.
the ng_eiface node is not in -stable but it's a pretty simple edit to make
it work there, as it was originally writte
"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 tr
> From: Rogier R. Mulhuijzen
> To: Naga R Narayanaswamy
> Cc: [EMAIL PROTECTED]
> Sent: Friday, January 04, 2002 8:26 PM
> Subject: Re: Bridging and 'pseudo-device tap' and PPPoE
>
> At 07:39 3-1-2002 -0500, you wrote:
>
>> Hello:
>>
&
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 FreeB
At 07:39 3-1-2002 -0500, you 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. But after searching the archives, I find
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. But after searching the archives, I find that I have to use
tap device.