I cannot into iptables.

master
q3k 2013-04-02 11:43:29 +02:00
parent e4f106b15a
commit a7bce36766
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
rules() {
# xpsp3 rdp
# 16283 -> 10.24.17.1:3389
iptables -t nat $flag PREROUTING -i ${IF_WAN} -d ${HOST_KASHA_WAN} -p tcp --dport 16283 -j DNAT --to-destination 10.24.17.1 --to-port 3389
iptables -t nat $flag PREROUTING -i ${IF_WAN} -d ${HOST_KASHA_WAN} -p tcp --dport 16283 -j DNAT --to-destination 10.24.17.1:3389
iptanles -t filter $flag FORWARD -i ${IF_WAN} -d 10.24.17.1 -p tcp --dport 3389 -j ACCEPT
}