Hi there,
I am trying to redirect RADMIN service to a windoz box on the LAN
linux router with ADSL connection (ppp0) and RH9
iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 4899 -j DNAT --to-destination 10.x.x.x:4899
This rule is accepted with no errors but just does not do anything.
I had to upgrade IPTABLES to 1.2.9 as it was complaining
"nat table not existing "
to check that my nat module was working I masqueraded internal addresses to share ADSL connection and it worked.
What can be wrong?
Thanks
QatQat
Life is what happens when you are making other plans.
I am trying to redirect RADMIN service to a windoz box on the LAN
linux router with ADSL connection (ppp0) and RH9
iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 4899 -j DNAT --to-destination 10.x.x.x:4899
This rule is accepted with no errors but just does not do anything.
I had to upgrade IPTABLES to 1.2.9 as it was complaining
"nat table not existing "
to check that my nat module was working I masqueraded internal addresses to share ADSL connection and it worked.
What can be wrong?
Thanks
QatQat
Life is what happens when you are making other plans.