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

Implementing restrictions over VPN tunnel

network_a
Level 1
Level 1

Hi all,

I do have created a VPN tunnel. My internal IP address is from 172 range and remote end IP address is from 192 range. Now I would like to configure this VPN tunnel in such when any IP address from 192 range is accessing servers in 172 range then they can access it only on port number 8060. Remote end configuration is out of my scope, so have to do something at my end only. Kindly suggest.

1 Reply 1

lalmohammad
Level 1
Level 1

Hi,

for this you need to creat two access list one for outgoing and other for incoming.

1. access-list VPN extended permit tcp 172.x.x.x 255.x.x.x 192.x.x.x 255.x.x.x eq 8060

2. access-list vpn extended permit tcp 192.x.x.x 255.x.x.x 172.x.x.x 255.x.x.x eq 8060

you need to apply on the

nat (inside) 0 access-list VPN.

thanks & Regards,

Lal