Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 13:01:52 -0700 (PDT)
From:      Doug Ambrisko <ambrisko@ambrisko.com>
To:        Archie Cobbs <archie@dellroad.org>
Cc:        Terry Lambert <tlambert2@mindspring.com>, "Peter J. Blok" <Peter.Blok@inter.NL.net>, freebsd-hackers@FreeBSD.org, freebsd-net@FreeBSD.org
Subject:   Re: vlan traffic over ipsec tunnel
Message-ID:  <200204192001.g3JK1q748470@ambrisko.com>
In-Reply-To: <200204191713.g3JHDVg41265@arch20m.dellroad.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 total nodes:
    Name: ngctl53375      Type: socket          ID: 00000006   Num hooks: 0
    Name: an0             Type: ether           ID: 00000005   Num hooks: 0
    Name: vmnet1          Type: ether           ID: 00000004   Num hooks: 0
    Name: vlan0           Type: ether           ID: 00000003   Num hooks: 0
    Name: fxp0            Type: ether           ID: 00000002   Num hooks: 0
  a21p# ifconfig vlan0
  vlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
          inet 192.168.33.1 netmask 0xffffff00 broadcast 192.168.33.255
          ether 00:10:a4:91:2e:ce 
          vlan: 34 parent interface: fxp0
  a21p# 

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.

Doug A.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204192001.g3JK1q748470>