Click to See Complete Forum and Search --> : Can't find network


Odyssey
08-08-2009, 02:55 PM
Using Ubuntu 8.04 and want to join my lan at home (2 more computers [Windows]) and a USB HDD. But I just can't find my way. Have opened

System/Admin/Network, and
System/Admin/Network Tools

but still cannot figure out how to reach the other computers (I know their IP #'s and can ping them, but just cannot seem to add them.

Can anyone either refer me to a very basic linux network configuration tutorial or step me through it? TIA

Also may have a network place name incompatibility. Both of my windows computers shows Mshome for one area name and Workgroup as another for the linux computer and the USB HDD, and unsure if this is a problem or one go them needs to be changed to the same as the other?

And, 'ifconfig' gives you the ip# of the computer you are on. Is there a shell command that interrogates all other devices on the network and returns their ip #'s?

Odyssey
08-09-2009, 10:07 AM
the answer was right under my nose. in Ubunutu 8.04:

Places/network

Thanks all.

gamblor01
08-11-2009, 11:51 PM
And, 'ifconfig' gives you the ip# of the computer you are on. Is there a shell command that interrogates all other devices on the network and returns their ip #'s?

Take a look at nmap. It should be in the repos -- just run sudo apt-get install nmap and read the man pages (or google) for how to use it. It's pretty slick and can tell you all sorts of information about the other machines on your network.

Odyssey
08-12-2009, 11:05 AM
Thanks.