Wireless Access

 View Only
Expand all | Collapse all

can I dst-nat to a url ?

This thread has been viewed 3 times
  • 1.  can I dst-nat to a url ?

    Posted May 14, 2014 07:01 AM

    Customer wants guest traffic to be dst-nat to a cloud based transparent proxy (zscaler).  I don't know the exact url, but I guess the ip can change, so I was wondering if it is possible to dst-nat to a fqdn ?



  • 2.  RE: can I dst-nat to a url ?
    Best Answer

    Posted May 14, 2014 09:09 AM
    ip access-list session "route"
    any any any dst-nat name 'www.yahoo.com' 80 position 1 queue low

     



  • 3.  RE: can I dst-nat to a url ?

    Posted May 14, 2014 09:43 AM

    Awesome.  Thanks Colin.

     

    :smileyhappy: