cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
475
Views
5
Helpful
1
Replies

PAT Configuration over VPN

Mokhalil82
Level 4
Level 4

Hi

I have a 3rd party that needs to access our servers over a site to site VPN. Their inside subnet is already used on our side. So i have asked them to PAT their inside subnet to another IP address so their inside subnet is invisible to us, but they advised their firewall does not support it :-|

 

So I want to PAT their subnet as it hits our firewall, as traffic is only incoming over the VPN. Is this the correct configuration

MY_SERVER 192.168.50.1

THEIR_INTERNAL 192.168.1.0/24

PAT_ADDRESS 192.168.100.1

 

nat (inside, outside) source static MY_SERVER  MY_SERVER destination dynamic PAT_ADDRESS  THEIR_INTERNAL

 

Thanks

 

1 Accepted Solution

Accepted Solutions

That is correct configuration, just need to make sure that routing to 192.168.100.1 hits the VPN firewall.

--
Please remember to select a correct answer and rate helpful posts

View solution in original post

1 Reply 1

That is correct configuration, just need to make sure that routing to 192.168.100.1 hits the VPN firewall.

--
Please remember to select a correct answer and rate helpful posts