What needs to be done on the client to enable it to use the router as its default gateway?
A network client has an ethernet interface configured with an IP address in the subnet 192.168.0.0/24. This subnet has a router, with the IP address 192.168.0.1, that connects this subnet to the Internet. What needs to be done on the client to enable it to use the router as its default gateway?
The command route shows the following output
The command route shows the following output:
Which of the following statements is correct?
What is the command to add another IP address to an interface that already has (at least) one IP address?
What is the command to add another IP address to an interface that already has (at least) one IP address?
Which option must be used with ifconfig, to also see interfaces that are down?
Which option must be used with ifconfig, to also see interfaces that are down?
What command would be used to configure the interface eth1:1 with the IP address 10 10.34 and the netmask 255.
What command would be used to configure the interface eth1:1 with the IP address 10 10.34 and the netmask 255.255.255.0?
What command must be used to print the kernel’s routing table?
What command must be used to print the kernel’s routing table?
If the command arp -f is run, which file will be read by default?
If the command arp -f is run, which file will be read by default?
Which TWO of the following commands could be used to add a second IP address to eth0?
Which TWO of the following commands could be used to add a second IP address to eth0?
What command can be used to add a new newsgroup called Certkiller that allows posting?
What command can be used to add a new newsgroup called Certkiller that allows posting?
Select the TWO correct statements about the following excerpt from httpd.con
Select the TWO correct statements about the following excerpt from httpd.conf:
<Directory /var/web/dir1>
<Files private.html>
Order allow, deny
Deny from all
</Files>
</Directory>