Archives : November-2022

HowToWebHost.com Link General Show Routes # Show IPs in numeric format route -n # Show IPs with their Hostnames route Default Gateways Add a default gateway sudo route add default gw <DestinationIp> sudo route add default gw 192.168.1.1 Delete a default gateway sudo route del default gw <DestinationIp> sudo route del default gw IP.ADD.RE.SS Static ..

Read more