Hi
I want to have a separate guest WLAN on my hAP AC Lite that shares the internet connection but has a different DHCP address range (not necessarily a different subnet). I think I have completed most of it but I am struggling with getting internet access from the guest network.
Here’s what I have so far:
- Internet connection on eth1
- PPTP VPN connection running
- eth2, wlan1, wlan2 bridged on 192.168.88.0/24 with router on 192.168.88.1 and DHCP server running
- the appropriate NAT and mangle rules
- all traffic from the subnet routed thru VPN
The above works great. I also set up
- wlan3, wlan4 bridged on 192.168.89.0/24 with router on 192.168.89.1 and DHCP server running
- all traffic from the subnet should NOT be routed thru VPN
Where I am struggling now is with setting up the rules so that the second subnet can reach the Internet while still being isolated from the first. Can anyone help?
export.txt (4.92 KB)