Options

Can someone help me with a basic, yet frustrating routing issue?

2»

Comments

  • Options
    tdeantdean Member Posts: 520
    phoeneous wrote: »
    Then 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. icon_sad.gif

    Cant figure out the vlans or trunking.
  • Options
    EdTheLadEdTheLad 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 $$$$
  • Options
    tdeantdean Member Posts: 520
    EdTheLad wrote: »
    Just 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
  • Options
    EdTheLadEdTheLad 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 $$$$
  • Options
    tdeantdean Member Posts: 520
    EdTheLad wrote: »
    yup, 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?
  • Options
    EdTheLadEdTheLad 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 $$$$
Sign In or Register to comment.