Wireless Access

last person joined: 18 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

I want to use controller as a gateway?

This thread has been viewed 2 times
  • 1.  I want to use controller as a gateway?

    Posted Mar 27, 2015 01:47 PM

    I'm in a situation where I want to use the controller at a gateway for clients

     

    I have one port configured with Real IP eg: 41.x.x.x/30 and used a defalut route to the next point

    and the private side I configured a port with private IP eg:192.168.x.x/24 for APs

     

    I have 3 interface VLANS

     

    Interface VLAN 10 -->Real IP

    Interface VLAN 20-->Private IP

    Interface VLAN 30-->Clients

     

    now I want all cleints in VLAN 30 to be able to access the internet through the Real IP in VLAN 10,how to achive such a scnario?



  • 2.  RE: I want to use controller as a gateway?
    Best Answer

    EMPLOYEE
    Posted Mar 27, 2015 11:05 PM

    Enable NAT on your inside interfaces

     

    interface vlan <x>
    ip nat inside

     



  • 3.  RE: I want to use controller as a gateway?

    Posted Mar 28, 2015 07:46 AM

    Thank you I did it and worked