This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C29951.96D66970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello everyone, I'm trying to dnat SSH throught the firewall to an internal machine. I use following Rule iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 2323 -j DNAT = --to-destination internal_IP:2323 eth0 is connected to internet The problem is that the connection is allrght it just seems that I don't = get an answer from the ssh server. (I'm getting a connection timeout, ot a connection refused) To be sure I don't filter anything, so all trafic is accepted Can someone help me? thx Ronny ------=_NextPart_000_0005_01C29951.96D66970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hello everyone,</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>I'm trying to dnat SSH throught the = firewall to an=20 internal machine.</FONT></DIV> <DIV><FONT face=3DArial size=3D2> I use following Rule</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>iptables -t nat -A PREROUTING -i eth0 = -p tcp=20 --dport 2323 -j DNAT --to-destination internal_IP:2323</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>eth0 is connected to = internet</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>The problem is that the connection is = allrght it=20 just seems that I don't get an answer from the ssh server.</FONT></DIV> <DIV><FONT face=3DArial size=3D2>(I'm getting a connection timeout, ot a = connection=20 refused)</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>To be sure I don't filter anything, so = all trafic=20 is accepted</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Can someone help me?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>thx</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Ronny</FONT></DIV></BODY></HTML> ------=_NextPart_000_0005_01C29951.96D66970--