Compatible Support Forums: netlinux

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

netlinux

#1 User is offline   jarves 

  • member
  • Group: Members
  • Posts: 154
  • Joined: 23-December 03

Posted 22 April 2004 - 02:02 PM

how do i network two linux computers???
i am a newbie and have no idea what to do???
somebody please help!!!
0

#2 User is offline   Dapper Dan 

  • Pooh-Bah
  • Group: Moderators
  • Posts: 1703
  • Joined: 27-September 03

Posted 22 April 2004 - 03:24 PM

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
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users