Hello,
Currently, I’m working on setup to connect three Mikrotik RB951G-2HnD for public WiFi setup. For connectivity between devices.
Two of the Mikrotiks will work as AP, one of them is like edge router. Idea is two have got two separate WiFi’s: let’s name them Internal Wifi and Public Wifi. Both are WPA2-PSK (at the moment)
Public subnet: 1.1.1.0/24
Internal: 192.168.21.0/24
To separate traffic I’m using VLAN’s for public:
Number 801.
So on both AP mikrotiks there is two WLAN AP setup:
Main interface for WLAN being used as internal WIFI. There is virtual AP setup, what’s being used ad public.
There is also two bridges: internal/public where corresponding connectivity being connected.
VLAN801 being tagged and passed thru switches. HP29XX series
On the edge router being terminated vlan (tagged:801) and there is working DHCP server to serve public WIFI addreses.
Also there is firewall exclussions and masquerade to allow outgoing traffic
I have setup environment is so far that there is VLAN traffic via AP/Router/Switches. When connecting via public wifi devices get IP and can do the DNS queries and telnet HTTP traffic, but when I try to open browser there is connection timeout. There is no hotspot.
Maybe you have seen this kinda of nature of problems, when traffic goes thru, but browser http traffic don’t work.
If needed I can post configuration parts.