Category: Network
-
How to set IP address, subnet, and gateway via command line in Windows
netsh int ip set address “Local Area Connection” static 192.168.0.10 255.255.255.0 192.168.0.1
-
Cradle Point Firewall Does Not Connect to VPN or Enterprise Cloud Manager aka ECM
This morning one of the remote locations we support from the corporate office called in because their Internet was not working. Luckily I configured dynamic DNS on the Cradle Point, as for some reason, the static IP address we had assigned had changed for some reason, it went back to a static IP address we…
-
How to Change the MTU Size in Windows 7
Open a command line window as an Administrator (ie. right click on All Programs > Accessories > Command Prompt and select Run as administrator) … Type the command netsh and wait for prompt Type the command interface and wait for prompt Type the command ipv4 and wait for prompt Type the command set subinterface “Local…