I have an Edge Router running OpenWRT, with each port assigned to a different interface. An UniFi AP, also running OpenWRT, is connected to the eth2 port. The eth2 port is split into two parts: eth2, which assigns IP addresses from the 172.20.52.0/24 range, and eth2.150, which is a WLAN and assigns IP addresses from the 192.168.150.0/24 range.
My problem is that the 172 range works perfectly. When I connect to the appropriate SSID, I get an IP address from this range, and I have internet access. However, I can't get the 150 range to work at all. I can't connect to the network. Does anyone have a solution for this?
Let’s see the following from both devices (obviously the er-x doesn’t have WiFi, so you can omit the wireless file from that):
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
cat /etc/config/firewall
1 Like
These are my configuration files. I'm an absolute beginner in the subject, so I'm asking for help.
you know you can C&P text into the posts, right ?
Please use the "Preformatted text </>
" button for logs, scripts, configs and general console output.
Please edit your post accordingly. Thank you!