Hello,
Could you please help me with guest network VLAN configuration?
I have 3 devices:
Core router RB3011 (for example 192.168.1.1), Switch CRS326 (192.168.1.10) and Acess point hAP (192.168.1.15).
I’ve configured hAP as access point and have a local WiFi network in use.
Now I wan’t to configure one more wireless network for guests, with isolation to local network.
What I have done:
Created VLAN on wireless router - on ether1 (vlan-guest, ID=20) , Virtual wlan on wlan1 (wlan-guest, ID=20, VLAN Mode= use tag).
Created bridge on wireless router (guest-bridge) connected vlan-guest and wlan-guest to it.
Created VLAN on switch master port ether1 (vlan-guest, ID=20).
Created VLAN on core router at ether2 (switch master port) (vlan-guest, ID=20).
Created Address on guest-vlan interface (10.1.1.1/24 for example)
Configured DHCP pool for guest-vlan interface.
At this moment guest Wifi network is visible but client didn’t receiving any IP address, configuring static ip adress (10.1.1.20/24 with gw: 10.1.1.1 dns: 8.8.8.8 ) doesn’t provide connection as well.
Thanks in advance.