port redirect for yolla

master
Robert Gerus 2014-02-06 18:14:55 +01:00
parent 321e3d4fd8
commit 4f6eec12ad
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-destination 10.24.20.20:20
iptables --table nat $append PREROUTING -p tcp --dport 2020 -j DNAT --to-destination 10.24.20.20:20
}