I am trying to get my openWRT router working as a wireless bridge. I've got it working for one SSID but would like to add another one. I tried doing so but then I lose connection and the ipadress in wwan doesn't show.
My setup:
Main router: Zyxel T56 (provided by internet comp) without openwrt.
Wireless AP: Cudy WR3000 with openwrt
I've used relayd to configure the wireless bridge for one SSID on one radio.
Question 1:
Should I repeat the very same process for the other radio/antenna? Ie create a new relay bridge and lan?
Question 2:
Should I repeat the same process for a second SSID? Or is the relay bridge like a path all SSID can use?
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
No.
If you have more then one radio you can connect to multiple ssid. Be it 3 times the same or 3 different. It does not matter. You may encounter layer-3 conflicts if two different AP are using the same subnet[1]. But if you connect 2 times to the same said it "works"...
@MeanCorpuscularVol I assume you are trying to connect to multiple ssid by using a single radio and this will not work because of hardware and firmware restrictions. You need one radio for each client connection.
Edit: [1] same layer-3 addresses but two different layer-2 of course
BTW, the reason I am doing this is mainly to give a neighbour access to internet. As I am typing this it might even be better to create a 'guest SSID' in the second router, instead of in the main router. Would this have any benefit?
you make a guest bridge without ports, then add access points, exactly same parameters on all radios, and you can even re-assign lan port if they want to drill & run cable.