Can someone help me with a basic, yet frustrating routing issue?
Comments
-
tdean Member Posts: 520Then you need to make sure:
1. Wifi subnet default gateway has route to asa and vice versa.
2. NAT is setup correctly.
3. DNS is able to resolve names for wifi subnet correctly.
I think we're stuck at #1.
Cant figure out the vlans or trunking. -
EdTheLad Member Posts: 2,111 ■■■■□□□□□□Just create a default route on the wlc pointing to the ASA, you don't need to go to the router.Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
-
tdean Member Posts: 520Just create a default route on the wlc pointing to the ASA, you don't need to go to the router.
Like either of these below?
0.0.0.0. 0.0.0.0 172.22.1.234
or
172.22.5.0 255.255.255.0 172.22.1.234 -
EdTheLad Member Posts: 2,111 ■■■■□□□□□□yup, and make sure the ASA has a route back to 172.2.5.0/24. That should be the quick and dirty solution.Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
-
tdean Member Posts: 520yup, and make sure the ASA has a route back to 172.2.5.0/24. That should be the quick and dirty solution.
ok, so to be clear, i add those 2 routes to the WLC, then on the ASA just add the bottom one in revers? -
EdTheLad Member Posts: 2,111 ■■■■□□□□□□Add to wlc
ip route 0.0.0.0 0.0.0.0 172.22.1.234
Add to ASA
ip route 172.22.5.0 255.255.255.0 172.22.1.222
You will need to make sure your ASA is setup to allow traffic for this new network.Networking, sometimes i love it, mostly i hate it.Its all about the $$$$