- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
03-27-2015 10:46 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
03-27-2015 08:05 PM
Enable NAT on your inside interfaces
interface vlan <x> ip nat inside
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: I want to use controller as a gateway?
Re: I want to use controller as a gateway?
03-28-2015 04:45 AM
Thank you I did it and worked
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator