Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ip nat inside source static tcp 10.0.23.4 25 PUB_IP 25 extendable
  2. ip nat inside source static tcp 10.0.23.4 8080 PUB_IP 80 extendable
  3. ip nat inside source static tcp 10.0.23.4 110 PUB_IP 110 extendable
  4. ip nat inside source static tcp 10.0.23.4 143 PUB_IP 143 extendable
  5. ip nat inside source static tcp 10.0.23.4 993 PUB_IP 993 extendable
  6. ip nat inside source static tcp 10.0.23.4 2995 PUB_IP 2995 extendable
  7. ip nat inside source static tcp 10.0.23.4 3306 PUB_IP 3306 extendable
  8. ip nat inside source static tcp 10.0.23.4 10000 PUB_IP 10000 extendable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement