Mainos / Advertisement:
Ero sivun ”Staattinen IP/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: == Show current IP-address in Windows ==) |
(Ak: Uusi sivu: it will print your IP-address along with some other information about your network.) |
||
(7 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 4: | Rivi 4: | ||
== Show current IP-address in Windows == | == Show current IP-address in Windows == | ||
− | # | + | #Open cmd.exe (command prompt) |
− | # | + | #Type in the command: ipconfig /all |
− | + | The command prompt will print something like: | |
Rivi 14: | Rivi 14: | ||
</gallery> | </gallery> | ||
− | IPv4 | + | IPv4 is your current IP-address. |
− | + | Using the ipconfig /all command shows you various information about your network. | |
<gallery> | <gallery> | ||
Rivi 22: | Rivi 22: | ||
</gallery> | </gallery> | ||
− | == | + | == 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: