Richard Kuhns, On Wednesday February 05, 2003 02:56, Richard Kuhns wrote: > On 05 Feb 2003 09:30:15 -0800 > > Gordon Messmer <[EMAIL PROTECTED]> wrote: > > On Wed, 2003-02-05 at 07:43, Richard Kuhns wrote: > > > All machines can > > > communicate just fine, except for the FreeBSD box and the laptop. The > > > maxmimum transfer speed between the 2 of them seems to be about > > > 14K/sec, > > > > Just to be clear: You have one Red Hat Linux 8 machine on your desk, > > and another that is a laptop. One of these communicates with the > > FreeBSD box at a normal speed, and the other at only 14K/sec. Right? > > How is the laptop connected to the rest of the machines? If you run > > /sbin/mii-tool eth0 > > on the laptop, what does it return? Perhaps it thinks the connection is > > full duplex, when it is not... That doesn't quite explain it, but > > that's where I'd start looking. > > Yes, that's it. The laptop is the only one that has any trouble, and > that's only when talking to the FreeBSD box. All of the machines are > connected through a Linksys 5 port Workgroup Hub. > On the laptop: > > # /sbin/mii-tool eth0 > eth0: negotiated 100baseTx-FD, link ok > # > > The builtin ethernet card in the laptop is an AMD 79c970, if that makes > any difference.
It might. RH released an errata kernel yesterday. Have you tried it yet? I have heard of breakage on that card in some of the newer kernels. I don't know which versions though, I just remember it being in the pcnet32 driver. Some Google searches may be in order. If it persists after installing the latest kernel from RH (or if you've already installed it), I would put this in Bugzilla. > > > 2) When I use ssh from either RedHat machine, it always does a DNS > > > lookup on the machine name. > > <snip> > Good idea -- I should have thought of that myself:). I get the same > results using telnet, so apparently something in glibc is always trying to > do an IPv6 name lookup. I just did a little more playing around with > ethereal: with 'hosts: files dns' in nsswitch.conf, there is *always* an > attempt to do an AAAA query, which fails. If I change it to 'hosts: dns > files', there is first an AAAA query which files, and then an A query > which fails. Sounds like a bug to me. Can anyone else verify this? I think the problem is that IPv6 is enabled by default in the newer (since 7.2?) kernels. Since the kernel will run through IPv6 first and then fall back to IPv4, you would need to have IPv6 style hosts in the /etc/hosts file for it to respect that properly. But this is from memory, so there may be some innaccuracies. I would say to disable IPv6 if not needed or make sure you have IPv6 hosts in the /etc/hosts file. That should resolve the issues. <snip> Hope it helps. -- Brian Ashe CTO Dee-Web Software Services, LLC. [EMAIL PROTECTED] http://www.dee-web.com/ -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list