Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"telnet" equivalent
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
shai200
n00b
n00b


Joined: 17 Aug 2004
Posts: 73

PostPosted: Sun Aug 29, 2004 6:19 pm    Post subject: "telnet" equivalent Reply with quote

I'm trying to connect to a library catalog which uses a "telnet" console to access the db.

In windows, just by clikcing the link telnet://207.236.161.62, it opens a telnet console and I can access the catalog.

How can I do the same with linux?
_________________
+++++++++++++++++++++++++++
"Same difference." - Jenny Fuchs
"I like to brag about my modesty."

"I am more than a feminist. Women actually excite me."
Back to top
View user's profile Send private message
jjasghar
Guru
Guru


Joined: 07 Mar 2004
Posts: 342
Location: $HOME=/usa/tx/austin

PostPosted: Sun Aug 29, 2004 6:21 pm    Post subject: Reply with quote

you need to emerge telnet if you haven't got it installed. then all you have to do at a command prompt type telnet ip.addy.to.db and you shouldn't use telnet man, use ssh it's encrypted.
_________________
#include <LinuxUser #324070>
main()
{
printf("and i'm sorry my spellign sucs.");
}
Back to top
View user's profile Send private message
primero.gentoo
Guru
Guru


Joined: 23 Dec 2003
Posts: 402

PostPosted: Sun Aug 29, 2004 6:24 pm    Post subject: Reply with quote

Code:


root@Zapata root # esearch telnet-bsd
[ Results for search key : telnet-bsd ]
[ Applications found : 1 ]

*  net-misc/telnet-bsd
      Latest version available: 1.0
      Latest version installed: 1.0
      Size of downloaded files: [no/bad digest]
      Homepage:    ftp://ftp.suse.com/pub/people/kukuk/ipv6/
      Description: Telnet and telnetd ported from OpenBSD with IPv6 support


root@Zapata root # emerge telnet-bsd

..........
..........

#telnet IP.LIBRARY

_________________
"Linux, the choice of a GNU generation"
==Micro$oft - just say NO==
(L#USER 353039)
Back to top
View user's profile Send private message
shai200
n00b
n00b


Joined: 17 Aug 2004
Posts: 73

PostPosted: Sun Aug 29, 2004 7:18 pm    Post subject: Reply with quote

thanks for the responses :)

when i'm using ssh, though, I go:
Code:
ssh 207.236.161.62


or :

Code:
ssh -vl westinfo 207.236.161.62


and all I get is either nothing (it just sits there), or if I user verbose:

Quote:
OpenSSH 3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: Connecting to 207.236.161.62 [207.236.161.62] port 2..


and that's it...

What am I doing wrong?
_________________
+++++++++++++++++++++++++++
"Same difference." - Jenny Fuchs
"I like to brag about my modesty."

"I am more than a feminist. Women actually excite me."
Back to top
View user's profile Send private message
nhaggin
n00b
n00b


Joined: 15 Jun 2002
Posts: 74
Location: Illinois, USA

PostPosted: Sun Aug 29, 2004 9:35 pm    Post subject: Reply with quote

Is there an ssh daemon installed and running on 207.236.161.62? If not, you won't be able to ssh in, but rather than hanging ssh should be returning with "Connection refused."

I also presume it was trying to connect to port 22 and not port 2; if it is trying to connect to port 2, that's another part of your trouble, although again, there should be no services running on port 2 and the connection should be refused.
_________________
Nick

A.M.D.G.
Back to top
View user's profile Send private message
lwithers
Guru
Guru


Joined: 31 Dec 2003
Posts: 300
Location: Reading, UK

PostPosted: Mon Aug 30, 2004 1:55 am    Post subject: Reply with quote

There's probably no ssh daemon running and some helpful admin has set up the firewall to drop packets rather than reply with an ICMP port unreachable.
Back to top
View user's profile Send private message
nielchiano
Veteran
Veteran


Joined: 11 Nov 2003
Posts: 1287
Location: 50N 3E

PostPosted: Tue Aug 31, 2004 6:14 pm    Post subject: Reply with quote

lwithers wrote:
some helpful admin has set up the firewall to drop packets rather than reply with an ICMP port unreachable.

Grrr, I HATE those admins; they'll break the internet one day
(sorry, totaly off-topic, but I needed to get it out)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum