Hello,
I have been at it for weeks. So is time for me to post and ask for help.
I have a RT-AC5300 with Merlin 380.61 which I'll be using as an AP. As we all know, the ac5300 has 3 wireless. I need to vlan each PHYS wireless with one port each. Not virtual wireless. I was able to getting working on DD-WRT, but the throughput and wireless signal was weak. These are the ports to the routervlan1 are ports 1-4 of the router; eth0 is the WAN; eth1 is the 2.4Ghz wireless; eth2 is the 5Ghz-1 wireless; eth3 is the 5Ghz-2 wireless) The router also shows ports 5, 7 and 8t. I know 8t is the CPU, but I have no idea what 5 and 7 are. Maybe some one can shine some light on this as to what they are. All I know is that Port 5 gets automatically tagged once a vlan is created. As far as as the bridges is concerned, the only interface on br0 is vlan1. These are the last three configurations that I've tried out of MANY, but to no availe.
Configuration 1:
# Set up Vlan Ports
robocfg vlan 1 ports '1 5u 7 8t'
robocfg vlan 12 ports '2 8t'
robocfg vlan 13 ports '3 8t'
#Vlan 12 Work
vconfig add br0 12
ifconfig vlan12 up
brctl addbr br2
brctl addif br2 vlan12 eth1
ifconfig br2 up
#Vlan 13 Lab
vconfig add br0 13
ifconfig vlan13 up
brctl addbr br3
brctl addif br3 vlan13 eth3
ifconfig br3 up
Configuration 2:
# Set up Vlan Ports
robocfg vlan 1 ports '1 5t 7 8t'
robocfg vlan 12 ports '2 8t
robocfg vlan 13 ports '3 8t'
#Vlan 12 Work
vconfig add br0 12
ifconfig vlan12 up
brctl addbr br2
brctl addif br2 vlan12 eth1
ifconfig br2 up
#Vlan 13 Lab
vconfig add br0 13
brctl addbr br3
brctl addif br3 vlan13 eth3
ifconfig br3 up
Configuration 3:
# Set up Vlan Ports
robocfg vlan 1 ports '1 7 8t'
robocfg vlan 12 ports '2 5 8t'
robocfg vlan 13 ports '3 5 8t'
#Vlan 12 Work
vconfig add br0 12
ifconfig vlan12 up
brctl addbr br2
brctl addif br2 vlan12 eth1
ifconfig br2 up
#Vlan 13 Lab
vconfig add br0 13
ifconfig vlan13 up
brctl addbr br3
brctl addif br3 vlan13 eth3
ifconfig br3 up
The problems: Configuration 1 is that ALL wireless works on port 1 and nothing on the other ports. Configuration 2, ONLY port 1 wifi works. Nothing on the other ports. Configuration 3, port 1 wifi works; port 3, eth1 AND eth2 works. Nothing on the other ports.
I get different "working" configurations when I move and/or tag port 5 around. I did the same with port 7 but nothing seems to happens. I have replaced br0 to vlan1 as the host interface for the vlan I'm creating and I get the same results. I also tried these configurations through nvram commands and still get the same results. So, What I really want to say is.....
HELP!!!!!
I have been at it for weeks. So is time for me to post and ask for help.
I have a RT-AC5300 with Merlin 380.61 which I'll be using as an AP. As we all know, the ac5300 has 3 wireless. I need to vlan each PHYS wireless with one port each. Not virtual wireless. I was able to getting working on DD-WRT, but the throughput and wireless signal was weak. These are the ports to the routervlan1 are ports 1-4 of the router; eth0 is the WAN; eth1 is the 2.4Ghz wireless; eth2 is the 5Ghz-1 wireless; eth3 is the 5Ghz-2 wireless) The router also shows ports 5, 7 and 8t. I know 8t is the CPU, but I have no idea what 5 and 7 are. Maybe some one can shine some light on this as to what they are. All I know is that Port 5 gets automatically tagged once a vlan is created. As far as as the bridges is concerned, the only interface on br0 is vlan1. These are the last three configurations that I've tried out of MANY, but to no availe.
Configuration 1:
# Set up Vlan Ports
robocfg vlan 1 ports '1 5u 7 8t'
robocfg vlan 12 ports '2 8t'
robocfg vlan 13 ports '3 8t'
#Vlan 12 Work
vconfig add br0 12
ifconfig vlan12 up
brctl addbr br2
brctl addif br2 vlan12 eth1
ifconfig br2 up
#Vlan 13 Lab
vconfig add br0 13
ifconfig vlan13 up
brctl addbr br3
brctl addif br3 vlan13 eth3
ifconfig br3 up
Configuration 2:
# Set up Vlan Ports
robocfg vlan 1 ports '1 5t 7 8t'
robocfg vlan 12 ports '2 8t
robocfg vlan 13 ports '3 8t'
#Vlan 12 Work
vconfig add br0 12
ifconfig vlan12 up
brctl addbr br2
brctl addif br2 vlan12 eth1
ifconfig br2 up
#Vlan 13 Lab
vconfig add br0 13
brctl addbr br3
brctl addif br3 vlan13 eth3
ifconfig br3 up
Configuration 3:
# Set up Vlan Ports
robocfg vlan 1 ports '1 7 8t'
robocfg vlan 12 ports '2 5 8t'
robocfg vlan 13 ports '3 5 8t'
#Vlan 12 Work
vconfig add br0 12
ifconfig vlan12 up
brctl addbr br2
brctl addif br2 vlan12 eth1
ifconfig br2 up
#Vlan 13 Lab
vconfig add br0 13
ifconfig vlan13 up
brctl addbr br3
brctl addif br3 vlan13 eth3
ifconfig br3 up
The problems: Configuration 1 is that ALL wireless works on port 1 and nothing on the other ports. Configuration 2, ONLY port 1 wifi works. Nothing on the other ports. Configuration 3, port 1 wifi works; port 3, eth1 AND eth2 works. Nothing on the other ports.
I get different "working" configurations when I move and/or tag port 5 around. I did the same with port 7 but nothing seems to happens. I have replaced br0 to vlan1 as the host interface for the vlan I'm creating and I get the same results. I also tried these configurations through nvram commands and still get the same results. So, What I really want to say is.....
HELP!!!!!