Wireless Access

last person joined: 16 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Multiple Guest networks and NAT

This thread has been viewed 1 times
  • 1.  Multiple Guest networks and NAT

    Posted Apr 21, 2014 12:03 PM

    I've recently created a second Guest network on our 3600 controller. The users on this WLAN have a requirement that their Guest traffic be filtered differently than our original Guest network. We have a proxy on our Guest DMZ segment, but all traffic from both Guest networks is being NATed to the same IP, the IP of the 3600 controllers physical interface on the DMZ segment. Due to this, we're unable to filter the traffic seperately, as the proxy is seeing everything coming from the same IP. Is there any way to get around this?


    #3600


  • 2.  RE: Multiple Guest networks and NAT

    Posted Apr 21, 2014 03:52 PM

    Hi, 

    Could you please be more precise about your current configuration? You can create multiple translation rules per your convinience in the security policy but it is mutually exclusive with  per-vlan source NAT. 

    Regards, 

     



  • 3.  RE: Multiple Guest networks and NAT

    Posted Apr 21, 2014 04:01 PM

    We have a Guest network on our main campus on Vlan 1723. The traffic is tunneled from the APs and terminates on our controller. They aren't on a subnet that's routable from our internal networks. When the traffic leaves the controller it's NATed to the Vlan 1 IP of the controller's physical interface 192.168.112.202. It goes to a switch, then a proxy appliance, then an ASA. I created a new Guest network on Vlan 1724 for one of our branch offices. That office has very strict web filtering requirements for their Guest network. My security team is telling me that since both Guest networks are leaving the controller and being NATed to the same 192.168.112.202 address, they have no way to filter one WLAN without also filtering the other.



  • 4.  RE: Multiple Guest networks and NAT
    Best Answer

    Posted Apr 21, 2014 04:10 PM

    I guess that you need two different addresses for source-nat VLAN 1723 and 1724. You can do that with NAT Pools. 

    HTH, 

    Marek 



  • 5.  RE: Multiple Guest networks and NAT

    Posted Feb 12, 2016 11:00 AM

    "You can do that with NAT Pools".

     

    Could you go further into detail on how to accomplish this?



  • 6.  RE: Multiple Guest networks and NAT

    Posted Feb 13, 2016 10:28 AM

    you would do something like this

     

    ip access-list session src-nat-to-pool
      user any any  src-nat pool pool-1

    !

     

    and then use different pools on different users.