I have a asus RT-AC68U Router.
I am trying to have Port 4 be a VLAN trunk with Vlan 1 (Standard) and Vlan 15.
In DDWRT I can do this by.
1. Going to Vlan and enabling "Tagged" on port 4, and checking Vlan 1 and Vlan 15.
2. Going to Networking and creating br1 with a static IP on vlan 15.
3. Assigning Vlan15 interface to the br1 bridge.
- Now I can ping between the Router console and a remote switch.
Unfortunately DD-WRT has some issues with Wifi. I have to reboot the system anytime I want to change the wifi settings. That includes changing the setting that was the whole reason for doing this... Getting wl0.1 onto vlan 15 so that the guest network is truely isolated from my network.
I have been all over the net trying to figure out how to get asuswrt to work with trunking on port 4. I am hoping someone can help. I suspect the settings I had before were close but not sure what I missed.
I am trying to have Port 4 be a VLAN trunk with Vlan 1 (Standard) and Vlan 15.
In DDWRT I can do this by.
1. Going to Vlan and enabling "Tagged" on port 4, and checking Vlan 1 and Vlan 15.
2. Going to Networking and creating br1 with a static IP on vlan 15.
3. Assigning Vlan15 interface to the br1 bridge.
- Now I can ping between the Router console and a remote switch.
Unfortunately DD-WRT has some issues with Wifi. I have to reboot the system anytime I want to change the wifi settings. That includes changing the setting that was the whole reason for doing this... Getting wl0.1 onto vlan 15 so that the guest network is truely isolated from my network.
I have been all over the net trying to figure out how to get asuswrt to work with trunking on port 4. I am hoping someone can help. I suspect the settings I had before were close but not sure what I missed.
ip link add link eth0 name eth0.15 type vlan id 15
ip -d link show eth0.15
ip addr add 192.168.85.2/24 brd 192.168.85.255 dev eth0.15
ip link set dev eth0.15 up
ip -d link show eth0.15
ip addr add 192.168.85.2/24 brd 192.168.85.255 dev eth0.15
ip link set dev eth0.15 up