View previous topic :: View next topic |
Author |
Message |
shai200 n00b

Joined: 17 Aug 2004 Posts: 73
|
Posted: Sun Aug 29, 2004 6:19 pm Post subject: "telnet" equivalent |
|
|
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 |
|
 |
jjasghar Guru


Joined: 07 Mar 2004 Posts: 342 Location: $HOME=/usa/tx/austin
|
Posted: Sun Aug 29, 2004 6:21 pm Post subject: |
|
|
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 |
|
 |
primero.gentoo Guru


Joined: 23 Dec 2003 Posts: 402
|
Posted: Sun Aug 29, 2004 6:24 pm Post subject: |
|
|
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 |
|
 |
shai200 n00b

Joined: 17 Aug 2004 Posts: 73
|
Posted: Sun Aug 29, 2004 7:18 pm Post subject: |
|
|
thanks for the responses
when i'm using ssh, though, I go:
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 |
|
 |
nhaggin n00b


Joined: 15 Jun 2002 Posts: 74 Location: Illinois, USA
|
Posted: Sun Aug 29, 2004 9:35 pm Post subject: |
|
|
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 |
|
 |
lwithers Guru

Joined: 31 Dec 2003 Posts: 300 Location: Reading, UK
|
Posted: Mon Aug 30, 2004 1:55 am Post subject: |
|
|
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 |
|
 |
nielchiano Veteran

Joined: 11 Nov 2003 Posts: 1287 Location: 50N 3E
|
Posted: Tue Aug 31, 2004 6:14 pm Post subject: |
|
|
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 |
|
 |
|