logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1277090 total)

On the Admin machine, configure the '/etc/hosts' file with the IP address and host name of itself. Enter your answer in the box below.
Переглянути це питання
What class of address is this?
Переглянути це питання

Correct the syntax accordingly. Save the file and apply the changes.  

What command can you use to check these have been applied?

Переглянути це питання

What would the subnet mask be for this address in dotted decimal format?

Переглянути це питання
What is the purpose of the 'nameservers:' entry?
Переглянути це питання

Create a new file:

sudo touch /etc/netplan/02-static-ip.yaml

Create the below syntax in the file. You can also open the Firefox browser on the VM and follow this link to copy and paste the configuration: https://bit.ly/4265-5

network:

version: 2

renderer: NetworkManager

ethernets:

enp0s3:

dhcp4: false

addresses:

- 192.168.0.4/36

nameservers:

addresses:

- 192.168.0.1

gateway4: 192.168.0.1

Save the file and try the changes.  

What happens?

Переглянути це питання

Display the routing table.  Enter the command you used in the box below.

Переглянути це питання
Verify the IP address configured above for the interface. Enter the command you used in the box below.
Переглянути це питання
Delete the IP address you previously added to the enp0s3 interface. Enter the command you used in the box below (DO NOT DELETE ANY OTHER IP ADDRESSES!).
Переглянути це питання
Configure the ethernet interface enp0s3 with an additional IP address of 192.168.1.7 and a subnet mask of 255.255.255.0. Enter the command you used in the box below.
Переглянути це питання