Networking Forums

Networking Forums > Computer Networking > Linux Networking > connecting two computers running in red hat linux 9

Reply
Thread Tools Display Modes

connecting two computers running in red hat linux 9

 
 
nareshdasari@gmail.com
Guest
Posts: n/a

 
      05-01-2006, 05:20 AM
how to connect two computers in redhat linux9. i have been using
ethernet interface and cable to connect the two systems.how can i know
they are connected and how to share files

 
Reply With Quote
 
 
 
 
matt_left_coast
Guest
Posts: n/a

 
      05-01-2006, 05:35 AM
(E-Mail Removed) wrote:

> how to connect two computers in redhat linux9. i have been using
> ethernet interface and cable to connect the two systems.


If you use a cable without any hub/switch type of device, you will need to
use a cross-over cable.

> how can i know
> they are connected


To know they are physically connected, check to see if the cables are
physically plugged into the ethernet cards on each maching. To know they
are electronically connected, most cards have link lights that will turn on
when you get an electronic connection. To know if they are connected
logically is a much more complex problem that depends on how you are
"connecting" them. The first step it to test with `ping` then move on with
what ever method you are using to logically connect them.

Many distributions have tools for setting up the network card and I am sure
that Redhat has a tool somewhere. Here is a general howto for using the
commandline when dealing with networking:

http://www.tldp.org/HOWTO/Networking...iew-HOWTO.html




> and how to share files


There are many ways in which to "share files" running from basic file
transfers (ftp, scp, rsync, http) to mounting remote filesystems (NFS and
Samba). The answer to your question depends on what you mean when you say
"share files".




 
Reply With Quote
 
Mehul
Guest
Posts: n/a

 
      05-01-2006, 05:36 AM
Use Crossover cable to connect to Computers each others, give the
ipaddress and check conectivity through ping utilituy.

 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      05-01-2006, 06:58 AM
"(E-Mail Removed)" <(E-Mail Removed)> writes:

>how to connect two computers in redhat linux9. i have been using
>ethernet interface and cable to connect the two systems.how can i know
>they are connected and how to share files


If you are going to connect them directly you have to use a crossover
ethernet cable (1<->3 and 2<->6) If you go though a switch or a hub you
need regular ethernet cable
Then you have to give each an ip address
Make the first 10.0.0.2 and the other 10.0.0.3
Now do
ping 10.0.0.2 from 3. If you get a response you are connected.



 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      05-01-2006, 10:10 AM
In comp.os.linux.networking Unruh <unruh-(E-Mail Removed)>:
> "(E-Mail Removed)" <(E-Mail Removed)> writes:


>>how to connect two computers in redhat linux9. i have been using
>>ethernet interface and cable to connect the two systems.how can i know
>>they are connected and how to share files


> If you are going to connect them directly you have to use a crossover
> ethernet cable (1<->3 and 2<->6) If you go though a switch or a hub you
> need regular ethernet cable


Agreed, this should be a save bet. Though modern nics will quite
often autosense/change Rx/Tx lines if you connect them with a
straight through cable directly.

The Intel controller in my box does exactly this:

01:09.0 Ethernet controller: Intel Corporation 82541GI/PI Gigabit
Ethernet Controller

OK, you might be out of luck with cheapo or/and older cards. But
it's well worth a try before looking for a cross-over cable,
especially if you don't have one flying around, YMMV.

> Then you have to give each an ip address
> Make the first 10.0.0.2 and the other 10.0.0.3
> Now do
> ping 10.0.0.2 from 3. If you get a response you are connected.


Indeed!

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 162: bugs in the RAID
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting H-P Deskjet 6840 Printer to computer running Vista melcroner Wireless Networks 3 06-08-2008 09:58 PM
Unable to Access Secure Websites with Computers running Windows XP Christina Broadband Hardware 4 04-09-2008 02:47 PM
Home network. Both computers must be running. Why? Doug Laidlaw Linux Networking 4 06-04-2006 10:29 AM
Cannot Browse Folders on other Computers After Running Network Wiz BobRob Wireless Networks 3 01-21-2006 11:56 AM
Problem connecting to the internet with a computer running Windows 98 =?Utf-8?B?RF9NX01hcnRpbg==?= Windows Networking 2 12-25-2003 06:55 AM



1 2 3 4 5 6 7 8 9 10 11