-
Notifications
You must be signed in to change notification settings - Fork 5
Basic Network Tools
This is an intro to some of the diagnostic tools that other documentation will refer to.
This is useful for debugging routers, and specific links to existing static IPs.
On Ubuntu, you can do this by going to control center -> network connections, selecting the current ethernet connection, clicking the gear, then going to the IPv4 settings tab.
-
Under Method, change
Automatic (DHCP)
toManual
-
Under Addresses, click add. You want to add an address within the range of the router you are trying to interface with (see Internet Uplink and LAN). The netmask is the number of bits, starting from the left, that stay fixed:
Address Netmask Gateway 192.168.102.5 16 192.168.102.1 -
Where it says
DNS servers
, put either216.218.196.2
(HE's DNS server) or8.8.8.8
(Google's public DNS server).
This guide can do it better than I can -Will https://pureinfotech.com/set-static-ip-address-windows-10/