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?
Select the TWO correct alternatives regarding the kill -9 command:
Select the TWO correct alternatives regarding the kill -9 command:
What is most likely the source of the problem?
You have a USB storage device that you cannot get working. You have enabled all appropriate
USB options in the latest 2.2 kernel but still cannot get your device working. What is most likely the
source of the problem?
Which TWO of the following need to be done?
A server with 2 network interfaces, eth0 and eth1, should act as a router. eth0 has the IP address
192.168.0.1 in the subnet 192.168.0.1/24 and eth1 has the IP address 10.0.0.1 in the subnet
10.0.0.0/16.
The routing table looks fine, but no data is traversing the networks. Which TWO of the following
need to be done?
How is it possible to ensure that the card using the 8139too driver is detected before the card using the ne2k
The server has two network cards. The driver for the first card is the module 8139too and the driver
for the second card is the module ne2k-pci. How is it possible to ensure that the card using the
8139too driver is detected before the card using the ne2k-pci driver?
rpm package to .deb package format?
CORRECT TEXT
Which utility can be used to convert a . rpm package to .deb package format? (Without arguments)
What command is used to add a route to the 192.168.4.0/24 network via 192.168.0.2?
What command is used to add a route to the 192.168.4.0/24 network via 192.168.0.2?
Which of these would be the simplest way to configure BIND to return a different version number to queries?
Which of these would be the simplest way to configure BIND to return a different version number to
queries?
What is a reasonable command to uninstall a Debian package from your system?
What is a reasonable command to uninstall a Debian package from your system?
Which of the following sentences is true, when using the following /etc/pam.d/login file?
Which of the following sentences is true, when using the following /etc/pam.d/login file?
<code>
#%PAM-l.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_nologin.so
auth sufficient /lib/security/pam_unix.so shadow nullok md5 use_authtok
auth required /lib/security/pam_ldap.so use_first_pass
account sufficient /lib/security/pam_unix.so
account required /lib/security/pam_ldap.so
password required /lib/security/pam_cracklib.so
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_ldap.so use_first_pass
session optional /lib/security/pam_console.so
session sufficient /lib/security/pam_unix.so
session required /lib/security/pam_ldap.so
</code>