Tips and Tricks - Finding the IP Address in Linux Made Easy

Published on June 28, 2023

Linux is a popular operating system used by many computer enthusiasts and professionals. One of the most important things to know on a Linux system is the IP address. Whether you are configuring a network, troubleshooting connectivity issues, or simply curious about your device's network settings, knowing how to find the IP address in Linux is crucial.

There are several ways to find the IP address in Linux. One common method is to use the command line. By opening a terminal or shell, you can run various commands to retrieve network information. The ifconfig command, for example, displays the IP addresses of all network interfaces on your Linux system, including both IPv4 and IPv6 addresses.

Another way to find the IP address in Linux is by using the ip command. This command offers more advanced features and options for network configuration. You can use the ip addr show command to display detailed information about network interfaces, including the IP addresses assigned to them.

In addition to using command-line tools, Linux also provides graphical interfaces that allow you to easily find the IP address. For example, most Linux distributions come with a network settings manager or a control center where you can navigate to the network section and find the IP address of your device.

In conclusion, there are several ways to find the IP address in Linux, including using command-line tools like ifconfig and ip, as well as graphical interfaces provided by Linux distributions. Having this knowledge is essential for network configuration and troubleshooting tasks on a Linux system.

Using ifconfig Command

The ifconfig command is a commonly used tool in Linux to find the IP address of a system. It provides information about the network interfaces on a Linux system, including their IP addresses. Here is how you can use the ifconfig command to find the IP address in Linux:

  1. Open a terminal window by clicking on the terminal icon or pressing Ctrl+Alt+T on your keyboard.

  2. Type ifconfig in the terminal and press Enter.

  3. The output of the command will display the network interfaces and their corresponding IP addresses. Look for the entry labeled inet or inet addr, followed by the IP address.

  4. For example, if you see an entry like inet 192.168.1.100, the IP address of the system is 192.168.1.100.

Additionally, the ifconfig command also provides information about other network configuration parameters such as the netmask, broadcast address, and network interface status.

Summary

The ifconfig command is an essential tool in Linux for finding the IP address of a system. By running the ifconfig command in a terminal, you can easily locate the IP address of your Linux system.

Checking Network Settings

In Linux, there are various ways to find the IP address for your system. One of the most common methods is by checking the network settings. The network settings provide information about the current IP address, subnet mask, and gateway of your system.

To check the network settings, you can open a terminal and use the ifconfig command. This command displays detailed information about all network interfaces on your system, including the IP address assigned to each interface.

Alternatively, you can use the ip addr command to view the IP addresses assigned to all the network interfaces. This command provides a more modern and detailed output compared to ifconfig.

Additionally, you can check the /etc/network/interfaces file to see the configuration settings for your network interfaces. This file contains the IP address and other network-related settings for each interface.

Overall, there are multiple ways to find the IP address in Linux, and checking the network settings is one of the most reliable methods.

Using IP Command

If you want to know the IP address of your Linux system, you can use the "ip" command. The "ip" command provides a versatile way to find not only the IP address of your system, but also other network information.

Step 1: Open a Terminal

To use the "ip" command, you need to open a terminal. You can do this by pressing the "Ctrl + Alt + T" keys on your keyboard, or by searching for "Terminal" in the application launcher.

Step 2: Run the "ip" Command

Once you have a terminal open, you can run the "ip" command to find your IP address. Simply type the following command in the terminal:

ip addr show

This will display a list of network interfaces and their corresponding IP addresses. Look for the interface that is currently active (usually labeled as "eth0" or "wlan0"), and note down the IP address listed next to it.

You can also use the "ip" command to find other network information, such as the default gateway, DNS server, and subnet mask. To do this, you can use the following commands:

  • To find the default gateway: ip route show default | awk '/default/ {print $3}'
  • To find the DNS server: nmcli dev show | grep 'IP4.DNS'
  • To find the subnet mask: ip -o -f inet addr show | awk '/scope global/ {print $4}'

By using the "ip" command, you can easily find the IP address and other network information of your Linux system. This can be useful for troubleshooting network issues or setting up network configurations.

Viewing Network Interfaces

In Linux, there are several ways to find the IP address of your network interfaces. This information can be useful for troubleshooting network issues or configuring network settings.

One way to view the IP address is by using the command line. Open a terminal and type ifconfig or ip addr show. This will display a list of all network interfaces on your system along with their IP addresses, MAC addresses, and other information.

