Link to home
Start Free TrialLog in
Avatar of Tom Carr
Tom CarrFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Creating Guest Networks on ASA5510 - NAT Configuration

I'm looking to create separate LANs for guest usage using a Cisco ASA5510, each LAN has to have it's own external IP address as one of the LANs will be available to the public. The ISP provides a /29 so I would be looking to use one of those addresses. I have the LANs setup on the ASA but I am having difficulty configuring the required NAT. The ASA is running 9.1

interface Ethernet0/0
 nameif outside
 security-level 0
 ip address x.x.x.x 255.255.255.248
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 192.168.1.101 255.255.255.0
!
interface Ethernet0/2
 nameif inside 2
 security-level 50
 ip address 192.168.47.254 255.255.255.0
!

These are the interfaces that I have configured, how do I go about configuring NAT?
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yep it works fine I just built it

User generated image
Avatar of Tom Carr

ASKER

Hi Pete,

Thanks for this, I'll give this a go and report back, it will be early next week now though.

Many Thanks,
No worries Tom, have a good weekend.

P
Hi Pete, sorry for the delay, worked a treat. Many thanks.