Am Mon, den 13.10.2003 schrieb Herman um 00:04:
did you wrote this --to? you must write --to-destination!Well, here goes: iptables -t nat -I PREROUTING -d 192.168.10.100 -j DNAT --to 192.168.10.245
iptables: Target problem At least, now the error message changed and the only difference from before is the -I instead of -A. So, with -A, I get Invalid Argument, and with -I, I get Target Problem. Both cases don't work and the rule doesn't get added. Can anybody give me a clue? Cheers,