Another way to view the IP address is through the network settings in your distribution's graphical interface. Look for a network icon in the system tray or navigate to the network settings in your system preferences. From there, you should be able to view the IP address of each network interface.

The IP address is displayed as a series of four numbers separated by periods, such as 192.168.0.1. Each number can range from 0 to 255, representing the different parts of the IP address. The IP address is used to identify your device on the network and allows for communication with other devices.

It's important to note that your IP address may change depending on how your network is configured. In some cases, your IP address may be assigned dynamically by a DHCP server, while in others it may be manually configured. If you're having trouble finding your IP address, check with your network administrator or refer to the documentation for your distribution.

In conclusion, finding your IP address in Linux is an essential step in managing your network connections. Whether you use the command line or the graphical interface, knowing your IP address can help you troubleshoot network issues and configure your system accordingly.

Checking IP Address with nmcli Command

The nmcli command is a powerful tool in Linux that allows users to manage and monitor network connections. One of its useful features is the ability to check the IP address assigned to a device. To retrieve the IP address using nmcli, follow the steps below:

1. Open the terminal in Linux.

2. Type the command "nmcli device show" and press Enter.

3. Look for the device you want to check the IP address of. The device information will be displayed in the terminal.

4. Under the "IP4.ADDRESS" section, you will find the assigned IP address for the device. It will be listed in the format "IP/Netmask/Gateway".

By using the nmcli command, you can quickly and easily check the IP address assigned to a device in Linux. This can be helpful for troubleshooting network connection issues or simply for obtaining information about your network configuration.

Using hostname Command

If you want to find the IP address of your Linux system, you can use the hostname command.

The hostname command is a utility that allows you to view or set the hostname or domain name of your system.

To find the IP address using the hostname command, open a terminal and simply type hostname -I and press Enter.

The -I option stands for "all IP addresses". This will display all the IP addresses assigned to your system, including both IPv4 and IPv6 addresses.

The output of the command will be a list of IP addresses separated by spaces.

Using the hostname command is an easy and quick way to find the IP address of your Linux system without the need for any additional tools.

Verifying IP Address with ip addr Command

If you are using a Linux operating system and wondering how to find your IP address, the ip addr command can help. This command allows you to verify the IP address assigned to your system.

To use the ip addr command, open a terminal and type the command followed by the show option, like this:

ip addr show

After executing the command, you will see a list of network interfaces connected to your system along with their respective IP addresses. The IP address is usually displayed next to the inet or inet6 keyword.

For example, if you see inet 192.168.0.101/24 or inet6 fe80::1/64, these are the IP addresses assigned to your system.

Keep in mind that if you are connected to a local area network (LAN), your IP address may be assigned by a DHCP server and can change over time. So, it's recommended to verify your IP address periodically using the ip addr command.

Checking IP Address with ip a Command

In Linux, the ip a command is a powerful tool for checking the IP address of your network interfaces. This command provides detailed information about the configuration of your network interfaces, including their IP addresses.

Step 1: Open a terminal

To check your IP address using the ip a command, open a terminal in your Linux distribution. You can usually find the terminal in the applications menu or by using the keyboard shortcut Ctrl+Alt+T.

Step 2: Run the command

In the terminal, type the command ip a and press Enter. This will display detailed information about all your network interfaces, including their IP addresses. Look for the line that starts with inet followed by an IP address. This is your IP address.

Step 3: Interpret the output

The output of the ip a command can be quite extensive, especially if you have multiple network interfaces. Look for the line that corresponds to the network interface you are interested in. The IP address is usually listed after the keyword inet.

  • If you are connected to the internet through Ethernet, look for the interface named eth or enp*.
  • If you are connected to the internet through Wi-Fi, look for the interface named wl* or wlan*.

Once you have identified the line that contains your IP address, take note of the IP address listed after inet. This is your current IP address in Linux.

The ip a command provides a wealth of information about your network interfaces, including their IP addresses. By using this command, you can easily find your IP address in Linux.

Using ip route Command

The ip route command is a handy tool to find IP addresses in Linux. It allows you to view and manipulate the IP routing table of the system.

To find the IP address using the ip route command, follow these steps:

Step 1: Open the Terminal

First, open a terminal on your Linux system. This can usually be done by pressing Ctrl+Alt+T.

