Traducciones al Español
Estamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

Finding your Linode’s IP address (or addresses) is easy and can be done in two different ways.

From the Cloud Manager

  1. Log in to the Cloud Manager.

  2. From the Linodes tab of your account, select the Linode you want to work with.

  3. Click the Networking tab.

  • You will see sections for IPv4 and IPv6.
  • Your public IPs are listed under the Address columns in these sections.
  1. View more information about the IP by clicking the more options ellipsis to the right, then click View in the exposed dropdown menu.

  2. A side panel opens to reveal more networking information including the subnet mask.

From an SSH Session

Use the command below to view your Linode’s IP addresses:

ip addr | grep inet

An example of the output:

root@localhost:~# ip addr | grep inet
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    inet 45.56.111.42/24 brd 45.56.111.255 scope global eth0
    inet 97.107.134.191/24 scope global eth0:1
    inet 192.168.192.154/17 scope global eth0:2
    inet6 2600:3c03::f03c:91ff:fe73:9675/64 scope global mngtmpaddr noprefixroute
    inet6 fe80::f03c:91ff:fe26:7e8e/64 scope link

The output shows:

  • Two public IPv4 addresses, 45.56.111.42 and 97.107.134.191
  • One private IPv4 address, 192.168.192.154
  • One public IPv6 address, 2600:3c03::f03c:91ff:fe73:9675
  • One private IPv6 address, fe80::f03c:91ff:fe26:7e8e
Note

DHCP will only recognize one IPv4 address. If you have more than one IPv4 address assigned to your Linode, you must either set those addresses statically or enable Network Helper. Otherwise, those addresses will not be usable to the system, nor will they display in ip commands. See the following guides for more information:

Linux Static IP Configuration

Network Helper

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.


Join the conversation.
Read other comments or post your own below. Comments must be respectful, constructive, and relevant to the topic of the guide. Do not post external links or advertisements. Before posting, consider if your comment would be better addressed by contacting our Support team or asking on our Community Site.
The Disqus commenting system for Linode Docs requires the acceptance of Functional Cookies, which allow us to analyze site usage so we can measure and improve performance. To view and create comments for this article, please update your Cookie Preferences on this website and refresh this web page. Please note: You must have JavaScript enabled in your browser.