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

access to inside network from one host

johnnyleco
Level 1
Level 1

I am running ver 8.2 on cisco ASA 5505

interface VLAN1

nameif inside

IP address 10.1.1.0 255.255.255.0

 

interfacve VLAN2

nameif outside

ip address DHCP setroute

 

outside subnet 192.168.0.0 255.255.255.0

I would like to configure so that only one client 192.168.0.230 to access any PCs on the inside network

how do i accomplish this task? 

 

thanks

 

1 Reply 1

Muhammad Awais Khan
Cisco Employee
Cisco Employee

Hi,

 

You need to configure access-list then need to apply it to the interface:

 

access-list OUTSIDE extended permit ip host 192.168.0.230 10.1.1.0 255.255.255.0

access-group OUTSIDE in interface outside

 

Review Cisco Networking products for a $25 gift card