Networking Services (DHCP, DNS, etc)
Essential to making it all work
Dynamic Host Configuration Protocol (DHCP)
DHCP has 2 ends, a client and a server.
Dynamic Host Configuration Protocol (DHCP)
Working with DHCP (client)
ipconfig /release
ipconfig /renew
Working with DHCP (server)
Name resolution (DNS)
Working with DNS
Use nslookup to test DNS
> nslookup google.com
Server: UnKnown (name of the DNS server used to find IP)
Address: 10.61.0.2 (IP address of DNS server used to find IP)
Non-authoritative answer: (DNS server not original source of answer)
Name: google.com (Name we are resolving)
Addresses: 2607:f8b0:4005:80b::200e (google.com’s IPv6 address)
216.58.194.174 (google.com’s IPv4 address)
Working with DNS
Use nslookup to test DNS
> nslookup google.com 9.9.9.9
Server: dns9.quad9.net (name of the DNS server used to find IP)
Address: 9.9.9.9 (IP address of DNS server used to find IP)
Non-authoritative answer: (DNS server not original source of answer)
Name: google.com (Name we are resolving)
Addresses: 2607:f8b0:4005:80b::200e (google.com’s IPv6 address)
172.217.5.110 (google.com’s IPv4 address)
Hmm… notice anything odd?
Gateway / Routing
Network Address Translation (NAT)