Guest User

Untitled

a guest
Aug 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. iptables -t mangle -I PREROUTING ! -i br0 -p TCP --dport 45 -j MARK --set-mark 0x1000
  2. iptables -t nat -I PREROUTING ! -i br0 -p TCP --dport 45 -j REDIRECT --to-ports 23
Add Comment
Please, Sign In to add comment