From 5478dd76a207a5056dfa561e20c28216ac557f9b Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Sun, 13 Jul 2014 20:41:23 +0200 Subject: [PATCH] Port for transmission on amanojaku --- rules/10-ar | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/10-ar b/rules/10-ar index fc34246..85afbf8 100644 --- a/rules/10-ar +++ b/rules/10-ar @@ -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 }