cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot access Internet on Guest SSID -- help please?

robert_miller_b
New Contributor III

I have three R310 Unleashed APs broadcasting two SSIDs. This is the setup:

The switchports are set as trunk 802.1q, allowing VLANs 30 and 60, and the native VLAN is set as 30. The first SSID is for business, the Access IP is set as 1 and it is serving on VLAN 30 because I am receiving an xx.xx.30.x IP address when connected. The Guest network has an Access IP of 60, which is the VLAN I have for guest traffic. This SSID is broadcasting as OPEN with no authentication but when I try to connect I am receiving an IP of 169.254.131.222, and I am unable to access the Internet. What am I doing wrong?

2 REPLIES 2

robert_miller_b
New Contributor III
More info on the switch I'm connected to:
PartsStack#show run interface fastethernet1/0/16
Building configuration...

Current configuration : 318 bytes
!
interface FastEthernet1/0/16
 description Ruckus AP Upstairs
 switchport access vlan 30
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 30
 switchport trunk allowed vlan 30,60
 switchport mode trunk
 switchport voice vlan 400
 priority-queue out
 mls qos vlan-based
 spanning-tree portfast
end

robert_miller_b
New Contributor III
The problem in this case was that the VLAN 60 was not created on the switch itself. After I created the VLAN the configuration worked.