So a day ago literally i just installed asuswrt-merlin and love it! I would like to use 2 VLANS setup on my pfsense firewall for each of the guest wifi's now that I have that option. I figured out the guest wifi interfaces from brctl show which are wl0.1 and wl0.2, super simple. Before the switch the ASUS AC87U was in AP mode with just the WAN port connected to the firewall so I have eth0 in use and a normal 2.4 and 5Ghz wifi for me and 2 guest 2.4G wifi networks. I chose to use the below script after spending time figuring out how to get the VLANs to work on the new firmware and the only part I have not figured out yet is " ports "4t 5t" " and the "nvram set lan_ifnames=" part which I think I have wrong below. When I added the 2nd guest wifi I could see the interfaces change and see the new interface name, but I compared the robocfg show output and no change. Here is my robocfg show and brctl show output:
Ports I get, 0-4 is WAN,LAN1-4, port 5,7,8 I am guessing wifi but found nothing in the merlin wiki, I thought when adding the 2nd guest wifi I would see a change to help ID the guest wifi's but no change. Here is the script I would like to use from another member on this site, its exactly what I would like to do so if ya'll could help me understand the ports part and help me chose whether to just run the commands or add the script to wan-start or services start I think I am all set to give it a go, here is the script:
Script: https://www.snbforums.com/threads/ssid-to-vlan.24791/#post-191187
Code:
bridge name bridge id STP enabled interfaces
br0 8000.38d547 yes vlan1
eth1
wl0.1
wl0.2
Switch: enabled
Port 0: 1000FD enabled stp: none vlan: 1 jumbo: off mac: MAC HERE
Port 1: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 2: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 3: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 4: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 5: 1000FD enabled stp: none vlan: 1 jumbo: off mac: MAC HERE
Port 7: 1000FD enabled stp: none vlan: 1 jumbo: off mac: MAC HERE
Port 8: 1000FD enabled stp: none vlan: 1 jumbo: off mac: MAC HERE
VLANs: BCM5301x enabled mac_check mac_hash
1: vlan1: 0 1 2 3 5 8t
2: vlan2: 8t
1045: vlan1045: 1t 2t 3t 5
1046: vlan1046: 4t 7
1047: vlan1047: 2t 4 8u
1099: vlan1099: 1 3t 5 7t
1100: vlan1100: 1t 2t 8u
1101: vlan1101: 0 1t 8t
1102: vlan1102: 7
1103: vlan1103: 0t 4t
Ports I get, 0-4 is WAN,LAN1-4, port 5,7,8 I am guessing wifi but found nothing in the merlin wiki, I thought when adding the 2nd guest wifi I would see a change to help ID the guest wifi's but no change. Here is the script I would like to use from another member on this site, its exactly what I would like to do so if ya'll could help me understand the ports part and help me chose whether to just run the commands or add the script to wan-start or services start I think I am all set to give it a go, here is the script:
Script: https://www.snbforums.com/threads/ssid-to-vlan.24791/#post-191187
Last edited: