Tech Support Forum banner
Status
Not open for further replies.
1 - 5 of 5 Posts

· Registered
Joined
·
10 Posts
Discussion Starter · #1 ·
I have some machines on my network, that are metorologist computers that are linux based, the automaticly are set to start up the weather software and all. What is an easy way i can find out the IP addresses of these machines?
 

· Premium Member
Joined
·
6,569 Posts
Hi,

You will need to open a terminal. From there you will want to type "ifconfig" w/o quotes. You will get an output that looks like:
[[email protected] ~]$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:A1:55:D3
inet addr:192.168.1.100 Bcast: 192.168.1.255 Mask:255.255.255.0
There is a lot more information too but don't worry about that. You need to find the line that has the inet addr: 192.168.1.x or 10.10.1.x, whatever you have your ips set as and that will tell you what the ip for the computer is.

Cheers!
 

· Premium Member
Joined
·
6,569 Posts
Hi,

If you are running an OS that looks similar to the Mac OS with the word applications at the top, then you need to go to Applications -> Accessories -> Terminal. If you are using an OS that looks similar to windows, then you can click on the icon in the bottom left corner and there should be a program called Konsole. I am not sure where it is as I don't use KDE.

Cheers!
 
1 - 5 of 5 Posts
Status
Not open for further replies.
Top