If I set up a RB with all interfaces bridged, once I turn on the hotspot on that bridge, all DHCP/NATted traffic stops.
Example:
Bridge0: ether1, ether2, wlan1, wlan2
DHCP running on Bridge0, IP Addresses 10.0.0.x/24
Static on Bridge0, IP Address 10.0.0.1
Static on Ether1, IP Address 192.168.1.2
Static route to Gateway of 192.168.1.1
Masquerading is on for the 10.0.0.x/24 network to Ether1’s 192.168.1.2 network (not a one-to-one).
Hotspot runs on Bridge0. The moment it’s turned on, the RB can no longer ping 192.168.1.1, the hotspot login page comes up for users, but once authenticated, nothing can resolve.
Any ideas? I think I should somehow edit the Hotspot IP Bindings to allow the 192.168.1.x/25 network through, but it doesn’t work. Any help would be appreciated.
-Craig