Networking Forums

Networking Forums > Computer Networking > Linux Networking > Need help with my home network.

Reply
Thread Tools Display Modes

Need help with my home network.

 
 
CLicKCY@googlemail.com
Guest
Posts: n/a

 
      11-15-2006, 01:09 PM
Hey group .. I have a problem with my network .. i got 2 pcs with os
Fedora core .. ..they are connected with a router and adsl.. but they
dont work .. what are the steps to build my linux network .. ?

 
Reply With Quote
 
 
 
 
CLicKCY@googlemail.com
Guest
Posts: n/a

 
      11-15-2006, 02:26 PM
anyone to help?

On Nov 15, 4:09 pm, "CLic...@googlemail.com" <CLic...@googlemail.com>
wrote:
> Hey group .. I have a problem with my network .. i got 2 pcs with os
> Fedora core .. ..they are connected with a router and adsl.. but they
> dont work .. what are the steps to build my linux network .. ?


 
Reply With Quote
 
Jack Snodgrass
Guest
Posts: n/a

 
      11-15-2006, 02:34 PM
On Wed, 15 Nov 2006 06:09:06 -0800, "CLicKCY wrote:

> Hey group .. I have a problem with my network .. i got 2 pcs with os
> Fedora core .. ..they are connected with a router and adsl.. but they
> dont work .. what are the steps to build my linux network .. ?



In general... your router will act as a DHCP server and
assing Addresses to each PC when it boots. The Addresses
will be something like 192.168.x.y where x will be the
same on all the computers in your private lan and y will
be unique.

Your NIC will most likely be assgined eth0 so you can do
/sbin/ifconfig eth0
( or just /sbin/ifconfig to see all network devices )
and you can see the IP Address that was assigned by
the DHCP server.

Once you've verified that both PCs have the correct
IP Address, you should be able to do a
ping 192.168.x.y ( the IPs assigned to each PC )
and get a ping response back and your PCs are
connected.

If you get unknown device when you do ifconfig eth0
then your NIC card was not detected by linux.

There are lots of places when things won't work out...
this should get you started.

jack






--
D.A.M. - Mothers Against Dyslexia

see http://www.jacksnodgrass.com for my contact info.

jack - Grapevine/Richardson
 
Reply With Quote
 
CLicKCY@googlemail.com
Guest
Posts: n/a

 
      11-15-2006, 03:11 PM
yeah... both computers are connected to the inetrnet ..... but how i
can exchange apps and thinks throw computersss. ?

On Nov 15, 5:34 pm, "Jack Snodgrass"
<jacks_temp_id_ind...@verizon.net> wrote:
> On Wed, 15 Nov 2006 06:09:06 -0800, "CLicKCY wrote:
> > Hey group .. I have a problem with my network .. i got 2 pcs with os
> > Fedora core .. ..they are connected with a router and adsl.. but they
> > dont work .. what are the steps to build my linux network .. ?In general... your router will act as a DHCP server and

> assing Addresses to each PC when it boots. The Addresses
> will be something like 192.168.x.y where x will be the
> same on all the computers in your private lan and y will
> be unique.
>
> Your NIC will most likely be assgined eth0 so you can do
> /sbin/ifconfig eth0
> ( or just /sbin/ifconfig to see all network devices )
> and you can see the IP Address that was assigned by
> the DHCP server.
>
> Once you've verified that both PCs have the correct
> IP Address, you should be able to do a
> ping 192.168.x.y ( the IPs assigned to each PC )
> and get a ping response back and your PCs are
> connected.
>
> If you get unknown device when you do ifconfig eth0
> then your NIC card was not detected by linux.
>
> There are lots of places when things won't work out...
> this should get you started.
>
> jack
>
> --
> D.A.M. - Mothers Against Dyslexia
>
> seehttp://www.jacksnodgrass.comfor my contact info.
>
> jack - Grapevine/Richardson


 
Reply With Quote
 
CLicKCY@googlemail.com
Guest
Posts: n/a

 
      11-15-2006, 03:14 PM
cuz iam newbie to networking can u tell me step by step after i
connected them togther how to configure them and how to exhange apps
and work with my network ?

On Nov 15, 5:34 pm, "Jack Snodgrass"
<jacks_temp_id_ind...@verizon.net> wrote:
> On Wed, 15 Nov 2006 06:09:06 -0800, "CLicKCY wrote:
> > Hey group .. I have a problem with my network .. i got 2 pcs with os
> > Fedora core .. ..they are connected with a router and adsl.. but they
> > dont work .. what are the steps to build my linux network .. ?In general... your router will act as a DHCP server and

> assing Addresses to each PC when it boots. The Addresses
> will be something like 192.168.x.y where x will be the
> same on all the computers in your private lan and y will
> be unique.
>
> Your NIC will most likely be assgined eth0 so you can do
> /sbin/ifconfig eth0
> ( or just /sbin/ifconfig to see all network devices )
> and you can see the IP Address that was assigned by
> the DHCP server.
>
> Once you've verified that both PCs have the correct
> IP Address, you should be able to do a
> ping 192.168.x.y ( the IPs assigned to each PC )
> and get a ping response back and your PCs are
> connected.
>
> If you get unknown device when you do ifconfig eth0
> then your NIC card was not detected by linux.
>
> There are lots of places when things won't work out...
> this should get you started.
>
> jack
>
> --
> D.A.M. - Mothers Against Dyslexia
>
> seehttp://www.jacksnodgrass.comfor my contact info.
>
> jack - Grapevine/Richardson


 
Reply With Quote
 
Llanzlan Klazmon the 15th
Guest
Posts: n/a

 
      11-16-2006, 02:11 AM
"(E-Mail Removed)" <(E-Mail Removed)> wrote in
news:(E-Mail Removed) ups.com:

> cuz iam newbie to networking can u tell me step by step after i
> connected them togther how to configure them and how to exhange apps
> and work with my network ?


You need to start by seeing if your PC's are actually picking up an ip
address. Jack gave you this command to enter:

/sbin/ifconfig eth0

Tell us the output and people will be able to help you.

Klazmon.

<SNIP>


 
Reply With Quote
 
David M
Guest
Posts: n/a

 
      11-18-2006, 12:04 PM
On Wed, 15 Nov 2006 08:11:16 -0800, (E-Mail Removed) rearranged some
electrons to form:

> yeah... both computers are connected to the inetrnet ..... but how i
> can exchange apps and thinks throw computersss. ?


http://nfs.sourceforge.net/nfs-howto/



--
David M (dmacchiarolo)
http://home.triad.rr.com/redsled
T/S 53
sled351 Linux 2.4.18-14 has been up 2 days 3:24

 
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
Home network with XP Home and XP Pro dmkhern Wireless Networks 1 09-04-2006 12:42 AM
XP Home - How do I Turn Off File and Printer Sharing and Other Unwanted Home Network Crap? Clark Kent Wireless Internet 4 03-22-2006 04:00 AM
Home Network - XP Home Edition and Windows 2000 PAR Wireless Networks 0 12-30-2004 06:53 PM
Lost dial-up network connection after running home network setup wizard. Bruce Windows Networking 0 10-22-2003 04:05 PM
Home wireless network unavailable after connecting to work network - Windows XP Linksys Router Marc J. Osborne Home Networking 0 10-05-2003 02:48 PM



1 2 3 4 5 6 7 8 9 10 11