October 2001
Beginner
1024 pages
25h 8m
English
The dhclient program is the client portion of DHCP. It is run automatically at each system boot if you have any network interfaces that are configured to use DHCP.
If you need to modify the default behavior of dhclient, you can do so by supplying flags to it with an option in /etc/rc.conf.
If you do need to modify the default behavior of dhclient, the following line should be added to /etc/rc.conf below the ifconfig line where the DHCP interface is configured:
dhcp_flags="flags"
where flags is a list of options for dhclient. Table 33.1 shows the valid options that can be used.
| Option | Action |
|---|---|
| -d | This will force dhclient to stay in the foreground rather than move to the background after it ... |
Read now
Unlock full access