Via the command line, type:
/sbin/ifconfig
By default, it will show every network device. Since many Linux systems use eth0 as the default network device, you can optionally type the following to view just that one:
/sbin/ifconfig eth0
Under each network device will be 'inet addr' or 'inet6 addr' depending on how you've configured your system. Next to it is the IP address.
If you're connected via LAN or router you may want to find your external (public IP). It could be done simply from command-line as:
curl smart-ip.net/myip
swagg
type on a Linux terminal: ifconfig Note: it is ipconfig in Windows.
An IP address is the same thing whether you use Linux, Windows, OS X, Haiku, ReactOS, DOS, UnixWare, etc. An IP address is a "unique" identifier for a host on a network.
ifconfig <if device> inet <ip address>
Answer In the Windows command prompt, type "ipconfig". That will list basic information, including your IP address, of all your network interfaces. Be warned this will only return you your local IP address. That means if you're on a LAN, then you'll get the IP address of that network and not your WAN IP address. *************************** Note: It is "ifconfig" on a Linux operating system.
1. dhclient -r This releases the current IP address lease 2. dhclient This requests a new IP address.
windows: type ipconfig in cmd shell linux: type ifconfig in cmd shell
If you want to find your IP address,visit Ip-details.com .
If you want to find your IP address,visit Ip-details.com .
I use Ip-details.com to find my IP address.
If you want to find IP address location,visit Ip-details.com .
Run /sbin/ifconfig or on the terminal jst type: ifconfig -a