[ILUG] eircom broadband connection, down or slow in linux,
fast in windows.
Ruaidhri Power
ruaidhri at netsoc.tcd.ie
Sun Sep 25 17:25:28 IST 2005
On Sun, Sep 25, 2005 at 08:52:05AM +0100, John Mc Elroy wrote:
> I am a newbie and seek some pointers. I have partitioned the hard
> drive and am running win2000 and mandrake linux community 10.1 on a
> dual boot. My internet connection is swift and reliable on the windows
> os but is slow or non existent in linux. I have read the thread in the
> archives and it seems ipv6 could be the problem and I may need to
> disable it. How do I do this? Any other suggestions? I have a netopia
> cayman 3341 router from Eircom connected on an ethernet port.
I had this router on an Eircom connection as well, and saw the same
problem. The router was acting as DNS server for the local network, and
configured DHCP clients with its IP address for DNS. The problem
happened when an IPv6-aware client sent it an IPv6 (usually AAAA) query.
The router wouldn't respond at all, not even returning NXDOMAIN. After
a while (30 seconds I think it was), the client would timeout and try
for the IPv4 (A) address.
Disabling IPv6 completely might solve the problem, but what I did was to
set my nameservers statically rather than via DHCP. As for what to set
them to, if you have a look on the front page of the router's web
interface for the settings the router is using itself, then edit
/etc/resolv.conf to use those addresses instead of the router's IP
address. That file should look something like:
nameserver 159.134.237.61
nameserver 159.134.237.59
Changing it permanently will probably require using a GUI config tool to
make sure those settings don't get overwritten next time you do DHCP.
> Pinging in linux timesout.
Can you not ping from the Linux box to the outside world? To the
router? If it still happens, please show us the output of the ping
command.
--
Ruaidhri
More information about the ILUG
mailing list