How To Find All IP Addresses on Linux Cómo encontrar todas las direcciones IP de Linux
Run the command: Ejecute el comando:
ip address show mostrar la dirección IP
In the output you will find lines like these: En la salida se encuentran líneas como las siguientes:
inet 127.0.0.1 /8 scope host lo inet 127.0.0.1 / 8 ámbito de acogida lo
inet 192.168.1.10 /24 brd 192.168.1.255 scope global eth1 inet 192.168.1.10 / 24 BRD 192.168.1.255 alcance global eth1
The highlighted portions are your (ipv4) ip addresses. El destacado son sus porciones (IPv4) direcciones IP.
The /8 or /24 represents your network. El / o 8 / 24 representa la red. /8 means your subnet mask is 255.0.0.0 and /24 means your subnet mask is 255.255.255.0. / 8 significa que su máscara de subred es 255.0.0.0 y / 24 significa que su máscara de subred es 255.255.255.0. You will not have a subnet typically for a point-to-point connection. Usted no tendrá una subred normalmente por un punto-a-punto de conexión.
Note: The lines containing inet6 provides the ipv6 addresses. Nota: Las líneas que contengan inet6 proporciona la dirección IPv6.
Filed under Filed under Fedora 7 Fedora 7 , Fedora Core 6 Fedora Core 6 , Headline News Headline News , How To Cómo , Linux , Linux Migration La migración Linux , Web , Web Hosting Web Hosting | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |





October 4th, 2007 at 9:30 pm 4 de Octubre de 2007 a las 9:30 pm
I want to know the IP address of the LINUX SERVER for practicing the linux commnads. Quiero saber la dirección IP del servidor Linux para practicar el linux commnads. We have a network system in our office. Tenemos un sistema de red en nuestra oficina.