<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
RM ,<br>&nbsp;&nbsp;&nbsp;&nbsp; Is that your complete iptables ruleset on that xxx.1 box ? Could you post your complete iptables ruleset. I see that you have rules defined for your OUTPUT filter - what is your default policy on that chain ? You might want to look into incorporating the following if your default policy on the INPUT chain is DROP/REJECT<br>"iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT".&nbsp; If your default policy on the OUTPUT chain is anything other than ACCEPT then you would have to add those traffic to the exclusion list on that OUTPUT chain.<br><br><span style="font-family: Tahoma,Helvetica,Sans-Serif; font-style: italic; font-weight: bold;">-<span style="font-family: Times New Roman,Times,Serif;"> Simon Charles - </span></span><br><br><br><br><br><hr id="stopSpelling">From: rodrigomf@bl.com.mx<br>Date: Thu, 2 Dec 2010 14:25:55 -0600<br>To: paul@xelerance.com; wgillespie+openswan@es2eng.com<br>CC: users@openswan.org<br>Subject: Re: [Openswan Users] UPDATE: Tunnel up, can ping,        cannot connect!! :S<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">Update to this question. (I think with this update this question should become a simple one for experts)<div><br></div><div>I disabled iptables on my server xxx.xxx.xxx.1 and the connection is ESTABLISHED. This means iptables is stopping the SYN|ACK packages from zzz.zzz.zzz.3 somehow.</div><div><br></div><div>This are the iptables rules I'm applying:</div><div><br></div><div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">iptables -I OUTPUT -p udp --dport 500 -j ACCEPT</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">iptables -I INPUT -p udp --dport 500 -j ACCEPT</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">iptables -I INPUT -p udp --dport 4500 -j ACCEPT</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">iptables -I OUTPUT -p udp --dport 4500 -j ACCEPT</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">iptables -I INPUT -p 50 -j ACCEPT</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">iptables -I OUTPUT -p 50 -j ACCEPT</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;"><br></div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">I think this is the last step to have mi first fully functional OpenSWAN VPN.&nbsp;Please help! :D</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;"><br></div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">Thank you!</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;">RM</div><div style="margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: 13px Courier;"><br></div><div><div><div><div>El 02/12/2010, a las 12:36, Ing. Rodrigo Méndez escribió:</div><br class="ecxApple-interchange-newline"><blockquote><div style="word-wrap: break-word;">Hi again<div><br></div><div>You helped me last week in setting up a VPN that went apparently successful, but there's a problem.</div><div><br></div><div>I remind you my configuration: xxx.xxx.xxx.1 (my public centos box) &lt;-----&gt; yyy.yyy.yyy.2 (Juniper vpn concentrator) &lt;---&gt; zzz.zzz.zzz.3 (box in private lan)</div><div><br></div><div>I can ping the machine in the remote LAN perfectly (xxx.1 to zzz.3) but cannot connect to any port through telnet. The interesting part of this is that I see the ESP traffic coming out of xxx.1, the admin of the Juniper Concentrator (yyy.2) can see my traffic coming through and also the guy in the zzz.3 box (private lan).</div><div><br></div><div>But this guy (zzz.3) sees the connection dropping each time. See example:</div><div><br></div><div><font face="sans-serif" size="2">[admwsph@WebSphere2pt ~]$ while true; do netstat -na | grep 9082; sleep 3; done</font>&nbsp;<br><font face="sans-serif" size="2">tcp &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 zzz.zzz.zzz.3:9082 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xxx.xxx.xxx.1:46650 &nbsp; &nbsp; &nbsp;&nbsp;<b>SYN_RECV&nbsp;</b>&nbsp; &nbsp;</font>&nbsp;<br><font face="sans-serif" size="2">tcp &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 :::9082 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :::* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LISTEN &nbsp; &nbsp;</font></div><div><font face="sans-serif" size="2"><br></font></div><div><font face="sans-serif" size="2">This command is run in zzz.3</font></div><div><br></div><div>Do you have any idea of what can be going on here?</div><div><br></div><div>Thank you very much for your help.</div><div>Saludos!</div><div>RM</div><div><br><div><div>El 23/11/2010, a las 14:51, Paul Wouters escribió:</div><br class="ecxApple-interchange-newline"><blockquote><div>On Tue, 23 Nov 2010, "Ing. Rodrigo Méndez" wrote:<br><br><blockquote>This is the result from ipsec verify:<br></blockquote><br>Looks good.<br><br><blockquote>The people from the Juniper VPN concentrator say they don't see any traffic coming from our IPs, so it would seem there's no traffic coming out from Box 1<br></blockquote><blockquote>(CentOS box). The strange thing is it doesn't work even if iptables is disabled (so no blocking is apparently occurring, or at least it isn't the main<br></blockquote><blockquote>problem).<br></blockquote><blockquote>My best guess now is that I'm having a routing problem.&nbsp;<br></blockquote><br>I don't think so...<br><br><blockquote>Any ideas on how to tell Linux to route the packages going to zzz.zzz.zzz.3 through the tunnel?? (I'm using netkey, not KLIPS)<br></blockquote><br>manual routing should not be used. netlink will snatch the packets.<br><br><blockquote>I can't find any route to yyy.yyy.yyy.2 or zzz.zzz.zzz.3 (the box in the private lan) anywhere in the routing table. I'm not sure if this is OK.<br></blockquote><br>that's fine.<br><br>It seems you have one interface online. Are you behind a port forward? Is your upstream<br>router filtering packets?<br><br>Try adding forceencaps=yes ?<br><br><br>Paul<br><br></div></blockquote></div><br><div>
<div style="word-wrap: break-word;"><div><br></div></div>
</div>
</div></div></blockquote></div><br></div></div></div><br>_______________________________________________
Users@openswan.org
http://lists.openswan.org/mailman/listinfo/users
Micropayments: https://flattr.com/thing/38387/IPsec-for-Linux-made-easy
Building and Integrating Virtual Private Networks with Openswan: 
http://www.amazon.com/gp/product/1904811256/104-3099591-2946327?n=283155                                               </body>
</html>