Hi All.
I have an installation where the client has a HP Procurve Network switch.
They also run 2 Vlans :
Vlan 1 - Admin Vlan - Network 192.168.100.0/24
Vlan 2 - Guest Wifi Vlan - Network 172.10.20.0/24 (I know that is a public range, that they are using as a private, but it is their existing configuration. And being a Class C, should not create too much of a problem.
The Port on the switch is configured as Tagged in Vlan 1 and Vlan2 (so if the hAP lite sends a packet tagged, it gets passed on the correct vlan. Untagged packets do not go anywhere).
I want the Wifi on the hAP lite to put it’s users on Vlan2 (just bridging, no NAT).
But the hAP lite must also be accessible on Vlan1, which it will also use for an outbound tunnel.
Am I correct in assuming the following (on the hAP lite) :
create a vlan (Name vlan1, VLAN ID 1, Interface Eth1),
create a vlan (Name vlan2, VLAN ID 2, Interface Eth2),
add IP address on vlan1 (192.168.100.16/24)
add IP address on vlan2 (172.10.20.16/24)
add default route out of vlan1 (to 192.168.100.254 - the gateway router)
create wireless Interface:
name - wlan1,
mode - AP Bridge,
Bridge Mode - Disabled,
Security Profile with WPA2
Vlan Mode - no tag
create a bridge (Name bridge1)
add vlan 2 to bridge1
add wlan1 to bridge1
Will this then :
If Wireless Client sends traffic (untagged), the router then tags it with vlan2 before passing on to the Ethernet interface (and strip the tag as it passes vlan2 traffic back to the wireless)
Allow me to access the hAP using winbox (using 192.168.110.16 on Vlan1)
Allow me to access the hAP using winbox (using 172.10.20.16 on Vlan2)
Allow me to access the hAP using winbox (using 172.10.20.16 on the Wireless without VLAN tag)
I tried before to do something like this at this client (but then I was using NAT, etc, and could not get access to the hAP from the Vlan2, or from the Wifi.
Thanks for the assist.
P