Chapter 15 Flashcards
You need to configure what five main pieces of information in your Linux system to interact on a network
1) The host address
2) The network subnet address
3) the default router (gateway)
4) The system host name
5) A Domain Name System (DNS) server address for resolving host names
What three ways are there to configure the network in Linux
1) Manually editing network configuration files
2) Using a graphical tool included with your Linux distribution
3) Using command-line tools
Name the two types of IP network address schemes in use today as well as how many bits each has to represent a host address
IPv4 (commonly just IP) - 32 bits
IPv6 - 128 bits
The blank is popular program used by many Linux distributions to provide a graphical interface for defining network connections
Network Manager tool
Network Manager starts automatically and appears in the blank area of the desktop as an icon
system trey
Network Manager allows you to specify the host, network subnet address, default router, and DNS server names by using the blank or blank
manual configuration option
Dynamic Host Configuration Protocol (DHCP)
In Linux, you can manually define a DNS server so the system can use DNS host names. This is handled in the blank file by what three entries.
/etc/resolv.conf
domain mydomain.com
search mytest.com
nameserver 192.168.1.1
In the /etc/resolv.conf file, the blank defines the domain name assigned to the network. By default, the system appends this to any host names you specify
domain
In the /etc/resolv.conf file, the blank entry defines any additional domains used to search for host names.
search
In the /etc/resolv.conf file, the blank entry is where you specify the DNS server assigned to your network and you can have more than just one.
nameserver
Network Manager offers what two command line tools.
nmtui
nmcli
For the Network Manager, the blank command provides a simple text-based menu
nmtui
For the Network Manager, the blank command provides a text-only command line tool
nmcli
If your Linux distribution doesn’t support one of the Network Manager tools, you can use one of what four traditional command-line tools
ethtool
ifconfig
ip
iwconfig
route
What command displays Ethernet settings for a network interface
ethtool
What command displays or sets the IP address and netmask values for a network interface
ifconfig
What command displays or sets the IP address, netmask, and router values for a network interface
ip
What command displays or sets the SSID and encryption key for a wireless interface
iwconfig
What command displays or sets the default router address
route
The blank allows you to peek inside the network interface card Ethernet settings and change any properties that you may need to communicate with a network device, such as a switch
ethtool command
By default, the ethtool command displays the blank for the network interface
current configuration
The blank command is a legacy command for configuring network device settings. It allows you to set the network address and subnet mask for a network interface
ifconfig
The blank command is more robust than ifconfig in what it can do, and it is becoming the most popular method to use for defining network settings from the command line
ip
Name the ip utility command that display or set the IPv4 or IPv6 address on the device
address
Name the ip utility command that define configuration labels
addrlabel
Name the ip utility command that tunnel Ethernet over IP
l2tp
Name the ip utility command that define a network device
link
Name the ip utility command that define a multicast address for the system to listen to
maddress
Name the ip utility command that watch for netlink messages
monitor
Name the ip utility command that define an entry in the multicast routing cache
mroute
Name the ip utility command that define a rule in the multicast routing policy database
mrule
Name the ip utility command that manage Address Resolution Protocol (ARP) or Neighbor Discovery (NDISC) cache entries
neighbor