On my DD-WRT setup I am able to set one of my interface ports to “VLAN” with my WAN port.
This allows me a port on the back of my router that skips the router completly and is just like connecting to the WAN.
Trying to decipher what is going on with the DD-WRT single check boxes that allow this under the VLAN’s tab it shows 16 VLANS. 0 is connected to ports 1 2 3 and a bridge VLAN 1 is connected to the WAN port and port 4.
This allows port 4 to bypass the router completly and is like plugging into the wan.
Ive searched and tried all sorts of stuff without luck.
I am starting off with the default config when you reset a 750G
So you just want to bridge ether4 with your WAN port? In this case you don’t need any VLANs… Make sure you change all the IP address and DHCP or PPPoE config to the bridge interface.
Create a new bridge…
/interface bridge add name=WAN-bridge
Add the ports to the bridge
/interface bridge add bridge=WAN-bridge interface=WAN
/interface bridge add bridge=WAN-bridge interface=ether4