Question : PAT SYNTAX on ASA 8.3 CODE

Experts,

On ASA 8.2 code I PAT all my outbound IPSEC s2s VPN traffic to one IP address. What is this translation on 8.3 code?

access-list VPNNAT permit ip any 10.61.0.0 255.255.0.0
global (outside) 5 172.21.12.145
nat (inside) 5 access-list VPNNAT 0 0


Answer : PAT SYNTAX on ASA 8.3 CODE


TRY LIKE THIS


object network obj-NAT
host
 172.21.12.145


object network obj-SRC
subnet 0.0.0.0 0.0.0.0

object network obj-DEST
subnet 10.61.0.0 255.255.0.0

nat (inside,outside) source dynamic obj-SRC obj-NAT destination static obj-DEST obj-DEST

 

 

Random Solutions  
 
programming4us programming4us