vlan bridge

  1. N

    VLAN trunk bridging with bhyve / tap and unexpected frame forwarding

    Hi all I've recently got into FreeBSD and use it as fileserver with zfs and hypervisor (bhyve) for nearly all my stuff. I had to physically move the system which spawned the need to change my network configuration to the following. Cisco switch with 10G interface -> (ix0)* FreeBSD box (re0)* ->...
  2. B

    A bridge with more than two interfaces does not work

    I'm just learning freebsd. I have two vlans in the network, I want to create a bridge between them, I create a bridge, I throw one of the vlan interfaces there, I have access to this vlan from the bridge, but if I throw the second vlan interface, I lose access to the first vlan, and to the...
  3. nbari

    How can I utilize a Gif/GRE tunnel to reach a VLAN from a bridge when only having WiFi?

    I am using vm-bhyve to manage VM's, I create a switch with something like vm switch create -i igb0 public all works fine as expected but now I would like to create VM's in another network segment the one I can only access via VLAN, the problem is that I have only Wi-Fi and can't send the vlan...
  4. B

    Solved multiples vlans in a bridge?

    I would like to be able to only some vlans in a bridge for example: bridges are done over a lagg. vlan1, vlan2, vlan3 in bridge0, vlan100, vlan102 in bridge1 all interfaces add in bridge receive tagged vlans. What would be the right way to achieve it? All the examples I saw seem to...
  5. D

    Problem with multiple bridges on interface with VLAN

    So I have a few VMs via churchers vm-bhyve, and trying to put a new VM on with a VLAN. The Unifi switch port is configured as a trunk port. So starting out, here's the interfaces I have. igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500...
  6. vorell

    Trouble with VLANs & VM-Bhyve

    Backstory: A long time linux user, I tried FreeBSD on digitalocean a few years back. Now I'm to the point where my entire cloud & home infrastructure is FreebSD based- pfsense, FreeNAS, and a FreeBSD application server. Server Specifications: Release: FreeBSD 11.1-RELEASE-p4 CPU: Intel(R)...
  7. G

    FreeBSD Switching Features

    So I've been playing with a FreeBSD virtual setup to test network functionality, and the routing is awesome, especially vlan subinterfaces. Now I'm trying to make the FreeBSD machine behave as a network switch. One way to do that is to create a bridge and add all the ports to the bridge. This...
  8. P

    Bridge as vlan trunk

    Hi guys, having some issues here. I am trying to create a bridge where multiple vlans reside, tagging their way. A few interfaces are connected to that bridge and some interfaces are tagging more than 1 vlan and more interfaces may tag the same vlan. Now, I do create the bridge0, assign...
Back
Top