Brian Freeze typed:
> If I telnet out or ftp out I wait long periods of time for the username to
> be excepted then the passwd. From there it is the same for "ls" or any other
> command. For example. System www2.deltastar.nb.ca is the system with the new
> debian release on it and www.deltastar.nb.ca is the my main system with
> debian 1.2 on it. BTW both systems have the same hardware as in system and
> ethernet cards.
> 
> I telnet or ftp over to www.deltastar.nb.ca and it takes forever to login
> and do anything. If I login into the www2 system from www it is real fast
> and know problems. Every ftp or telnet site I try from www2 takes forever to
> get into and get anything done.

I would say it could be two things:
  - Those hosts are having trouble doing a *reverse* DNS lookup.
  - Those hosts are trying to do a inetd.

For the first, go into nslookup, and do something like this.
$ nslookup
Default Server:  localhost
Address:  127.0.0.1

> set type=PTR
> 17.13.136.44.in-addr.arpa
Server:  localhost
Address:  127.0.0.1

17.13.136.44.in-addr.arpa       name = gonzo.vk2xlz.ampr.org
13.136.44.IN-ADDR.ARPA  nameserver = gonzo.vk2xlz.ampr.org
> exit

The IP address I was trying to lookup was 44.136.13.17, notice on how it is
reversed in the query?

For the second reason, telnet to 127.0.0.1 port 113 and see if you get
anything if you type something.

  - Craig

-- 
  // /\   |  | |  Craig Small VK2XLZ     @home: [EMAIL PROTECTED]
 ||==||===|==|=|  [44.136.13.17]         @play: [EMAIL PROTECTED]
  \\ \/   |  | |  finger [EMAIL PROTECTED] for PGP key!

Reply via email to