Mainos / Advertisement:
Ero sivun ”Staattinen IP/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: == Show current IP-address in UNIX ==) |
(Ak: Uusi sivu: it will print your IP-address along with some other information about your network.) |
||
(Yhtä välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 24: | Rivi 24: | ||
== Show current IP-address in UNIX == | == Show current IP-address in UNIX == | ||
− | + | In the terminal or command line, issue the command: | |
ifconfig | ifconfig | ||
− | + | it will print your IP-address along with some other information about your network. |
Nykyinen versio 23. heinäkuuta 2015 kello 07.42
A static IP address is an IP-address that is always the same. For instance, you can configure your PC's NIC to always request the same IP-address from your router. Usually in home networks DHCP is enabled by default and will hand out different addresses every time.
Show current IP-address in Windows
- Open cmd.exe (command prompt)
- Type in the command: ipconfig /all
The command prompt will print something like:
IPv4 is your current IP-address.
Using the ipconfig /all command shows you various information about your network.
Show current IP-address in UNIX
In the terminal or command line, issue the command:
ifconfig
it will print your IP-address along with some other information about your network.
Mainos / Advertisement: