HPE Aruba Networking & ProVision-based
1831343 Members
3501 Online
110024 Solutions
New Discussion

Guest Vlan Internet access

 
jwc1972
Advisor

Guest Vlan Internet access

hello All

I have been asked to set up a Guest Internet access for Visiter
No logs for the netgear, It must be the switch, on the Vlan for guest vlan 172.16.8.1 /25 This set manually. So i take it you need to use an ip address 172.16.8.1./25 In that Range for port 41-47. Is that correct? So i used 172.16.8.10 /25 for the AP Then enable dchp on the AP.

Lan | DHCP/Bootp 192.168.1.221 255.255.255.0 No
Voip | Manual 192.168.42.1 255.255.255.0 No
Up Lan | Manual 10.22.30.1 255.255.255.0 No
Guest Internet | Manual 172.16.8.1 255.255.255.128 No

ip routing
vlan 1
name "Lan"
untagged 1-12
ip address dhcp-bootp
tagged 48
no untagged 13-47
exit
vlan 100
name "Guest Internet"
untagged 37-47
ip address 172.16.8.1 255.255.255.128
tagged 48
exit
vlan 20
name "Voip"
untagged 13-24
ip address 192.168.42.1 255.255.255.0
exit
vlan 30
name "up Lan"
untagged 25-36
ip address 10.22.30.1 255.255.255.0
exit
interface 40
monitor
exit

Do i need to add anything in the Guest Internet to access the network? Port 1-12 All seem to work nicely. I enable Ip routing at the begining of the config