Device: Asus RT-AC68U
H/W Ver: E1
S/W Ver: Asus-Merlin 386.7_2
Factory reset done and JFFS formatted and enabled
Hey there, can the community help me out here? I'm lost and don't know what to do next.
I have the device running fine, but I would want to do VLANs for both, LAN and WIFI.
I have pfSense creating the VLANs and switches are running fine; if I PVID the let's say "13" VLAN for LAN-port of the switch everything works.
But. When I run the VLAN's to the Asus, nothing works. I cannot understand why.
I have physical connections to the Asus:
WAN = This is the uplink with tagged info from the switch (VLAN 1, 11, 12, 13)
LAN1 = This should be VLAN1
LAN2 = This should be VLAN1
LAN3 = This should be VLAN1
LAN4 = This should be VLAN11
WIFI main 2.4 GHZ = This should be VLAN1
WIFI main 5.0 GHZ = This should be VLAN1
Guest N/w Index 1 2.4 GHz = This should be VLAN11
Guest N/w Index 1 5.0 GHz = This should be VLAN11
more to come, if I understand how this works
When I put script to /jffs/scripts/services-start (yes, I have chmod'ed a+x it):
__________________________________________________________
#!/bin/sh
robocfg vlan 1 ports "1 3 4 5t"
robocfg vlan 11 ports "2 5t"
vconfig add eth0 11
ifconfig vlan11 up
brctl addif br0 vlan11
__________________________________________________________
Everything breaks. I lose the uplink-connection and I have to reset.
What am I missing here?
ATM I'm trying to have VLAN 11 coming out from physical LAN 2. Rest is to figure out, but currently I'm lost.
My setup is now clean, no VLAN's nor scripts enabled:
admin@RT-AC68U-D410:/tmp/home/root# robocfg show
Switch: enabled
Port 0: 1000FD enabled stp: none vlan: 1 jumbo: off mac: 04:d9:f5:xx:xx:xx
Port 1: DOWN enabled stp: none vlan: 1 jumbo: off mac: 70:af:24:xx:xx:xx
Port 2: DOWN enabled stp: none vlan: 1 jumbo: off mac: 98:93:cc:xx:xx:xx
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: 0c:9d:92:xx:xx:xx
Port 7: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 8: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
VLANs: BCM5301x enabled mac_check mac_hash
1: vlan1: 0 1 2 3 4 5t
2: vlan2: 5t
admin@RT-AC68U-D410:/tmp/home/root#
Halp?
H/W Ver: E1
S/W Ver: Asus-Merlin 386.7_2
Factory reset done and JFFS formatted and enabled
Hey there, can the community help me out here? I'm lost and don't know what to do next.
I have the device running fine, but I would want to do VLANs for both, LAN and WIFI.
I have pfSense creating the VLANs and switches are running fine; if I PVID the let's say "13" VLAN for LAN-port of the switch everything works.
But. When I run the VLAN's to the Asus, nothing works. I cannot understand why.
I have physical connections to the Asus:
WAN = This is the uplink with tagged info from the switch (VLAN 1, 11, 12, 13)
LAN1 = This should be VLAN1
LAN2 = This should be VLAN1
LAN3 = This should be VLAN1
LAN4 = This should be VLAN11
WIFI main 2.4 GHZ = This should be VLAN1
WIFI main 5.0 GHZ = This should be VLAN1
Guest N/w Index 1 2.4 GHz = This should be VLAN11
Guest N/w Index 1 5.0 GHz = This should be VLAN11
more to come, if I understand how this works
When I put script to /jffs/scripts/services-start (yes, I have chmod'ed a+x it):
__________________________________________________________
#!/bin/sh
robocfg vlan 1 ports "1 3 4 5t"
robocfg vlan 11 ports "2 5t"
vconfig add eth0 11
ifconfig vlan11 up
brctl addif br0 vlan11
__________________________________________________________
Everything breaks. I lose the uplink-connection and I have to reset.
What am I missing here?
ATM I'm trying to have VLAN 11 coming out from physical LAN 2. Rest is to figure out, but currently I'm lost.
My setup is now clean, no VLAN's nor scripts enabled:
admin@RT-AC68U-D410:/tmp/home/root# robocfg show
Switch: enabled
Port 0: 1000FD enabled stp: none vlan: 1 jumbo: off mac: 04:d9:f5:xx:xx:xx
Port 1: DOWN enabled stp: none vlan: 1 jumbo: off mac: 70:af:24:xx:xx:xx
Port 2: DOWN enabled stp: none vlan: 1 jumbo: off mac: 98:93:cc:xx:xx:xx
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: 0c:9d:92:xx:xx:xx
Port 7: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 8: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
VLANs: BCM5301x enabled mac_check mac_hash
1: vlan1: 0 1 2 3 4 5t
2: vlan2: 5t
admin@RT-AC68U-D410:/tmp/home/root#
Halp?