Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. destination {
  2. pool test {
  3. address 192.168.100.10/32 port 22;
  4. }
  5. rule-set DNAT {
  6. from zone Internet;
  7. rule test {
  8. match {
  9. destination-address 0.0.0.0/0;
  10. destination-port {
  11. 2222;
  12. }
  13. protocol tcp;
  14. }
  15. then {
  16. destination-nat {
  17. pool {
  18. test;
  19. }
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement