<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Thu May 23, 2013 3:12 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Thu May 23, 2013 3:12 am</pubDate>
  <lastBuildDate>Thu May 23, 2013 3:12 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2416#2416</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1184'&gt;samb&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon May 30, 2005 8:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Are you able to ping other locations, but not access web sites and the like?&lt;br /&gt;
&lt;br /&gt;
Can you paste a traceroute to, say &lt;a href=&quot;http://www.google.com&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;www.google.com&lt;/a&gt; under both kernels?&lt;br /&gt;
&lt;br /&gt;
Also, is TCP ECN disabled?  Some firewalls won't allow ECN packets through.&lt;br /&gt;
If you do &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;cat /proc/sys/net/ipv4/tcp_ecn&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; it should read 0.  If it returns 1, you can do &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;echo 0 &amp;gt; /proc/sys/net/ipv4/tcp_ecn&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Note that this won't be preserved across reboots - you need to edit /etc/sysctl.conf for that, we'll cross that bridge if we come to it.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2416#2416</comments>
                                        <author>samb</author>
                                        <pubDate>Mon May 30, 2005 8:34 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2416#2416</guid>
                                      </item>
                                      <item>
                                        <title>Re: Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2415#2415</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1171'&gt;dejijones&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon May 30, 2005 3:17 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks for your responce so far, I need to clarify a few things. Answering Nelz question, My firewall is not runnig on the same computer. Its running off a openbsd box. &lt;br /&gt;
&lt;br /&gt;
Where in answering the question about my kernel, I am using the precompiled kernel from Fedora, and I have been trying all kernel versions released since 2.6.5 both on Fedora core 2 and 3.  Looks like I might have to recompile the kernel myself to find out what has changed from the default versions.&lt;br /&gt;
&lt;br /&gt;
The output from my kernel 2.6.5, and 2.6.9 for ip route and link is;  &lt;br /&gt;
# ip route&lt;br /&gt;
138.25.65.0/24 dev eth0  proto kernel  scope link  src 138.25.65.12&lt;br /&gt;
169.254.0.0/16 dev eth0  scope link&lt;br /&gt;
default via 138.25.65.1 dev eth0&lt;br /&gt;
&lt;br /&gt;
# ip link&lt;br /&gt;
1: lo: &amp;lt;LOOPBACK,UP&amp;gt; mtu 16436 qdisc noqueue&lt;br /&gt;
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;br /&gt;
3: eth0: &amp;lt;BROADCAST,MULTICAST,UP&amp;gt; mtu 1500 qdisc pfifo_fast qlen 1000&lt;br /&gt;
    link/ether 00:40:f4:42:03:71 brd ff:ff:ff:ff:ff:ff&lt;br /&gt;
&lt;br /&gt;
Both kernel's give the same output for ip route and ip link. &lt;br /&gt;
&lt;br /&gt;
Thanks for your help.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2415#2415</comments>
                                        <author>dejijones</author>
                                        <pubDate>Mon May 30, 2005 3:17 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2415#2415</guid>
                                      </item>
                                      <item>
                                        <title>Re: Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2323#2323</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1184'&gt;samb&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri May 27, 2005 6:48 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Given the problem description (connection works fine within the LAN, no WAN connectivity) I'd say it was most likely a routing issue, although I don't see how a kernel upgrade could be directly responsible for that.&lt;br /&gt;
&lt;br /&gt;
What could be happening is that you have multiple network interfaces, and the route is benig set with a specific interface name.  If, for example, the 2.6.8 kernel included support for IEEE1394 (Firewire) networking, and the 2.6.5 kernel didn't, then you could have the Firewire 'network card' on eth0, and find your ethernet card bumped back to eth1.  That could create exactly the problem you're seeing.&lt;br /&gt;
&lt;br /&gt;
Can you paste the output of &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ip route&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; and &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ip link&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; under both 2.6.5 and 2.6.8?</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2323#2323</comments>
                                        <author>samb</author>
                                        <pubDate>Fri May 27, 2005 6:48 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2323#2323</guid>
                                      </item>
                                      <item>
                                        <title>RE: Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2319#2319</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri May 27, 2005 2:51 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      When you say yourv'e tryed all the kernels after 2.6.8 ..., in what way ?&lt;br /&gt;
&lt;br /&gt;
Source compiles of mainline kernels, and/or with patch sets applied, if so ... which sets. All the distros will use different patches. There may be some FC patch set issue happening that hasn't been satisfied with the later kernels.&lt;br /&gt;
&lt;br /&gt;
I would think you would need to find out just what patches FC is using in their default kernel, then decide on whether you need to follow that line.&lt;br /&gt;
&lt;br /&gt;
I don't think there has been much actual change in the underlying networking support though. Most of the changes have been with regard to memory management and schedualing issues. And just plain code cleanups/bug fixs.&lt;br /&gt;
&lt;br /&gt;
If you were just compiling with your existing saved '.config', that is, not having gone through a reconfig, jumping off with the earlier one ... you may have accidently turned something off, involving whats implemented as a module, and whats built in etc. Possibly that, and the patch issue will fix it.&lt;br /&gt;
&lt;br /&gt;
jm&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -|-&amp;nbsp; &amp;nbsp;If the system is the answer, then the question&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; must have been really stupid&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-|-&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2319#2319</comments>
                                        <author>jjmac</author>
                                        <pubDate>Fri May 27, 2005 2:51 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2319#2319</guid>
                                      </item>
                                      <item>
                                        <title>RE: Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2300#2300</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu May 26, 2005 1:17 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Is your firewall running on the same computer? If so, you should try turning it off. The firewall will use iptables, which is part of the kernel, changing the kernel may have broken it.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2300#2300</comments>
                                        <author>nelz</author>
                                        <pubDate>Thu May 26, 2005 1:17 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2300#2300</guid>
                                      </item>
                                      <item>
                                        <title>RE: Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2298#2298</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=39'&gt;towy71&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu May 26, 2005 12:33 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      dick@debianbox:~$ uname -a&lt;br /&gt;
Linux debianbox 2.6.8-2-k7 #1 Mon Jan 24 03:29:52 EST 2005 i686 GNU/Linux&lt;br /&gt;
dick@debianbox:~$&lt;br /&gt;
&lt;br /&gt;
my kernel seems fine &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2298#2298</comments>
                                        <author>towy71</author>
                                        <pubDate>Thu May 26, 2005 12:33 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2298#2298</guid>
                                      </item>
                                      <item>
                                        <title>Network problems with linux kernel -2.6.8</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=2294#2294</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1171'&gt;dejijones&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu May 26, 2005 9:15 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have a strange problems with kernels 2.6.8 and above. I am running Fedora core 2 on my system which is on a network. I found out that once I boot with my system with any kernel above 2.6.8, I can't successfully browse  sites outside my network. The browsers returns request to url with half filled pages and at times with no result at all, no error or the message &quot;document contains no data&quot;. My ftp's also gets time out, the odd thing is that everything works fine withing my network. And before you start blaming my firewall, I'll like you to know I  have no problem whenever I boot with the 2.6.5 kernel. Can anybody tell me whats changed between these kernels, networkwise ?. I have tried all the recent kernels after the 2.6.8 and they all have the same problem. Thanks for any insight to resolving this problem.&lt;br /&gt;
&lt;br /&gt;
Jones</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=2294#2294</comments>
                                        <author>dejijones</author>
                                        <pubDate>Thu May 26, 2005 9:15 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=2294#2294</guid>
                                      </item></channel></rss>