Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Strange Network problem on U60
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
Abbadon
n00b
n00b


Joined: 18 Jan 2006
Posts: 13

PostPosted: Sat Feb 04, 2006 3:32 pm    Post subject: Strange Network problem on U60 Reply with quote

Running 2.4 kernel.

When booted from the LiveCD everything works fine.

When booted from disk there is no external networking. I can ping outside the network but that's it.

SSH works fine.

Weeve helped me a bit on this. There is a place in the Kernel, TCP Explicit Congestion Notification, that he had me remove. In the process we did something else and the machine started working. Well I built the new kernel and installed it but now after a reboot the machine has the same network problem.

Thanks.
Back to top
View user's profile Send private message
Weeve
Retired Dev
Retired Dev


Joined: 30 Oct 2002
Posts: 641

PostPosted: Sat Feb 04, 2006 9:45 pm    Post subject: Reply with quote

Basically the issue is TCP explicit congestion notification support in the kernel. This can make for a weird condition where you can't really route off the subnet but for no apparent reason.

Easy on the fly fix is to run the following
Code:
echo 0 > /proc/sys/net/ipv4/tcp_ecn


Permanent fixes are to either remove it from the kernel or edit /etc/sysctl.conf and make sure the following line is uncommented:
Code:
net.ipv4.tcp_ecn = 0
Back to top
View user's profile Send private message
Abbadon
n00b
n00b


Joined: 18 Jan 2006
Posts: 13

PostPosted: Sun Feb 05, 2006 4:17 am    Post subject: Reply with quote

This problem is fixed.

The major problem was the weird condition and this dumb newbie.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum