Georgi Georgiev writes :
iptables -t nat -A OUTPUT -o lo -p udp --dport 53 -j DNAT
--to-destination :10053
iptables: Invalid argument
Maybe it is the "-p udp" that is causing the message. Does -j LOG
(instead of -j DNAT --to-destination) work? If it does not, then you
need to add "-m udp" in front of "-p udp".
"-j LOG" does not yield an error message; the above rule, with the addition
of "-m udp" gives the same error as without it.
I think my last trial will be compiling a fresh iptables in replacement of
the version that came with my SUSE (originally kernel was 2.6.4, updated to
2.6.5. Maybe low level structures have changed, just a guess of course)
Again, what version number should I be getting from the iptables archive ?
--
Noino
--
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