cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
617
Views
0
Helpful
2
Replies

VPN NAT

valsidalv
Level 1
Level 1

Hello,

I'm using Cisco PIX 515E with 8.0(3) image.

I have 3 networks.

IN 172.16.0.0/16

IN2 173.16.0.0/16

OUT 174.16.0.0/16.

VPN local pool is 10.0.0.0/28.

I'm using remote access VPN to reach IN servers without problems(I used howto from Cisco pix conf. guide)

I would like to reach IN2 servers, but I don't know to setup NAT from vpn pool to this network(IN2).

I tried

nat (IN) 66 10.0.0.0 255.255.255.240

global (IN2) 66 173.16.0.5

but this doesn't work.

Many thanks

Vladislav

2 Replies 2

acomiskey
Level 10
Level 10

access-list nat0 extended permit ip 173.16.0.0 255.255.0.0 10.0.0.0 255.255.255.240

nat (IN2) 0 access-list nat0

Thanks but, I need translate VPN hosts(10.0.0.0/28) in IN2 network.

How can I do this?