sorry. i dont want to bother you! i read the man.
If i do with PREROUTING nothing happens.
Now i tried it this way:
sudo iptables -A OUTPUT -t nat -p tcp -d 65.18.193.12 -j REDIRECT
--to-ports 15000
and
sudo watch -n 5 iptables -L -v -t nat
shows me
Chain OUTPUT (policy ACCEPT 55 packets, 3889 bytes)
pkts bytes target prot opt in out source
destination
1 60 REDIRECT tcp -- any any anywhere
wesnoth.wesnoth.org redir ports 15000
so it seems that one package is redirected. But the program tells me:
"remote host disconnected"
I hope you can help me!
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html