Re: Bridging vlan0 with de0

2002-04-19 Thread Attila Nagy
Hello, > oops. I meant to write eladtam .. bad fingers.. and Dalma says that I > should have said megadtam Oh, I see now. > Thanks.. with his email address I could find the orignal mail :-) Good luck! :) [ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]--- Attila Nagy

network traffic analysis with a network switch

2002-04-19 Thread Michael Smith
Not quite sure how to set this up, or even if it can be setup... I have a windows box, a FreeBSD box (gateway) and a RH box all connected to a 100base-T network switch. The FreeBSD box is then connected to a Cable Modem and a T1 router. I have a program on the RH box that can snoop and analyze s

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: xauth support in ipsec ?

2002-04-19 Thread Archie Cobbs
Naga R Narayanaswamy writes: > Probably this mail should be directed at the kame newsgroup. But > anyone know if xauth authorization scheme which is in draft stage > is incorporated in the ipsec protocol in FreeBSD ? FreeBSD itself does not do ISAKMP, that is done by the "racoon" port; you shoul

ethernet card not recognized

2002-04-19 Thread Vinod
I had a windows machine with an SMC1211TX ethernet card.i just installed freebsd 4.5 release on it,removing windows.but it doesnt seem to recognize the card at all and there isnt a eth0 or fxp0 interface recognized.What needs to be done?isnt this card supported.its a pretty common one,lil old thou

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 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 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 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 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
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 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
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 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 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 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 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

pxeboot and realtek 8139

2002-04-19 Thread McKenna, Lee
Using 4.5-stable, I can get an Intel fxp0 card to work fine using pxeboot in a diskless configuration, but if I try the onboard RealTek 8139 it hangs when loading the kernel. I tried "BOOTP_WIRED_TO=rl0" but that didnt make a difference. Motherboard is a shuttle fv-24, with builtin RealTek 8139.

Re: network traffic analysis with a network switch

2002-04-19 Thread Crist J. Clark
On Fri, Apr 19, 2002 at 08:14:54AM -0500, Michael Smith wrote: > Not quite sure how to set this up, or even if it can be setup... > I have a windows box, a FreeBSD box (gateway) and a RH box all > connected to a 100base-T network switch. The FreeBSD box > is then connected to a Cable Modem and a

Re: ethernet card not recognized

2002-04-19 Thread Simon Dick
On Fri, Apr 19, 2002 at 11:34:16AM -0700, Vinod wrote: > I had a windows machine with an SMC1211TX ethernet > card.i just installed freebsd 4.5 release on > it,removing windows.but it doesnt seem to recognize > the card at all and there isnt a eth0 or fxp0 > interface recognized.What needs to be d