Jump to content
Compatible Support Forums
Sign in to follow this  
jarves

netlinux

Recommended Posts

how do i network two linux computers???

i am a newbie and have no idea what to do???

somebody please help!!!

Share this post


Link to post

It all depends on how you want to do it. You can use ftp or ssh or telnet or tightvnc. On the same network, and especially if using wireless, I prefer ssh as it is much more secure than the others.

 

First, you'll need to make sure both boxes have openssh server and client software on them. Check your firewall and make sure it allows ssh to go through as "trusted." Once all this is done, open up a terminal and find out the ip of both boxes if you don't already know. As root do:

 

/sbin/ifconfig [enter]

 

On each box respectively. This will give you their ip addresses.

 

Let's pretend the user name on the server box you want to contact is bob. Let's also pretend the ip of that server box is 192.168.1.101. Go:

 

ssh bob@192.168.1.101 [enter]

 

The server will then ask for bob's password. Give it and press enter. That's it, you're in! smile

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×