192 |
- |
1 |
#
|
|
|
2 |
# DHCP Client Configuration file.
|
|
|
3 |
# see /usr/share/doc/dhclient/dhclient.conf.example
|
|
|
4 |
# see dhclient.conf(5) man page
|
|
|
5 |
#
|
|
|
6 |
# Send client identifier as "hardware-type.link-layer address" (e.g. "1.c2.23.7d.c3.52.2c")
|
|
|
7 |
# Required in environments where a bridge might be clobbering the forwarded
|
|
|
8 |
# packet's MAC address (common in Wifi, Docsis, or ADSL bridging scenarios)
|
|
|
9 |
# see dhcp-options(5) man page for 'dhcp-client-identifier'
|
|
|
10 |
# see dhcp-eval(5) man page for 'hardware'
|
|
|
11 |
send dhcp-client-identifier = hardware;
|
|
|
12 |
prepend domain-name-servers 127.0.0.1;
|