<div dir="ltr">On Mon, Aug 4, 2008 at 5:46 AM, Cesar Eduardo Barros <span dir="ltr">&lt;<a href="mailto:cesarb@cesarb.net">cesarb@cesarb.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Andy Green escreveu:<br>
<div class="Ih2E3d">&gt; Sounds specific to tcp transport, ping is ICMP and DNS usually UDP.<br>
&gt; Maybe connect to a local Linux box and run tcpdump on there to study<br>
&gt; what it sees from the connection action.<br>
<br>
</div>No, it&#39;s not &quot;ping and DNS do not use TCP&quot;. It&#39;s &quot;ping and DNS and TCP<br>
SYN are small packets, data transfer is large packets&quot;, i.e. PMTU<br>
blackhole. I&#39;ve seen that thing happen way too many times, and the<br>
workaround is almost always a MSS clamp (which is an ugly but<br>
unfortunately necessary hack).<br>
<font color="#888888"><br>
</font></blockquote></div><br>Well internet is working now, I&#39;m still not sure what was wrong though.&nbsp; I got a bit of help about MSS clamp[1] and tried the following commands from my router:<br><br># nvram set ppp_mtu=1492<br>
# nvram commit<br># reboot<br><br>upon reboot of the router I verified that it worked:<br># nvram show | grep mtu&nbsp;&nbsp; <br>pptpd_client_mtu=1450<br>mtu_enable=0<br>size: 25395 bytes (7373 left)<br>pptpd_client_srvmtu=1450<br>
wan_mtu=1500<br>ppp_mtu=1492<br><br>but internet still didn&#39;t work.&nbsp; I then started stabbing in the dark, trying nvram set wan_mtu=1492 and nvram set mtu_enable=1.&nbsp; Those changes didn&#39;t seem to take hold (according to nvram show) so I set them back to 1500 and 0 and rebooted.&nbsp; When the router came back online the internet was working on my Freerunner.&nbsp; I then set ppp_mtu=1500 to verify that that was the issue, and my Freerunner still worked.&nbsp; So now I&#39;m not hacking an MSS clamp and the internet seems to be working.&nbsp; Maybe the router just needed to be restarted a few times.<br>
<br>Thanks for all of your help.<br><br>[1] <a href="http://forum.openwrt.org/viewtopic.php?id=5662">http://forum.openwrt.org/viewtopic.php?id=5662</a><br>-- <br>Dylan<br><br>Type faster. Use Dvorak:<br><a href="http://dvzine.org">http://dvzine.org</a><br>

</div>