Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [prog@MikroTik] > /ip firewall nat print
  2. Flags: X - disabled, I - invalid, D - dynamic
  3. 0 ;;; My Service
  4. chain=dstnat action=netmap to-addresses=192.168.89.64 to-ports=7100 protocol=tcp in-interface=pppoe-out1 dst-port=7100 log=no
  5.  
  6. 1 chain=dstnat action=netmap to-addresses=192.168.88.254 to-ports=51413 protocol=tcp in-interface=pppoe-out1 dst-port=51413 log=no
  7.  
  8. 2 ;;; default configuration
  9. chain=srcnat action=masquerade out-interface=pppoe-out1 log=no log-prefix=""
  10.  
  11. 3 ;;; masq. traffic
  12. chain=srcnat action=masquerade src-address=192.168.88.0/23 log=no log-prefix=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement