Thanks for replying! I think that I may have some challenges then... I can't put in more NICs into my gateway server b/c there's no more slots left, therefore (all taken up by loadbalancing 3 DSL lines), therefore I can't have 1 interface for every subnet / vlan. That means I'll have to go with the Subinterfaces approach?
1. How do I do subinterfaces on a PC NIC that's used for routing?
2. Do i need to buy a Trunk NIC for my router then? (I use PC as a gateway/firewall for my LAN)
Thanks for your help!
Main Topics
Browse All Topics





by: cstosgalePosted on 2009-03-15 at 03:07:00ID: 23890433
You will want to set the first 4 ports to be untagged in one vlan, and the second 4 untagged in the second vlan.
I suspect this is jsut a layer 2 switch, so you will also need a router to route between the vlans. Either plug two interfaces into the router, one "untagged" in each vlan, or create a trunk port by setting all vlans as "tagged" on a single port.
Unfortunately other manufacturer's switches tend to look at things differently to a Cisco, namely that a port is either untagged or tagged for a specific vlan. If it is untagged, it is an access port for that vlan, and if it is tagged, that vlan will form part of a trunk. The terminology comes from the fact that on a trunk port, packets are "tagged" for their specific vlan and on an access port the packets are not tagged with 802.1q information.