Mainos / Advertisement:
Static IP
Versio hetkellä 23. heinäkuuta 2015 kello 07.41 – tehnyt Frans (keskustelu | muokkaukset) (Ak: Uusi sivu: == Show current IP-address in UNIX ==)
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
Terminaalissa tai komentorivillä anna komento
ifconfig
tulostuu IP-osoitteesi.
Mainos / Advertisement: