port redirect for yolla

master
Robert Gerus 2014-02-06 18:14:25 +01:00
parent 58895725db
commit 321e3d4fd8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
rules() {
iptables --table nat $append PREROUTING -p tcp --dport 2020 -j REDIRECT --to-host 10.24.20.20 --to-port 22
iptables --table nat $append PREROUTING -p tcp --dport 2020 -j REDIRECT --to-destination 10.24.20.20:20
}