HOW To KNOW My Computers Ip Address

Asked by chintalvaady

I`m using a broad band Connection which provides dynamic ip addresses,one fine day, now i would like know my current IP address and other addresses such as PHYSICAL,DNS etc....can any one help me with this....

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Might be ifconfig is enough...

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

ifconfig -a

hope this helps

Revision history for this message
Ahmad Tarek (ahmadtarek) said :
#2

you can open a terminal (Applications | Accessories | Terminal ) and write ifconfig, it will list all your network information. Also you can check the network manager applet (in Ubuntu it can be found beside the clock in the top right) by right clicking on it and choose "Connection Information"

Revision history for this message
chintalvaady (cmraghavendran) said :
#3

hello Ahmed,BUT the "Connection Information" tab is disabled....can u also tell me "how to know the MAC address"

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Please try from terminal:

ip maddr

hope this helps

Revision history for this message
chintalvaady (cmraghavendran) said :
#5

Thanks marcobra, that solved my question.