cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
668
Views
0
Helpful
1
Replies

isolate internal net on port 4 asa 5505

agathion1
Level 1
Level 1

I want to have my port 4 on the asa 5505 only allow access to the internet and not the internal network, what do i need to do, thanks

1 Reply 1

acomiskey
Level 10
Level 10

Create a new vlan interface and assign it a security level between your outside (100) and inside (0).

int vlan

name-if

security-level 50

ip address x.x.x.x m.m.m.m

Then assign port 4 to the new vlan.

int e0/4

switch acc vlan

Add nat to get to the internet

nat () 1 0 0

Depending upon your license you may also need this under the vlan interface.

no forward interface vlan

Review Cisco Networking products for a $25 gift card