Step 2: Run the ip route Command

Next, type the following command in the terminal and press Enter:

ip route

This will display the routing table, which contains information about the different IP addresses and their associated network interfaces.

Step 3: Find the IP Address

In the output of the ip route command, look for the line that starts with default. The IP address you are looking for is usually located after the via keyword in this line.

For example, if the line looks like:

default via 192.168.0.1 dev eth0 src 192.168.0.100

The IP address you are looking for is 192.168.0.1.

That's it! These steps should help you find the IP address in Linux using the ip route command.

Verifying IP Address with ss Command

The ss command is a powerful utility in Linux that allows you to get detailed information about network connections. It can be used to find and verify IP addresses in your system.

To find the IP address using the ss command, follow these steps:

  1. Open a terminal.
  2. Type the following command and press Enter:
ss -tnp | grep -Po "(\d1,3}\.){3}\d{1,3}:\d+" '

This command will display the IP addresses of all active network connections on your Linux system.

Here's a breakdown of the command:

  • ss -tnp: This command displays all TCP network connections.
  • grep -Po "(\d{1,3}\.){3}\d{1,3}:\d+": This command uses regular expressions to extract IP addresses and ports from the output of the previous command.
  • awk -F ':' '{print $1}': This command uses the colon symbol as a delimiter to extract only the IP addresses from the result of the previous command.

By running this command, you can quickly verify the IP address associated with each active network connection on your Linux system.

Checking IP Address with netstat Command

The netstat command is a powerful utility that can be used in Linux to check various network statistics. It can be used to display active network connections, routing tables, and listening ports, among other things.

To find the IP address using the netstat command, you can use the following command:

netstat -rn | grep "default" | awk '{print $2}'

This command will display the IP address associated with the default gateway, which is the router that the Linux system uses to connect to other networks.

By piping the output of the netstat command to the grep command and filtering for the "default" keyword, we can isolate the line that contains the default gateway IP address.

Lastly, we use the awk command to extract the second field from that line, which is the IP address itself.

With this command, you can easily find the IP address in Linux using the netstat command.

Using ip neigh Command

The ip neigh command is a useful tool in Linux to find the IP address of a device on your network. This command allows you to search for both IPv4 and IPv6 addresses.

How to Use the ip neigh Command

To find an IP address using the ip neigh command, follow these steps:

  1. Open a terminal.
  2. Type ip neigh and press Enter.
  3. A table will be displayed showing the IP addresses and MAC addresses of devices on your network.
  4. Look for the IP address you are searching for in the table.

Example Output:

Here is an example output from the ip neigh command:

IP Address MAC Address Device
192.168.1.1 00:11:22:33:44:55 Router
192.168.1.100 AA:BB:CC:DD:EE:FF Desktop Computer
192.168.1.101 11:22:33:44:55:66 Laptop

In this example, the IP address 192.168.1.100 belongs to a desktop computer.

Using the ip neigh command is a quick and easy way to find IP addresses on your Linux network.

Verifying IP Address with arp Command

In Linux, you can use the arp command to verify the IP address of a device in your network. The Address Resolution Protocol (ARP) is a protocol used to map an IP address to a physical (MAC) address on a local network.

To use the arp command, follow these steps:

  1. Open a terminal on your Linux system.
  2. Type the following command:
arp -a

This command will display a list of devices and their corresponding IP and MAC addresses. Look for the IP address you want to verify in the list.

If the IP address is listed, it means that the device is present on your network and its IP address is valid. If the IP address is not listed, it means that the device is either not connected to the network or the IP address is not valid.

By using the arp command, you can quickly and easily verify the IP address of a device in your Linux network.

Checking IP Address with route Command

In Linux, you can use the route command to check your IP address. The route command is a useful tool for managing network routing tables.

To find your IP address using the route command, follow these steps:

Step 1: Open the Terminal

First, open the Terminal application in Linux. You can typically find it in the Applications menu or by searching for "Terminal" in the system search.

Step 2: Enter the route Command

Once you have the Terminal open, type the following command:

route -n

This command will display the routing table, including your IP address. Look for the line that starts with "0.0.0.0" or "default".

Step 3: Locate Your IP Address

In the output of the route -n command, you will see your IP address listed under the "Gateway" column. This is the IP address assigned to your Linux machine. It may look something like "192.168.1.1".

