From 49e1f905a5a30cece738446ae558749669a40aad Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Thu, 6 Feb 2014 18:17:53 +0100 Subject: [PATCH] port redirect for yolla --- rules/10-ar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/10-ar b/rules/10-ar index f7c4b8f..85a10d3 100644 --- a/rules/10-ar +++ b/rules/10-ar @@ -1,4 +1,4 @@ #!/bin/bash rules() { - iptables --table nat $append PREROUTING -p tcp --dport 2020 -j DNAT --to-destination 10.24.20.20:20 + iptables --table nat $append PREROUTING -p tcp --dport 2220 -j DNAT --to-destination 10.24.20.20:22 }