[svlug] networks and cdroms
Dave Zarzycki
dave at zarzycki.ml.org
Thu Nov 5 17:34:35 PST 1998
I hate to respond to my own message, but I neglected to explain *why*
you were experaincing the problem that you were.
What is happening is this: the telnet server wants to do a reverse lookup
on your IP address for logging purposes (IP address to hostname). If you
have a DNS server defined in /etc/resolv.conf, you need to wait a
predetermined amount of time on each server until each one times out
(assuming you can't talk to them, or they ignore you). You could remove
the servers from /etc/resolv.conf to avoid the problem, but I presume you
put them there for a reason. ;-)
davez
On Thu, 5 Nov 1998, Dave Zarzycki wrote:
> On Thu, 5 Nov 1998, Nathan wrote:
>
> > 1. I have 2 linux boxes (one thanks to an install fest) and another
> > one I set up my self (I'm so proud :)). I networked them together with a
> > crossover cable. Both have 3c509 10baseT ethernet cards but when I telnet
> > from on to the other it takes about a min. NFS works fine, no delays and I
> > can ping back and forth w/o a problem or delay. Any clues?
>
> This sounds like the classic DNS problem. Make sure that you have host/ip
> entries in /etc/hosts. An example /etc/hosts file might look like this:
>
> 127.0.0.1 localhost localhost.localdomain
> 192.168.4.1 wakko.yourdomainname.com wakko
> 192.168.4.2 yakko.yourdomainname.com yakko
> 192.168.4.3 dot.yourdomainname.com dot
>
> Or if you don't have a domain, the following will work:
>
> 127.0.0.1 localhost localhost.localdomain
> 192.168.4.1 wakko
> 192.168.4.2 yakko
> 192.168.4.3 dot
>
> Then all you need to do is "telnet wakko"
>
> > 2. I also have a NEC 6x 4 disc changer. Is there any way to mount all for
> > the drives? I can only get the 1st one to mount now.
>
> I have no idea.
>
> davez
>
> PS - Wakko, Yakko, and Dot are characters from the Animaniacs cartoon
> television show for those people who are wondering.
>
>
> --
> echo "unsubscribe svlug" | mail majordomo at svlug.org
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ to unsubscribe
>
--
echo "unsubscribe svlug" | mail majordomo at svlug.org
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ to unsubscribe
More information about the svlug
mailing list