LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Problem with iptables port redirect and rh9 (https://www.linuxquestions.org/questions/linux-networking-3/problem-with-iptables-port-redirect-and-rh9-178299/)

zkn 05-05-2004 04:34 PM

Problem with iptables port redirect and rh9
 
Hi,

I have a running smtp server on port 8025. I have setup port redirect using iptables:
iptables -t nat -A PREROUTING -p tcp --dport 25 -i eth0 -j REDIRECT --to-port 8025

That works great except when I try to connect to the server from a rh9 running machine. I have tried with 3 different machines running rh9 and they fail to connect. The error is: Connection timed out.
Connestions from rh7.3, MAC, windows are OK.

The server is also running rh9.

Any ideas?


All times are GMT -5. The time now is 01:19 AM.