Hi,
I have a network where I have 3 vlans running individual hotspots. The NAS is connected to a L2 switch for distribution.
On ether2
Vlan 101 - 192.168.1.0/24
Vlan 102 - 192.168.2.0/24
Vlan 103 - 192.168.3.0/24
On ether1 (WAN)
IP - 1.1.1.0/30
Public pool received from ISP - 2.2.2.0/24
I want the hotspot users to change from 192.168.X.X to the public IP after login. Generally on NAS without VLANs we would simply assign the first IP from the public pool like 2.2.2.1 in this to the LAN facing interface and Natting would work like charm.
But since VLANs are there I cannot assign the IP on the LAN interface (confirmed by checking). So whenever user logs in, he is shown as active under hotspot but no page is opening in his computer.
Where am I wrong?