cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Access list for VPN connection

Piotr Pawlowski
Level 1
Level 1

Guys,

I have two WAN connection, on both I have two IPSEC VPN. For one VPN I would like to apply access list which will limit access from remote LAN to my LAN.

My LAN: 10.0.0.0/23 , remote LAN: 192.168.220.0/24 .

In example I tried to limit access to host 10.0.0.100 with following config:

# ip access-extended 150

(config-ext-nacl)# permit ip 192.168.220.0 0.0.0.255 host 10.0.0.100

(config-ext-nacl)# deny ip 192.168.220.0 0.0.0.255 any

I applied above access list  to my LAN interface as incoming rule but this caused no Internet access from my LAN.

Question is if above approach is correct and where such ACL should be applied.

Thanks in advance for any tip.

Piotr

Who Me Too'd this topic