Hi,
I have a CRS125 which is segregating my LAN to several VLANs and sharing internet connection (with NAT) for those. I would like to have internet connection in a VLAN to share for some devices directly (without NAT). What I have been tested so far is:
Option 1: Set up a VLAN interface. Assing VLAN for switch-cpu and port which is connected to my internet provider. Made ingress VLAN tagging for internet port. VLAN interface had DHCP client and masquerading all LAN traffic to internet. This was working but performance was really poor. I was able achieve only 0.2Mbit/s bandwidth from my full 250Mbit/s connection
Option 2: Had 2 physical ports connected to internet provider. Port 1 was for normal internet traffic (NAT etc.) and Port 2 was connected to a VLAN (with ingress VLAN tagging). This was also working, I was able to spread pure L2 level internet connection to my LAN devices. However, there came probably some ARP problems, since both ports were connected to same gateway device of my internet provider. This caused disturbances in both connections.
I don’t know what was the issue with Option 1. I didn’t found any logical reason for it. How should I proceed - any ideas?