That's it! You have successfully checked your IP address using the route command in Linux. This can be helpful in troubleshooting network issues or verifying your network setup.

Using ip tunnel Command

The ip tunnel command is a versatile tool that allows Linux users to create and manage network tunnels. Tunnels are virtual network interfaces used to encapsulate packets and transmit them over an existing network infrastructure. By using the ip tunnel command, you can efficiently find the IP address associated with a specific network tunnel.

To find the IP address using the ip tunnel command in Linux, follow these steps:

  1. Open a terminal or command prompt.
  2. Run the command ip tunnel show to display a list of all the network tunnels on your system.
  3. Locate the specific tunnel you are interested in and note down its name or identifier.
  4. Run the command ip addr show dev [tunnel name] to view the IP address assigned to the tunnel.

The output of the ip addr show command will include various information about the tunnel, including its IP address. Look for the line starting with inet to find the IP address.

By following these steps and using the ip tunnel command, you can easily find the IP address associated with a specific network tunnel in Linux.

Verifying IP Address with ipcs Command

To find the IP address in Linux, you can use various commands and tools. One useful command is ipcs, which allows you to verify the IP address assigned to a network interface.

Step 1: Open the Terminal

First, open the terminal in your Linux operating system. You can do this by pressing Ctrl + Alt + T or by clicking on the terminal icon in the application launcher.

Step 2: Run the ipcs Command

Once you have the terminal open, you can run the ipcs command to verify the IP address. Type the following command and press Enter:

ipcs

This command will display detailed information about your network interfaces, including the IP address assigned to each interface.

Step 3: Find the IP Address

In the output of the ipcs command, look for the line that corresponds to the network interface you want to check. The IP address assigned to that interface will be listed next to the inet field.

For example, if you want to find the IP address of the Ethernet interface, look for a line that starts with eth0 or enp0s*. The IP address will be listed next to the inet field, such as 192.168.0.123.

By following these steps, you can easily verify the IP address assigned to a network interface using the ipcs command in Linux.

Command Description
ipcs Displays information about the network interfaces and their assigned IP addresses.

Checking IP Address with ip netns Command

If you are using Linux, you might wonder how to find your IP address. One way to do this is by using the ip netns command. This command allows you to manage network namespaces in Linux, and it can also be used to check your IP address.

To check your IP address using the ip netns command, follow these steps:

Step 1: Open a terminal

First, open a terminal on your Linux system. You can usually do this by clicking on the terminal icon or by searching for "terminal" in your applications.

Step 2: Run the command

Once you have the terminal open, type the following command:

ip netns

This will display a list of network namespaces on your system.

Step 3: Find your IP address

Look for the namespace that you are currently using. It is usually labeled with your username or the current application you are working in. Once you find it, run the following command:

ip netns exec <namespace> ip addr show

Replace <namespace> with the name of the namespace you found in the previous step. This command will display detailed network information, including your IP address.

By following these steps, you can easily find your IP address using the ip netns command in Linux.

Using ip mroute Command

If you are looking to find IP addresses in Linux, one useful command is the ip mroute command. This command allows you to view the information about multicast routing in your network.

To use the ip mroute command, open a terminal window and enter the following command:

ip mroute show

This will display a list of all the multicast routes in the system, along with their associated source IP addresses and destination IP addresses.

If you want to filter the results and only display specific multicast routes, you can use additional options with the ip mroute command. For example, to show only the multicast routes for a specific source IP address, you can use the following command:

ip mroute show src <source_ip_address>

Replace <source_ip_address> with the actual source IP address you want to filter by.

Similarly, you can also filter the results based on destination IP address using the following command:

ip mroute show grp <destination_ip_address>

Replace <destination_ip_address> with the actual destination IP address you want to filter by.

Conclusion

The ip mroute command is a useful tool for finding IP addresses in Linux, particularly in relation to multicast routing. By using this command, you can view and filter the multicast routes in your network, allowing you to quickly locate the desired IP addresses.

Verifying IP Address with ipmrstat Command

In Linux, there are multiple ways to find the IP address of your machine. One useful command for verifying IP addresses is ipmrstat. This command allows you to check the multicast routing table and verify the IP address associated with it.

To use the ipmrstat command, open a terminal and type ipmrstat. This will display a list of all multicast routes and their corresponding IP addresses. The output will include information such as the multicast group address, the incoming interface, and the outgoing interface.

