The idea is to make isolated wifi networks with vpn
once I connect to vpn client it creates one AP
and plain no wg wan AP
so that I can switch between vpn and non-vpn APs hassle free
this needs a lot of groundwork
Installing and Using OpenWrt
Network and Wireless Configuration
So basically i've tried to make WireGuard interface with another SSID wifi. Here is the old post, But now the problem is i can not connect to the internet when i tried on my phone. maybe a dns or dhcp issue, So how do i fix it?
Reading time: 15 mins π
Likes: 10 β€
it will be good if its baked into GL-MT6000 by default
You can achieve something similar by enabling guest WiFi network and then selecting a VPN policy that will make only guest network go through VPN.
Alternatively switch to vanilla OpenWRT and use pbr package.
2 Likes
xize11
October 15, 2024, 6:32am
3
Also there is a limitation how many ssids you can have.
But you also have multi psk now, this is what i currently use this works best on the vanilla openwrt main branch snapshots.
Multi PSK is cool, but doesnβt allow you to easily switch between VPN and plain internet. An interesting thing is multi BSSID, where all ssids are mashed together into one beacon.
how many SSIDs we can create on a single 2.4ghz?
admon
October 23, 2024, 2:58pm
6
There shouldn't be a real limit - but a limit how much makes sense.
iw command mentions 8 SSID limit per band. It is recommended to no more than 3-4 for performance reasons. Each SSID adds management overhead which consumes available airtime.
1 Like