Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-06 Thread Rogier R. Mulhuijzen
> > 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

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-05 Thread Julian Elischer
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

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-05 Thread Naga R Narayanaswamy
"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

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-05 Thread Naga R Narayanaswamy
> 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: >> &

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-05 Thread Crist J. Clark
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

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-04 Thread Rogier R. Mulhuijzen
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

Bridging and 'pseudo-device tap' and PPPoE

2002-01-04 Thread Naga R Narayanaswamy
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.