[SLL] telnet localhost
Jeremy C. Reed
reed at reedmedia.net
Wed Feb 13 11:44:17 PST 2008
On Wed, 13 Feb 2008, Bill Boulton wrote:
> Has anyone got any bright ideas about a computer's ability to telnet or
> ftp localhost. I have two boxes, each with Slackware, connected as an
> intranet. Box A can successfully ping Box B but cannot telnet or ftp Box
> B. Box B can ping, telnet or ftp Box A, but cannot telnet or ftp itself
> (localhost). The /etc/hosts file in Box B contains the IP address of
> localhost (127.0.0.1) as well as the IP addresses of Box A and Box B.
> I believe that if Box B could telnet localhost, Box A could telnet Box
> B. I'm stuck, can anyone help?
> Bill Boulton
I have had little sleep so this sounds like a riddle. Anyways ...
Use "netstat -an" to verify what ports and IPs these two services are
listening on the local system.
Verify that you don't have any packet filter stopping this. (Look at
"iptables --list -n" as one example.)
(I hope you are using secure telnet.)
Jeremy C. Reed
More information about the linux-list
mailing list