By examining the output, you can easily identify the IP address associated with each multicast route. This can be useful for troubleshooting network connectivity issues or for verifying the configuration of multicast routes on your machine.

For example, if you see a multicast route with an IP address of 224.0.0.1, this corresponds to the all-hosts multicast group. You can use this information to ensure that your machine is correctly configured to communicate with other hosts on the network.

Overall, the ipmrstat command provides a convenient way to verify the IP address associated with multicast routes in Linux. It is a useful tool for network administrators and anyone who needs to troubleshoot or verify network connectivity in a Linux environment.

Checking IP Address with ipmaddr Command

If you are using Linux, there are several ways to find your IP address. One of these methods is by using the ipmaddr command.

The ipmaddr command is a powerful tool that allows you to check your IP address information. It displays the IP addresses of the interfaces on your system, as well as the multicast group memberships associated with those addresses.

To use the ipmaddr command to find your IP address, open a terminal and type the following command:

ipmaddr

This will display a list of IP addresses and multicast group memberships associated with your system's interfaces. The IP address associated with your active network interface will be listed under the Local Address column.

With the ipmaddr command, you can easily see the IP address assigned to your Linux machine. This can be helpful in various situations, such as troubleshooting network connectivity issues or configuring network services.

So, if you are wondering how to find your IP address in Linux, give the ipmaddr command a try!

Using ip rule Command

In Linux, you can use the ip rule command to find the IP address. The ip rule command is a powerful tool that allows you to manage routing rules for your network interface.

Step 1: Open the Terminal

To find the IP address using the ip rule command, open the terminal in Linux. You can usually find the terminal in the Applications menu or by using the keyboard shortcut Ctrl+Alt+T.

Step 2: Execute the Command

Once the terminal is open, type the following command:

ip rule

This command will display the routing rules for your network interface.

Step 3: Find the IP Address

To find the IP address, look for the line that starts with pref and ends with lookup. The IP address will be listed after the pref keyword. For example:

pref 10 lookup local

In this example, the IP address is 10.0.0.1.

Using the ip rule command is a convenient way to find the IP address in Linux. It provides a simple and straightforward method to manage routing rules and obtain network information.

Verifying IP Address with iptunnel Command

If you need to verify the IP address in Linux, you can use the iptunnel command. This command allows you to create and manage IP tunnels, allowing you to encapsulate IP packets within IP packets. You can use it to verify your IP address in Linux.

Here's how you can use the iptunnel command to verify your IP address:

  1. Open a terminal in Linux.
  2. Type the following command and press Enter to view the current IP tunnels:
Command Description
sudo iptunnel show This command will display the current IP tunnels in your system.

After executing the command, you will see a list of IP tunnels. Look for the tunnel that corresponds to your IP address. The IP address will be displayed in the output, allowing you to verify it.

Using the iptunnel command is a quick and easy way to verify your IP address in Linux. It provides a convenient method for checking the IP address assigned to your system.

Checking IP Address with iptables Command

If you're wondering how to find the IP address in Linux, one effective method is to use the iptables command. This command allows you to configure and manage firewall rules on your Linux system.

By using the iptables command, you can check the IP address of incoming and outgoing connections. This can be useful in various scenarios, such as troubleshooting network issues or monitoring network activity.

To check the IP address with iptables, you can use the following command:

sudo iptables -L -n

This command will display the currently configured firewall rules, including the source and destination IP addresses. The -L flag is used to list the rules, while the -n flag ensures that IP addresses are displayed in numeric format, rather than resolving them to hostnames.

When you execute this command, you'll see a list of rules with columns representing various properties, including the source and destination IP addresses. Look for the desired IP address in the output to find the information you need.

This method can be particularly useful if you want to quickly check the IP address associated with a specific network connection or if you need to verify that your firewall rules are properly configured.

Remember to run the command with root privileges using the sudo command in order to access the necessary permissions for querying the iptables configuration.

Using the iptables command to check the IP address in Linux is just one of the many methods available. You can choose the method that best suits your requirements and preferences.

Using ip6tables Command

If you are using Linux and need to find the IP address of a device on your network, you can use the ip6tables command. This command is used to set up, maintain, and inspect the tables of IPv6 packet filter rules in the Linux kernel.

To find the IP address using ip6tables, follow these steps:

  1. Open the terminal on your Linux system.
  2. Enter the following command:

