RE: [newbie] ssh / telneting

2002-04-25 Thread Gerald Waugh

On Wed, 24 Apr 2002, Pauljames Dimitriu wrote:
 %_Thanks everyone for the info.
 
 Now, here's my next question:  Say I want to telnet
 into the computer from another computer behind the
 same firewall.
 
 for instance, I want to ssh from computer 192.168.1.x
 to 192.168.1.x+1
 
 I only want one computer to access the other computer.
  How do I ssh then?
 

I use
ssh -l username 192.168.1.x+1
as long as 192.168.1.x+1 is runniing sshd

--

Gerald Waugh
http://www.frontstreetnetworks.com
Front Street Networks LLC - 203-785-0699
229 Front Street, Ste. #C, New Haven CT, 06513-3203



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] ssh / telneting

2002-04-24 Thread Chris Slater-Walker

Like this:

telnet 1.2.3.4 171


CSW

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Pauljames Dimitriu
Sent: 24 April 2002 08:50
To: [EMAIL PROTECTED]
Subject: [newbie] ssh / telneting


I know this really isn't the best place to ask this
kind of question, but here it is:

how do you ssh or telnet to an ip address that is
listening on another port?  In other words, if I have
telnet set up to listen on port 171, how would I issue
the command:  telnet 1.2.3.4  port 171?

Thanks,

Paul

__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ssh / telneting

2002-04-24 Thread Gerald Waugh

On Wed, 24 Apr 2002, Pauljames Dimitriu wrote:
 %_I know this really isn't the best place to ask this
 kind of question, but here it is:
 
 how do you ssh or telnet to an ip address that is
 listening on another port?  In other words, if I have
 telnet set up to listen on port 171, how would I issue
 the command:  telnet 1.2.3.4  port 171?
 

telnet 1.2.3.4 171
--

Gerald Waugh
http://www.frontstreetnetworks.com
Front Street Networks LLC - 203-785-0699
229 Front Street, Ste. #C, New Haven CT, 06513-3203



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] ssh / telneting

2002-04-24 Thread Hanan Shargi

Okay how about when you want to telente to a computer that is behind a 
firewall ?

my linux box  home is part of a network and I think it is behind a firewall ( 
not really a firewall but a router I guess ) meaning that all PC's here share 
one IP on the internet ( and every on's got an internal IP inside ). When I 
visit some sites that allows me to see the IP address of my machine, I see a 
port number as well.

SO, does this mean I can telnet to my PC using this IP+ port combination: say 
telnet 111.222.333.444:454 ??  ( assuming I let the telnet/ssh option open in 
my firewall ) ??


Regards All.

-
Hanan AL-Shargi




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] ssh / telneting

2002-04-24 Thread Gerald Waugh

On Wed, 24 Apr 2002, Hanan Shargi wrote:
 %_Okay how about when you want to telente to a computer that is behind a 
 firewall ?
 
 my linux box  home is part of a network and I think it is behind a firewall ( 
 not really a firewall but a router I guess ) meaning that all PC's here share 
 one IP on the internet ( and every on's got an internal IP inside ). When I 
 visit some sites that allows me to see the IP address of my machine, I see a 
 port number as well.
 
 SO, does this mean I can telnet to my PC using this IP+ port combination: say 
 telnet 111.222.333.444:454 ??  ( assuming I let the telnet/ssh option open in 
 my firewall ) ??
 
You can telnet to any server that has an ip address, as long as your firewall
will alllow it
I SSH to my servers using a firewall with NAT, so of course after it goes
through NAT it is not my workstation ip 192.168.1.x but a valid Internet address
You can use hst.domain.tld 171

 --
Gerald Waugh
http://www.frontstreetnetworks.com
Front Street Networks LLC - 203-785-0699
229 Front Street, Ste. #C, New Haven CT, 06513-3203



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] ssh / telneting

2002-04-24 Thread Pauljames Dimitriu

Thanks everyone for the info.

Now, here's my next question:  Say I want to telnet
into the computer from another computer behind the
same firewall.

for instance, I want to ssh from computer 192.168.1.x
to 192.168.1.x+1

I only want one computer to access the other computer.
 How do I ssh then?

Thanks

--- Chris Slater-Walker [EMAIL PROTECTED]
wrote:
 Like this:
 
 telnet 1.2.3.4 171
 
 
 CSW
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf
 Of Pauljames Dimitriu
 Sent: 24 April 2002 08:50
 To: [EMAIL PROTECTED]
 Subject: [newbie] ssh / telneting
 
 
 I know this really isn't the best place to ask this
 kind of question, but here it is:
 
 how do you ssh or telnet to an ip address that is
 listening on another port?  In other words, if I
 have
 telnet set up to listen on port 171, how would I
 issue
 the command:  telnet 1.2.3.4  port 171?
 
 Thanks,
 
 Paul
 
 __
 Do You Yahoo!?
 Yahoo! Games - play chess, backgammon, pool and more
 http://games.yahoo.com/
 
 
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


__
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ssh / telneting

2002-04-24 Thread Jesse Angell

For telnet you would do
telnet ipaddress port
for ssh you would do the same after the ip address
For basic information like this
command --help explains everything
have a nice day

Jesse Angell
korrupt.com

On Wednesday 24 April 2002 03:49 am, you wrote:
 I know this really isn't the best place to ask this
 kind of question, but here it is:

 how do you ssh or telnet to an ip address that is
 listening on another port?  In other words, if I have
 telnet set up to listen on port 171, how would I issue
 the command:  telnet 1.2.3.4  port 171?

 Thanks,

 Paul

 __
 Do You Yahoo!?
 Yahoo! Games - play chess, backgammon, pool and more
 http://games.yahoo.com/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com