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

access to inside network from one host

johnnyleco
Beginner
Beginner

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

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers