Lab 1‐1 ‐ Network Connectivity testing - Dleifnesor/NET-150 GitHub Wiki
Used a variety of commands with cmd to find ip addresses assigned to certain domain names as well as using ping commands to confirm connectivity
MAKE SURE TO DISABLE FIREWALL SOMETIMES, IT MAY BLOCK TRACERT ALSO MAKE SURE NETWORK VM SETTINGS ARE SET TO BRIDGED NOT NAT
commands used:
ping (domain name or ipv4/6 address)
tracert (traces te routers a packet has to travel through to get to a destination, brings up a >, then input either a domain name or an ip address)
nslookup (looks up the ip address associated with a domain)
Problems encountered: i couldn't ping the default gateway over wifi for some reason so i connected my laptop to ethernet and i was able to ping the default gateway, (I have no idea why tbh)