PDA

View Full Version : Finding your IP address through the GUI



agger
August 10th, 2005, 10:21 PM
Kerberos wrote, in another thread (http://www.ubuntuforums.org/showthread.php?t=53286&page=8&pp=10) :

So Linux is somehow better for normal users because it only lets you check your IP (and do god knows what else) through the command line only?

Surely your not seriously saying that having boxes _right there_ that can contain useful information, yet dont, is somehow a good thing? That the only way to find it out is by typing an unguessable command into the terminal, and this is somehow making Linux better?

If you go to Applications/System Tools/Network Tools in the GNOME menu, for "Network device" choose the network card you're using for your LAN - prolly "Eth1".

And presto, it shows your IP address!

Actually, that's how Ubuntu usually is: Any information about your system you can find on M$-Windows you will also be able to find through Ubuntu's GUI. Later, when used to using Ubuntu, you may grow to love the command line as well, I know I have :-)

sapo
August 10th, 2005, 10:30 PM
Whats so difficult about:

Clicking with the right button in the top panel -> Add to Panel -> Network Monitor.. and then:

oh.. its a miracle, i have my ip adress on the screen :rolleyes:

http://img360.imageshack.us/img360/5346/screenshot20vx.th.png (http://img360.imageshack.us/my.php?image=screenshot20vx.png)

aysiu
August 10th, 2005, 11:00 PM
Frankly, GUI support for the finding of IP addresses isn't what makes an OS superior to another OS, but as above folks have mentioned--the GUI is possible. What makes Linux "superior" for me (as no OS can be inherently superior to another OS--it's all about the user) is:

1. Free licensing (no stupid activation keys)
2. Choice of software, choice of OS, choice of desktop, choice of decorations and icons--choice, choice, choice
3. Ease of customization (linked to choice)--Windowblinds was a pain in my...
4. Free cost for OS, free cost for software
5. Community--when I have Windows problems, I don't know where to turn, and often Googling does not help
6. Security. Linux was built with a secure user set-up. When you don't run as administrator in Windows, updating and using some applications can be a pain in the...
7. Ease of software installation. I used to be a big fan of setup.exe, next, next, next, finish, reboot, but Synaptic Package Manager is cool, and I almost never need programs that aren't in the repositories.

But that's just me. As I said before, it's all about user preference. For some users, what makes an OS superior to another is graphically being able to check the IP address. To each her own. I'm just glad I don't feel the compulsion to sign up for some Windows forum just to bash Windows.

egon spengler
August 11th, 2005, 12:55 AM
Kerberos wrote, in another thread (http://www.ubuntuforums.org/showthread.php?t=53286&page=8&pp=10) :


If you go to Applications/System Tools/Network Tools in the GNOME menu, for "Network device" choose the network card you're using for your LAN - prolly "Eth1".

And presto, it shows your IP address!

Actually, that's how Ubuntu usually is: Any information about your system you can find on M$-Windows you will also be able to find through Ubuntu's GUI. Later, when used to using Ubuntu, you may grow to love the command line as well, I know I have :-)

That only shows my LAN adress, what about WAN?


Whats so difficult about:

Clicking with the right button in the top panel -> Add to Panel -> Network Monitor.. and then:

oh.. its a miracle, i have my ip adress on the screen :rolleyes:


I don't use gnome, how would I do that in fluxbox?

Sam
August 11th, 2005, 01:06 AM
That only shows my LAN adress, what about WAN?
Create a launcher and use this command:

zenity --info --info-text `w3m www.whatismyip.com -dump_source|grep "<TITLE>"|cut -d " " -f 5`

Then you'll have you gui wan ip tool :wink:

RastaMahata
August 11th, 2005, 03:36 AM
when I tell people to give me their IP, i tell them to go to www.whatismyip.com
It's far easier for them to do that, no matter what system they're using.

npaladin2000
August 11th, 2005, 05:58 AM
Actually, there's only one way to find out your IP address in Windows2000 or WindowsXP unless you're using static IP. That way happens to be the command line. Sorry. :)

TravisNewman
August 11th, 2005, 06:03 AM
Actually, there's only one way to find out your IP address in Windows2000 or WindowsXP unless you're using static IP. That way happens to be the command line. Sorry. :)
um... the network status gui has it. The internal IP anyway. External, I don't know a command or a gui built in to tell you

agger
August 11th, 2005, 07:15 AM
um... the network status gui has it. The internal IP anyway. External, I don't know a command or a gui built in to tell you

The original "dealbreaker" for our friend Kerberos was the perceived lack of a GUI to display the LAN IP address.

If the WAN IP address is different because the network uses NAT, a firewall or
some such device, I don't see how you could find out without depending on
some external site. So the easiest and most userfriendly way to determine your
WAN IP address is to point your browser to www.myipaddress.com or to use
a launcher as Sam made above ... :-)

jerome bettis
August 11th, 2005, 06:41 PM
Create a launcher and use this command:

zenity --info --info-text `w3m www.whatismyip.com -dump_source|grep "<TITLE>"|cut -d " " -f 5`

Then you'll have you gui wan ip tool :wink:


LOL very very nice

where'd you learn that? anymore tricks like that you know of?

Sam
August 12th, 2005, 03:09 AM
LOL very very nice

where'd you learn that? anymore tricks like that you know of?
lol glad you like it ! This is someone in the forum who posted the trick about parsing whatismyip.com source. I made a bash script for myself and post it with zenity in order to have a gui tool... :-P

Other tricks like that ??? Uh my box has a lot of tiny things added on the fly, I cannot made a list with each of them... But when someone has a problem and I have something helpful I try to help ! Ask if you have a particular problem...

FLeiXiuS
August 12th, 2005, 04:05 AM
Oh download the gdesklet to display it on your desktop. :-) It'll do internal and external.