<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-AU link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hi, <o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I’m a fairly solid linux user for what I need it to do
but recently I’ve been setting up a new SFF computer for my workplace
which is to handle squid and firewalling/port forwarding. My problems have
mainly arisen from the latter.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I’ve been attempting to forward port 25 from this
firewall machine to our internal Email machine (192.168.email.IP:25) the
firewall has two interfaces one to eventually handle internal and one external
traffic however at this point both are connected to a switch for setup
(eventually an ADSL modem/router will handle the connection and forward all
ports directly to eth0). I’ve been using the following rules in various
combinations with various limited amounts of success:<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Iptables –t nat –A PREROUTING –p tcp –dport
25 –j DNAT –to-destination 192.168.email.ip<o:p></o:p></p>

<p class=MsoNormal>Iptables –t nat –A OUTPUT –p tcp –m –dport
25 –j DNAT –to-destination 192.168.email.ip<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>With just the Prerouting nothing happens which isn’t
too much of a suprise, with the Output I can get to eth0:25 from the firewall
machine, but not from a networked laptop (same address range). Unfortunately
the latop doesn’t give me any useful error reporting, however when I
connect to the port via a ssh session on the firewall machine the following
message appears on the monitor attached to the machine itself:<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>“NAT: no longer support implicit source local NAT<o:p></o:p></p>

<p class=MsoNormal>  NAT: packet src 192.168.email.ip -> dst
192.168.ext.firewall”<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>The external firewall nic is the one I am attempting to
connect to however the src and dst seem to be the wrong way around.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I’m running Fedora Core 6, and I have been using
webmin the last few days, though the problem started before then, I simply
started using webmins linux firewall tools to try and keep any of my errors to
a minimum. Full copy of /etc/sysconfig/iptables incoming.....<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal># Generated by iptables-save v1.3.5 on Mon Sep 17 09:57:20
2007<o:p></o:p></p>

<p class=MsoNormal>*filter<o:p></o:p></p>

<p class=MsoNormal>:FORWARD ACCEPT [0:0]<o:p></o:p></p>

<p class=MsoNormal>:INPUT ACCEPT [0:0]<o:p></o:p></p>

<p class=MsoNormal>:OUTPUT ACCEPT [0:0]<o:p></o:p></p>

<p class=MsoNormal>-A FORWARD -p tcp -m tcp -d 192.168.42.188 --dport 25 -j
ACCEPT<o:p></o:p></p>

<p class=MsoNormal>-A INPUT -p tcp -m tcp --dport 25 -j ACCEPT<o:p></o:p></p>

<p class=MsoNormal>-A OUTPUT -p tcp -m tcp --dport 25 -j ACCEPT<o:p></o:p></p>

<p class=MsoNormal>COMMIT<o:p></o:p></p>

<p class=MsoNormal># Completed on Mon Sep 17 09:57:20 2007<o:p></o:p></p>

<p class=MsoNormal># Generated by iptables-save v1.3.5 on Mon Sep 17 09:57:20
2007<o:p></o:p></p>

<p class=MsoNormal>*nat<o:p></o:p></p>

<p class=MsoNormal>:PREROUTING ACCEPT [0:0]<o:p></o:p></p>

<p class=MsoNormal>:OUTPUT ACCEPT [0:0]<o:p></o:p></p>

<p class=MsoNormal>:POSTROUTING ACCEPT [0:0]<o:p></o:p></p>

<p class=MsoNormal>-A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j REDIRECT
--to-ports 3128<o:p></o:p></p>

<p class=MsoNormal>-A PREROUTING -p tcp -m tcp -i eth0 --dport 25 -j DNAT
--to-destination 192.168.42.2:25<o:p></o:p></p>

<p class=MsoNormal>-A OUTPUT -p tcp -m tcp --dport 25 -j DNAT --to-destination
192.168.42.2:25<o:p></o:p></p>

<p class=MsoNormal>COMMIT<o:p></o:p></p>

<p class=MsoNormal># Completed on Mon Sep 17 09:57:20 2007<o:p></o:p></p>

<p class=MsoNormal># Generated by webmin<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>(no mangle, some of the rules have been from sheer
desperation so if some of it looks like a walking talking contradiction it’s
just my madness creeping in).<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Any help greatly appreciated.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Matthew.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>