About 48,800 results
Open links in new tab
  1. How to change IP address using script on Windows?

    netsh interface ip set dns "Local Area Connection" dhcp and to set the * Obtain an IP address automatically setting: netsh interface ip set address "Local Area Connection" dhcp More info: read …

  2. How to make VirtualBox use static IP? - Super User

    Dec 1, 2024 · If just want this VM to have internet access and change the IP address, change the network type to NAT. This will place the VM in its own network, and you can use VirtualBox's DHCP …

  3. How do you set an IP address to a g0/1/0 interface on a router, I'm to ...

    By default, some router or switch interfaces operate as Layer 2 ports and do not accept IP addresses. To configure an IP address, you need to change the interface mode to Layer 3 routed mode. Steps …

  4. windows 10 - Make IP address of WSL2 static - Super User

    Sep 1, 2020 · This solution helped me to set up a static ip of my wsl, try: Run this on your windows host machine: netsh interface ip add address "vEthernet (WSL)" 192.168.99.1 255.255.255.0 And this on …

  5. how to assign static IP on a switch - Cisco Learning Network

    Note that although you can assign multiple ip addresses on a L3 switche's physical (e.g. fa0/1 fa0/2 gi0/1) or virtual (vlan 1, vlan 3, vlan 3000, or a loopback lo1, lo2,lo3), all of the ip address must be in …

  6. Change IP address permanently with ifconfig in Debian

    1 In order to change your ip address using ifconfig, and have it survive a reboot, you must do the following: ifconfig eth0 down ifconfig eth0 192.168.1.242 ifconfig eth0 up Then in the upper right …

  7. How do I give the Linux desktop an IP address in CML Personal 2.6

    I have emulated a Linux Desktop in CML 2.6 Personal but I can't figure out how to give it an IP address? There is no networking options. Am I missing anything?

  8. How do I set a static IP address in Windows? - Super User

    Nov 5, 2015 · 4 If I do not have access to the router / DHCP server to create a static reservation (i.e. asking the router / DHCP server to set aside a specific IP address when a certain MAC address …

  9. networking - Hyper-v Default Switch static IP - Super User

    Feb 18, 2020 · Is it possible to set a static IP address for Hyper-V's default switch adapter? Every time I reboot my PC the address has changed.

  10. How to make my IP address a public web address? - Super User

    Apr 3, 2018 · The address 10.0.2.15 is a private address and can't be reached from outside your network. To make your server public to the internet you have to follow these steps: Find your public …