Port for transmission on amanojaku

master
Robert Gerus 2014-07-13 20:41:23 +02:00
parent d92a102e01
commit 5478dd76a2
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ rules() {
iptables --table nat $flag PREROUTING -p tcp --dport 25566 -j DNAT --to-destination 10.24.20.100:25566
iptables --table nat $flag PREROUTING -p tcp --dport 25567 -j DNAT --to-destination 10.24.20.100:25567
iptables --table nat $flag PREROUTING -p tcp --dport 10022 -j DNAT --to-destination 10.24.20.100:22
iptables --table nat $flag PREROUTING -p tcp --dport 51413 -j DNAT --to-destination 10.24.20.100:51413
}