Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ASA(config)# object network vpnserver
  2. ASA(config-network-object)# host 192.168.110.20
  3. ASA(config-network-object)# nat (inside,outside) static 24.37.204.37 service udp 500 500
  4.  
  5. ciscoasa# show nat
  6.  
  7. ASA(config)# object network private_ip
  8. ASA(config-network-object)# host 192.168.110.20
  9. ASA(config-network-object)# object network public_ip
  10. ASA(config-network-object)# host 24.37.204.37
  11. ASA(config-network-object)# object service 500
  12. ASA(config-service-object)# service udp source eq 500
  13. ASA(config-service-object)# object service 500
  14. ASA(config-service-object)# service udp source eq 500
  15. ASA(config-service-object)# exit
  16. ASA(config)# nat (inside,outside) source static 192.168.110.20 24.37.204.37 service udp 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement