What's new

RT-AC68P & FiOS: WAN dropouts on 386.x

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

The vlan 56-62 entries make no sense. They’re bridging LAN directly to WAN in like 3 places.

factory reset time. Do not restore a backup.
Hey! I restored to the router factory defaults, additionally, I went back to 384.19 firmware, then I had to restore factory defaults again, because of the password wasn't working for the admin account. Something is still going on, on my iPhone I can't make the Wireguard VPN to work. The phone connects to the VPN, but the internet is dropping frequently. So at this point I'm out of my plans.

This is what I get back when I ssh to the router.
@RT-AC68U-3E28:/tmp/home/root# robocfg show
Switch: enabled
Port 0: 1000FD enabled stp: none vlan: 2 jumbo: off mac:
Port 1: 1000FD enabled stp: none vlan: 1 jumbo: off mac:
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:
Port 7: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 8: 1000FD enabled stp: none vlan: 1 jumbo: off mac:
VLANs: BCM5301x enabled mac_check mac_hash
1: vlan1: 1 2 3 4 8t
2: vlan2: 0 8t
56: vlan56: 0 5 7 8t
57: vlan57: 0t 1t 3 4t 7t 8u
58: vlan58: 0 4t 5t 7t 8u
59: vlan59: 1t 4t 8u
60: vlan60: 0 1t 2t 3t 5t 8t
61: vlan61: 0 1t 2t 4 7
62: vlan62: 0 1 3 5t

@RT-AC68U-3E28:/tmp/home/root# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.40167e583e28 yes vlan1
eth1
eth2
 
That I do not know. It’s possible the VLAN 501/502 is used to backhaul guest traffic over the mesh. If you use aimesh, you might want to modify the script to leave the VLANs on the bridge but take the WAN port off:

Code:
robocfg vlan 501 ports “1t 2t 3t 4t 5t”
robocfg vlan 502 ports “1t 2t 3t 4t 5t”
And remove the brctl lines. I do not know if this will work as I have no way to test it.

edit to add, only do this on the router connected to the WAN. You want to leave the vlans on the WAN port for the mesh nodes, especially if you use Ethernet backhaul. I think the bug in ASUS’s code is they add the WAN port in router mode. It should only be added in AP mode.

@CoyoteDen I followed your work, and tested it on 2 of my RT-AC5300 (meshed). It solved the Guest Network 1 issue with this:
Code:
robocfg vlan 501 ports "1t 2t 3t 4t 7t 8t"
Removed "0t" from the 501 vlan.

@ASUSWRT_2020 and @RMerlin Hope you folks are watching and will consider making adjustments to the firmware. Kudos to @CoyoteDen!

Thanks
 
Reproduce it on stock firmware, then report it to Asus using their Feedback form if it still occurs on the latest stock firmware. I don't touch that code because I don't understand any of it.
 
Reproduce it on stock firmware, then report it to Asus using their Feedback form if it still occurs on the latest stock firmware. I don't touch that code because I don't understand any of it.

Sure, will do it via my AC68.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top