What keyword is missing in order to provide a default gateway address to clients?

Given the following section of a ISC DHCPD configuration filE.
<code>
subnet 192.168.1.0 netmask 255.255.255.0 {

# Set the default gateway to be used by
# the PC clients
option _____________ 192.168.1.254;

</code>

What keyword is missing in order to provide a default gateway address to clients?

Given the following section of a ISC DHCPD configuration filE.

subnet 192.168.1.0 netmask 255.255.255.0 {
...

# Set the default gateway to be used by
# the PC clients
option _____________ 192.168.1.254;
...

What keyword is missing in order to provide a default gateway address to clients?

A.
gateway

B.
nexthop

C.
route

D.
routers

E.
transit



Leave a Reply 0

Your email address will not be published. Required fields are marked *