Why won't dhclient use the static IP I'm telling it to request?
- by mike
Here's my /etc/dhcp3/dhclient.conf:
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
netbios-name-servers, netbios-scope, interface-mtu;
timeout 60;
reject 192.168.1.27;
alias {
interface "eth0";
fixed-address 192.168.1.222;
}
lease {
interface "eth0";
…