03-07-2012 08:29 AM - edited 07-03-2021 09:44 PM
Hello,
I have setup a WLC in the DMZ (anchor) and created EoIP tunnels with foreign WLC's.
My users can obtain an IP address given by the anchor WLC, but, they are not redirected to the authentication portal hosted on the anchor WLC.
I have already built 2 other similar setup for other regions of the world and it works perfectly. Do you have any idea where the problem can come from ?
I am running 6.0.202.0 on the anchor WLC (5508) and 6.0.199.4 on the foreign WLC (5508).
Many thanks for your help !
David
Solved! Go to Solution.
03-07-2012 05:39 PM
If you can reach your gateway (dynamic interface) after you manually web-auth redireced, then it sounds like these clients just don't have internet access. I would highly suggest looking at the next hop and making sure you can ping successfully with a ping sourced from the applicable vlan/network. The symptoms you describe just sound like lack of internet connectivity.
1. You have an IP
2. You can't nslookup (ie. DNS queries are either not making it to DNS server, or answers are not coming back)
3. You can reach default gateway (wired dynamic interface gateway); so WLC is out of the picture at this point
Since you can't nslookup, but you can reach your wired gateway, definitely focus on internet connectivity for this subnet/vlan. This is not a wireless problem. Perhaps this is a "new" network scheme added and you have not adjusted your NAT ACL statements to properly NAT this new network? Firewall not allowing traffic to pass or return?
03-07-2012 04:59 PM
David,
If you plug in a wired ethernet client directly into the DMZ network (where your anchor controller's guest WLAN interface is bound), can the client get to the Internet?
You can trigger the authentication by typing in the virtual IP of the controller, but this doesn't say anything about your pathway beyond the anchor controller out to the Internet.
Justin
03-07-2012 05:39 PM
If you can reach your gateway (dynamic interface) after you manually web-auth redireced, then it sounds like these clients just don't have internet access. I would highly suggest looking at the next hop and making sure you can ping successfully with a ping sourced from the applicable vlan/network. The symptoms you describe just sound like lack of internet connectivity.
1. You have an IP
2. You can't nslookup (ie. DNS queries are either not making it to DNS server, or answers are not coming back)
3. You can reach default gateway (wired dynamic interface gateway); so WLC is out of the picture at this point
Since you can't nslookup, but you can reach your wired gateway, definitely focus on internet connectivity for this subnet/vlan. This is not a wireless problem. Perhaps this is a "new" network scheme added and you have not adjusted your NAT ACL statements to properly NAT this new network? Firewall not allowing traffic to pass or return?
03-13-2012 01:31 AM
Hello,
It is indeed a new network and we have corrected something in the routing to make the network advertised over the Internet. This changed a bit the client status (Windows 7 asked if we want to recognize this SSID as Home, Office or Public network, this was not happening before). I can not reach the firewall by trying to reach the FW, so this subnet is now correctly advertised and routed over the Internet.
However, my clients still cannot do DNS queries and thus are not redirected to the authentication portal. After having obtained an IP address, if the client does nslookup, what is the source IP address of the dns queries ? Will it be the NATed IP of the guest client IP or will it be the Mgmt IP of the WLC ? In my FW, the source seems to be the guest IP (which is then NATed).
Thanks a lot,
David
03-16-2012 09:08 PM
David,
Your clients will use the the DNS servers you assign them from the DHCP scope definition. When the client does a DNS lookup, if it is using a public DNS server outside your network, then it will forward the traffic to the default gateway, and to the next gateway, and so on until the query reaches the firewall. If NAT is configured correctly on your firewall, then your client's source IP will be replaced with an IP on the outside of your firewall--this is usually the outside firewall interface IP, but it is whatever you defined for the NAT pool. When that packet goes out to the Internet, it looks like it's coming from your firewall.
When the query is returned by the DNS server, it sends it to that same outside address of your firewall. Once this return packet reaches your firewall, the destination IP header is replaced with the original client's IP (the client that made the original DNS query). Finally, the packet is routed back through the inside of your network until it reaches your client.
You need to check the following (at a minimum):
Justin
03-28-2012 12:02 AM
Hello,
Finally I could make it work. The problem was not related to the WLC setup but from the NAT address which was not correctly routed/advertised over the Internet.
So it is done correctly and everything works like a charm.
Thanks a lot !
David
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide