ip adress using dhcp

Asked by zaklina2004

How can I fund my ip adress using automatic dhcp ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
W. Prins
Solved:
Last query:
Last reply:
Revision history for this message
Best W. Prins (wprins) said :
#1

One way is as follows. Open a terminal window, by clicking Applications->Accessories->Terminal. Then at the flashing command prompt, type the command below followed by Enter:

ifconfig

This will print your network configuration parameters, including your assigned IP address. Entries for "eth0" relate to your ethernet network card, entries for "wlan0" relate to your wireless network card. The entry " inet addr:" is where your IP address is listed.

There's probably also ways using the GUI menu's to get this information but I cannot offhand remember the details and I'm not close to an Ubuntu box to check at the minute.

Revision history for this message
zaklina2004 (zaklina2004) said :
#2

Thanks a lot ByteJuggler. The question is solved.

Best regards
Zaklina