ip6tables -L -n

This command will display the IPv6 packet filter rules. Look for the destination IP address column, which will show the IP addresses that are being filtered.

By inspecting the output of the ip6tables command, you can locate the IP address of the device you are interested in.

Using the ip6tables command is a convenient way to find IP addresses in Linux and can be helpful in troubleshooting network issues or setting up firewall rules.

Verifying IP Address with ipset Command

In Linux, there are several ways to find an IP address, but one powerful tool for verifying IP addresses is the ipset command. The ipset command allows you to create and manage sets of IP addresses, and it can be used to check if a specific IP address is in a set.

To verify an IP address using the ipset command, you first need to create a set. You can do this by running the following command:

sudo ipset create ip_addresses hash:ip

This command creates a new set named "ip_addresses" that uses a hash function to store IP addresses. Once the set is created, you can add IP addresses to it using the add command.

To check if a specific IP address is in the set, you can use the test command. Simply run the following command:

sudo ipset test ip_addresses <ip_address>

Replace <ip_address> with the IP address you want to verify. If the IP address is in the set, the command will return "Set <set_name> contains <ip_address>". If the IP address is not in the set, the command will return "Set <set_name> does not contain <ip_address>".

The ipset command is a powerful tool for verifying IP addresses, and it can be useful in a variety of situations. Whether you need to check if an IP address is in a whitelist or blacklist, or you want to monitor a specific set of IP addresses, the ipset command can help you easily verify IP addresses in Linux.

Checking IP Address with ipvsadm Command

To find the IP address in Linux, you can use the ipvsadm command.

The ipvsadm command is a powerful tool that allows you to manage the IP Virtual Server (IPVS) kernel module. This module is responsible for creating and managing network load balancing across multiple servers.

To check the IP address using the ipvsadm command, you can use the --list option. This option displays the current configuration of the IP Virtual Server. By examining the output, you can find the IP address that is being used for load balancing.

Here's an example command that you can run to check the IP address:

ipvsadm --list

After executing the command, the IP address will be displayed in the output. You can look for the field that corresponds to the IP address column.

Using the ipvsadm command is a convenient and reliable way to find the IP address in Linux when dealing with network load balancing and managing IP Virtual Servers.

FAQ

How can I find the IP address of my Linux machine?

To find the IP address of your Linux machine, you can use the "ip" command or the "ifconfig" command. Simply open a terminal and type either command to display the IP address of your machine.

Is there a graphical tool to find the IP address in Linux?

Yes, there are several graphical tools available to find the IP address in Linux. One popular tool is the "Network Manager" which provides a graphical interface to manage network connections and displays the IP address of the machine.

What is the difference between an IPv4 and an IPv6 address?

The main difference between an IPv4 and an IPv6 address is the format and the number of available addresses. IPv4 addresses are written in decimal form and consist of four groups of numbers separated by periods, while IPv6 addresses are written in hexadecimal form and consist of eight groups of numbers separated by colons. Additionally, IPv4 addresses have a total of around 4.3 billion available addresses, while IPv6 addresses have a total of about 340 undecillion (10^36) available addresses.

How can I find the IP address of a specific network interface in Linux?

To find the IP address of a specific network interface in Linux, you can use the "ip" command or the "ifconfig" command followed by the name of the interface. For example, to find the IP address of the eth0 interface, you can type "ip addr show eth0" or "ifconfig eth0" in the terminal.

What is the loopback IP address in Linux?

The loopback IP address in Linux is a special IP address used to test network interfaces on the local machine. The loopback address is typically represented as "127.0.0.1", and any packets sent to this address are looped back and processed by the local machine only. It is commonly used for troubleshooting network connectivity issues and testing network applications.

What is an IP address and why is it important in Linux?

An IP address is a unique numerical label assigned to each computer or device on a network. It is important in Linux because it allows different devices to communicate with each other over a network using the Internet Protocol. The IP address is used to identify and locate a specific device on the network.

How can I find the IP address of my Linux machine?

There are several ways to find the IP address of a Linux machine. One way is to use the ifconfig command in the terminal. Simply open a terminal and type "ifconfig" without quotes. Look for the entry that says "inet addr" followed by an IP address. Another way is to use the ip command. Open a terminal and type "ip addr show" without quotes. Look for the line that starts with "inet" followed by an IP address.

Ads: