Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Remote Connection, How to remote connect to another computer
BitShift
post Jul 17 2006, 04:05 AM
Post #1


Advanced Member
Group Icon

Group: Members
Posts: 153
Joined: 8-May 06
From: Houston, TX
Member No.: 13,291



I have a server that is running a Debian installation of Linux.

I want to be able to connect to this computer somehow, and be able to execute commands on it.

Reason: My computer that runs Debian is running my Counter-Strike and TeamSpeak server. I want to be able to access the computer remotely to perform server maintenance tasks.

My servers are working great. The computer is on a fast line and everything.

How exactly do you set up this remote connection.

I need to know:
What ports to forward, if any, to my server since it rests behind a router.

Can I access it through another Linux core, such as RedHat Fedora Core 5 which is what I use on a day to day basis.

Is it possible to connect to the Debian Server through Windows XP Professional.

My server stays at my Dad's house down the street so I can easily go there and configure it for the remote hosting. If someone could provide detailed instructions on this ( I am a Linux beginner ) it would be very much appreciated.

If you do a good explanation then you could probably turn it into a tutorial, which would be good points for you and at the same time help people out like me.

Thanks for any input guys.
Go to the top of the page
 
+Quote Post
abhay
post Aug 21 2006, 08:56 PM
Post #2


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 34
Joined: 13-August 06
Member No.: 15,185



first try to ping the ip add of ur remote server.if ur able to ping it then u can connect to ur remote server through telnet or ssh.i will suggest u ssh.just type ssh <server ip add>.then if all goes well u will be asked for root password of the server.just enter the passwordand u will be on ur servers shell prompt.ssh works on tcp 23 port number.this is for accesing ur server through linux(fedora) pc.from windows u can login through telnet.if u login through telnet then u cant login directly as root.u have to login with some limited user login acount.then u can use su command to switch to the root.in both ssh and telnet u will get a command prompt.

i am not sure about whether u can access ur linux machine through remote desktop connection of windows or not.if it works for u then plz let me know. i will try to find out about graphically connecting windows XP with linux.if i find out something i will update u and if u get to know the plz tell me also.
Go to the top of the page
 
+Quote Post
Pharoah
post Aug 21 2006, 10:32 PM
Post #3


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 73
Joined: 19-August 06
Member No.: 15,394



This is the kind of post I find hard to read. The sentences are too long, and there are no spaces between them or capitals (also all the u's are there). I'm only posting here as an example to clarify for the thread about grammar and punctuation.
Go to the top of the page
 
+Quote Post
abhay
post Nov 13 2006, 09:37 AM
Post #4


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 34
Joined: 13-August 06
Member No.: 15,185



QUOTE(abhay @ Aug 22 2006, 02:26 AM) *

first try to ping the ip add of ur remote server.if ur able to ping it then u can connect to ur remote server through telnet or ssh.i will suggest u ssh.just type ssh <server ip add>.then if all goes well u will be asked for root password of the server.just enter the passwordand u will be on ur servers shell prompt.ssh works on tcp 23 port number.this is for accesing ur server through linux(fedora) pc.from windows u can login through telnet.if u login through telnet then u cant login directly as root.u have to login with some limited user login acount.then u can use su command to switch to the root.in both ssh and telnet u will get a command prompt.

i am not sure about whether u can access ur linux machine through remote desktop connection of windows or not.if it works for u then plz let me know. i will try to find out about graphically connecting windows XP with linux.if i find out something i will update u and if u get to know the plz tell me also.


If u want to remote login the other PC In your Network.
Then ther is a command as

ssh IP_Apddress of the system

And also a package comes in linux called VNC

install the package and enjoy the free access to other PC.

The ssh command requires the root's password of the sytem u want to remote login.

the telnet command can also be used.

telnet IP_Adress
Go to the top of the page
 
+Quote Post
ignite
post Nov 17 2006, 10:44 AM
Post #5


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 34
Joined: 17-November 06
Member No.: 17,334



QUOTE(BitShift @ Jul 17 2006, 06:05 AM) *

I have a server that is running a Debian installation of Linux.

I want to be able to connect to this computer somehow, and be able to execute commands on it.

Reason: My computer that runs Debian is running my Counter-Strike and TeamSpeak server. I want to be able to access the computer remotely to perform server maintenance tasks.

My servers are working great. The computer is on a fast line and everything.

How exactly do you set up this remote connection.

I need to know:
What ports to forward, if any, to my server since it rests behind a router.

It's best to use ssh. By default ssh uses tcp protocol 22 port, so you should DNAT or forward traffic to this port.
On server side you should check if ssh daemon up and running. Simplest way to do so - sit on the server console and type ssh localhost
QUOTE

Can I access it through another Linux core, such as RedHat Fedora Core 5 which is what I use on a day to day basis.

Definitly. This is simplest method.
QUOTE

Is it possible to connect to the Debian Server through Windows XP Professional.

AFAIK XP has't ssh client, so you end up with two options: use XP telnet client (not recommended for security reason), or download some third party ssh client (Putty is most known free one).
QUOTE

My server stays at my Dad's house down the street so I can easily go there and configure it for the remote hosting. If someone could provide detailed instructions on this ( I am a Linux beginner ) it would be very much appreciated.

I'am not a debian guru. AFAIK:
apt get sshd
chkconfig --add sshd
/etc/init.d/sshd start

QUOTE

If you do a good explanation then you could probably turn it into a tutorial, which would be good points for you and at the same time help people out like me.

Thanks for any input guys.

Go to the top of the page
 
+Quote Post
iGuest
post Mar 5 2008, 08:21 AM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



remote login
Remote Connection

I have a redhat linux os in a pc.I want to conect the linusx pc from another pc which have windows xp os using telnet conection.Both pc are in lan.How I configure telnet connection.So I can access linux shell from windows xp pc.

-question by debnath
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Kde Starting Problem(4)
  2. How Can I Make An Adsl-connection In Linux ?(8)
  3. Remote Access(8)
  4. Fix Fedora 5 Add/Remove Software Problem(2)


 



- Lo-Fi Version Time is now: 5th December 2008 - 11:07 AM