Well i upgraded my kernel to 2.4.20 from 2.4.3, and also compiled newest iptables 1.2.8
now i got this weird problem with
example this line:
iptables -A PREROUTING -t nat -p UDP -d IP -dport port -j DNAT --to IP:Port
It should works, and it works, but not anymore, SSH forwarding like this works thou
also im gettin some stuff in syslog:
kernel: NAT: 0 dropping untracked packet c66ab6c0
i think these things are related, and probably some module is causing this, any ideas?
Cheers, Matti