3. Search online for consumer reviews of each ISP in your list. What kinds of ratings
does each ISP receive online?
Answer: Answers may vary.
Project 12-4: Configure TCP/IP in Ubuntu Server
In this project, you will learn to configure TCP/IP in Ubuntu Server. Ubuntu stores
TCP/IP configuration settings in the /etc/network/interfaces text file. These settings are
persistent, which means they are used each time a NIC reconnects to the network. You
can temporarily change TCP/IP settings by using the ifconfig, route,
nameserver, and other commands and by editing the /etc/resolv.conf text file. Using
the Ubuntu Server VM you created in Chapter 4, Capstone Project 4-1, follow these steps
to examine TCP/IP settings and temporarily change these settings.
1. Start the VM and log on to Ubuntu Server.
2. To view the current TCP/IP settings, enter the command ifconfig.
3. Write down the IP address, MTU, network mask, and MAC address for the active
network connection (not the loopback).
5. Ubuntu temporarily stores the IP addresses of name servers in the /etc/resolv.conf
file. Enter the command cat resolv.conf to view the contents of this file.
6. Write down the IP addresses of the current DNS name server(s).
Answer: Answers may vary.