This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Native VLAN and additional VLANS on 1 port?

Is it possible to add traffic from tagged VLANS to my untagged static ethernet port eth0?

Or, can I make eth0, the native vlan (0) static ethernet port with a single address (192.168.1.1/32 for example) and maybe add the native vlan as a tagged vlan from a layer 2 switch? 

So eth0 as ethernet static nic w.192.168.1.1/32
and say eth6 as ethernet VLAN with 3 tagged vlans, 1 tagged vlan would be the native vlan fore the network whcih the address on eth0 falls into?

eth6 ethernet VLAN:
vlan 1 (as tagged): 192.168.1.0/24
vlan 10 (tagged): 192.168.100.0/24
vlan 20 (tagged): 192.168.200.0/24

I am trying to pass all traffic from my main subnet and a wireless networks which run on vlans through a transparent device with only 1 port in, and 1 port out.

I have spare hardware to tinker with, but last time I changed eth0 to a ethernet vlan nic I had to access the box using the public ip address and revert that change to a static ethernet port.


This thread was automatically locked due to age.
Parents
  • Thanks for the help guys. This is what I ended up doing.

    So ended up with a layer 2 managed switch with VLANS plugging 1 untagged native vlan and other tagged vlans into a barracuda 310 -> WAN side of barracuda into another managed switch (to break native lan and vlans into seperate nics for the staro) -> into the astaro on 2 different eth ports (1 for native lan and other for tagged vlans).

    Ok, so I have the barracuda all hooked up. I had to throw a managed switch between the barracuda and the astaro to break networks out.
    I have the native lan, along with 4 tagged vlans going into the barracauda for filtering, then a managed layer 2 switch after the cuda going into the astaro. eth0 is still a standard static nic with the native lan on it. Then eth4 gets the tagged vlans from the switch.

    Reasons: Barracda does not see vlan1 as a vlan, they start at 2 though support told me they could change that setting but I was done playing with it and now I can still easily plug directly into the hardware without confgiuring my nic to use a vlan first. Astaro can't have static untagged nic and tagged nics on same port.

    I could not get the NAT stuff to work properly while I was testing and didn't want to chnage the network and try to get it to work and bring the place down so a $400 switch was a better option. I can also use that managed switch for some of the redundant links to my backup internet cradlepoint and my new astaro HA setup.

    To test the cuda you have to have all traffic running through it or the response packets can make their way back to the astaro and bypass the cuda and lead to time outs. This screwed up my testing. What I did was left the main lan plugged into the layer 2 switch pre cuda and into the astaro. I tried testing the cuda just with the tagged vlans and ran into timeouts and error 113 no route to host on the cuda. Running the main lan and all the tagged stuff through the cuda like the Final implementation fixed this, but did not allow me to just mess with the test network I put up or just our guest network.
Reply
  • Thanks for the help guys. This is what I ended up doing.

    So ended up with a layer 2 managed switch with VLANS plugging 1 untagged native vlan and other tagged vlans into a barracuda 310 -> WAN side of barracuda into another managed switch (to break native lan and vlans into seperate nics for the staro) -> into the astaro on 2 different eth ports (1 for native lan and other for tagged vlans).

    Ok, so I have the barracuda all hooked up. I had to throw a managed switch between the barracuda and the astaro to break networks out.
    I have the native lan, along with 4 tagged vlans going into the barracauda for filtering, then a managed layer 2 switch after the cuda going into the astaro. eth0 is still a standard static nic with the native lan on it. Then eth4 gets the tagged vlans from the switch.

    Reasons: Barracda does not see vlan1 as a vlan, they start at 2 though support told me they could change that setting but I was done playing with it and now I can still easily plug directly into the hardware without confgiuring my nic to use a vlan first. Astaro can't have static untagged nic and tagged nics on same port.

    I could not get the NAT stuff to work properly while I was testing and didn't want to chnage the network and try to get it to work and bring the place down so a $400 switch was a better option. I can also use that managed switch for some of the redundant links to my backup internet cradlepoint and my new astaro HA setup.

    To test the cuda you have to have all traffic running through it or the response packets can make their way back to the astaro and bypass the cuda and lead to time outs. This screwed up my testing. What I did was left the main lan plugged into the layer 2 switch pre cuda and into the astaro. I tried testing the cuda just with the tagged vlans and ran into timeouts and error 113 no route to host on the cuda. Running the main lan and all the tagged stuff through the cuda like the Final implementation fixed this, but did not allow me to just mess with the test network I put up or just our guest network.
Children
No Data