How To Find All IP Addresses on Linux Come trovare tutti gli indirizzi IP su Linux
Run the command: Eseguire il comando:
ip address show indirizzo IP mostra
In the output you will find lines like these: In uscita troverete le linee come queste:
inet 127.0.0.1 /8 scope host lo inet 127.0.0.1 / 8 campo di applicazione host 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 portata globale eth1
The highlighted portions are your (ipv4) ip addresses. Evidenziata porzioni sono le tue (IPv4) indirizzi IP.
The /8 or /24 represents your network. / 8 o / 24 rappresenta la vostra rete. /8 means your subnet mask is 255.0.0.0 and /24 means your subnet mask is 255.255.255.0. / 8, significa che la tua maschera di sottorete è 255.0.0.0 e / 24 significa che il tuo maschera di sottorete è 255.255.255.0. You will not have a subnet typically for a point-to-point connection. Non si ha la subnet in genere per un punto a punto di connessione.
Note: The lines containing inet6 provides the ipv6 addresses. Nota: Le linee contenenti inet6 prevede la indirizzi IPv6.
Filed under Elencato sotto Fedora 7 Fedora Core 7 , Fedora Core 6 Fedora Core 6 , Headline News Headline News , How To Come , Linux , Linux Migration Linux , Web , Web Hosting Web Hosting | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |





October 4th, 2007 at 9:30 pm Ott 4, 2007 at 9:30 pm
I want to know the IP address of the LINUX SERVER for practicing the linux commnads. Vorrei sapere l'indirizzo IP del server Linux per la pratica linux commnads. We have a network system in our office. Abbiamo un sistema di rete in ufficio.