Re: vlan traffic over ipsec tunnel

2002-04-20 Thread Brooks Davis
On Fri, Apr 19, 2002 at 01:18:16PM -0700, Julian Elischer wrote: > failing that, I have just had "contributed" > some code that produces an actual "vlan" netgraph node. > You attach it to the ethernet node.. I'm still > reading it to work out what it does.. One thing worth noting. I'm pretty sur

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Garrett Wollman
< said: > I don't know, but it may have problems setting promiscuous mode.. > is there such a thing in vlan mode? Certainly -- but the other VLANs configured on the same interface have to be prepared to appropriately ignore the traffic they receive that isn't addressed to them. -GAWollman To

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Julian Elischer
apparently, though I am still trying to understand it.. On Fri, 19 Apr 2002, Terry Lambert wrote: > Julian Elischer wrote: > > > > failing that, I have just had "contributed" > > some code that produces an actual "vlan" netgraph node. > > You attach it to the ethernet node.. I'm still > > read

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Julian Elischer
On Fri, 19 Apr 2002, Terry Lambert wrote: > > Julian's approach would put the vlan's on ng_ether, which > would push through the code that does the bridging. Last > December 20 on -net, he said the caode for a VLAN netgraph > node was being donated by "this French committer" (sorry, I > don't

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Luigi Rizzo
On Fri, Apr 19, 2002 at 02:01:49PM -0700, Terry Lambert wrote: > Luigi Rizzo wrote: > > i recently (late february) made some commits that among other > > things enabled the native bridging in FreeBSD to work on vlans. > > Both on -stable and -current. > > OK, then I'm out of date. > > Does this

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Terry Lambert
Luigi Rizzo wrote: > i recently (late february) made some commits that among other > things enabled the native bridging in FreeBSD to work on vlans. > Both on -stable and -current. OK, then I'm out of date. Does this work with ip.fastforwarding? -- Terry To Unsubscribe: send mail to [EMAIL PRO

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Terry Lambert
Julian Elischer wrote: > > failing that, I have just had "contributed" > some code that produces an actual "vlan" netgraph node. > You attach it to the ethernet node.. I'm still > reading it to work out what it does.. Is this the "VLAN implemented in Netgraph" thing you were talking about last D

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Terry Lambert
Julian Elischer wrote: > > Would imply it should just work to bridge vlan's via netgraph bridging. > > As Archie said I have not tested this to prove how it does or does not > > work since I haven't had a need to try it. > > I don't know, but it may have problems setting promiscuous mode.. > is t

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Luigi Rizzo
i recently (late february) made some commits that among other things enabled the native bridging in FreeBSD to work on vlans. Both on -stable and -current. cheers luigi On Fri, Apr 19, 2002 at 01:44:19PM -0700, Terry Lambert wrote: > Archie Cobbs wrote: > > Terry Lambert writes:

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Terry Lambert
Archie Cobbs wrote: > Terry Lambert writes: > > Bridging doesn't work with the vlanX interface currently in FreeBSD. > > Why not? > > I believe you, I've just never used vlans and always assumed > that they acted like normal Ethernet interfaces. According to people in -questions on 18 Dec of la

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Julian Elischer
failing that, I have just had "contributed" some code that produces an actual "vlan" netgraph node. You attach it to the ethernet node.. I'm still reading it to work out what it does.. On Fri, 19 Apr 2002, Doug Ambrisko wrote: > Archie Cobbs writes: > | Terry Lambert writes: > | > Bridging does

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Julian Elischer
On Fri, 19 Apr 2002, Doug Ambrisko wrote: > Archie Cobbs writes: > | Terry Lambert writes: > | > Bridging doesn't work with the vlanX interface currently in FreeBSD. > | > | Why not? > | > | I believe you, I've just never used vlans and always assumed > | that they acted like normal Ethernet

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Doug Ambrisko
Archie Cobbs writes: | Terry Lambert writes: | > Bridging doesn't work with the vlanX interface currently in FreeBSD. | | Why not? | | I believe you, I've just never used vlans and always assumed | that they acted like normal Ethernet interfaces. Same here: a21p# ngctl list There are 5 tot

Re: vlan traffic over ipsec tunnel

2002-04-19 Thread Archie Cobbs
Terry Lambert writes: > Bridging doesn't work with the vlanX interface currently in FreeBSD. Why not? I believe you, I've just never used vlans and always assumed that they acted like normal Ethernet interfaces. -Archie __

Re: vlan traffic over ipsec tunnel

2002-04-18 Thread Julian Elischer
TECTED]> > > Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > > Sent: Thursday, April 18, 2002 2:44 AM > > Subject: Re: vlan traffic over ipsec tunnel > > > > > > > On Wed, Apr 17, 2002 at 09:11:28PM +0200, Peter J. Blok wrote: > > > > Hi A

Re: vlan traffic over ipsec tunnel

2002-04-18 Thread Bernd Walter
; > Sent: Thursday, April 18, 2002 2:44 AM > Subject: Re: vlan traffic over ipsec tunnel > > > > On Wed, Apr 17, 2002 at 09:11:28PM +0200, Peter J. Blok wrote: > > > Hi All, > > > > > > I'd like to accomplish the following: I have two locations, co

Re: vlan traffic over ipsec tunnel

2002-04-18 Thread Radoslav Vasilev
]> Sent: Thursday, April 18, 2002 2:44 AM Subject: Re: vlan traffic over ipsec tunnel > On Wed, Apr 17, 2002 at 09:11:28PM +0200, Peter J. Blok wrote: > > Hi All, > > > > I'd like to accomplish the following: I have two locations, connected via an > > IPSEC tun

Re: vlan traffic over ipsec tunnel

2002-04-17 Thread Terry Lambert
Terry Lambert wrote: > Bridging doesn't work with the vlanX interface currently in > FreeBSD. > > Julian promised (last December) that he would be committing a > VLAN netgraph node for doing VLAN "the right way", but I have > not seen anything. I tried to ping him twice on this, but I > think he

Re: vlan traffic over ipsec tunnel

2002-04-17 Thread Terry Lambert
"Peter J. Blok" wrote: > I'd like to accomplish the following: I have two locations, connected via an > IPSEC tunnel. Is it possible to connect the vlans at both ends through the > tunnel. > > Is this possible with existing software? What would it take to do something > like this? Bridging does

Re: vlan traffic over ipsec tunnel

2002-04-17 Thread Bernd Walter
On Wed, Apr 17, 2002 at 09:11:28PM +0200, Peter J. Blok wrote: > Hi All, > > I'd like to accomplish the following: I have two locations, connected via an > IPSEC tunnel. Is it possible to connect the vlans at both ends through the > tunnel. > > Is this possible with existing software? What wou

Re: vlan traffic over ipsec tunnel

2002-04-17 Thread Matt Ayres
I don't know of a way to do this in FreeBSD, however OpenBSD's bridging code does support this. man brconfig on an OpenBSD box. Simply bridging a tunneling device and an ethernet device might work under FreeBSD. Matt On Wed, 17 Apr 2002, Peter J. Blok wrote: > Hi All, > > I'd like to accompli

vlan traffic over ipsec tunnel

2002-04-17 Thread Peter J. Blok
Hi All, I'd like to accomplish the following: I have two locations, connected via an IPSEC tunnel. Is it possible to connect the vlans at both ends through the tunnel. Is this possible with existing software? What would it take to do something like this? Peter To Unsubscribe: send mail to [