Subject iptables and port forwarding
Author yann_riviere
Hello,
Im trying to access to my firebird server 10.0.24.201 (under linux)
throught an iptables firewall (192.168.0.98)

I try this rule :

iptables -A PREROUTING -t nat -p tcp -d 192.168.0.98 --dport 3050 -j
DNAT --to 10.0.24.201:3050

No success...

Can anyone help me?

Thanks

Yann