cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
353
Views
0
Helpful
2
Replies

Securing Guest Wlan

r.robins
Level 1
Level 1

I am trying to set up a WLAN with internal users and guest users.

I have 2 ssid's one visible one hidden, the visible one is for guest use.

Problem is when I connect to the guest wlan and web auth, I can then ping and telnet to the rest of the corporate network. How do I stop this?

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Have you got separate vlans setup ie.

vlan 10 = users

vlan 11 = guest

You would then hand out different IP address ranges for each vlan eg.

vlan 10 = 192.168.5.0/24

vlan 11 = 192.168.10.0/24

Then you can either use a firewall or use access-lists on the vlan interfaces ie. suppose the coporate network was made up of subnets

192.168.1.0/24

192.168.2.0/24

192.168.3.0/24

Also assume you want to allow your guest users out to the Internet

access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.1.0 0.0.0.255

access-list 101 deny ip 192.168.10.0 0.0.0.255 192.168.2.0 0.0.0.255

etc..

int vlan 11

ip access-group 101 in

This would allow guest users on 192.168.10.0 to access the Internet but not coporate LAN.

HTH

Jon

Thanks Jon,

Looks like this is one of two ways to go.

ACL's on the switch/Router or put the WLC onto a DMZ.

Second option just means we use a wlc for 4 AP's taht will provide the Guest access.

Not so bad as we have 4 in total.

Regards

Review Cisco Networking products for a $25 gift card