Linux/DHCP

From Omnia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Client

Release Address

dhclient -r -v eth0

Request Address

dhclient -v eth0

Request Specific Address

/etc/dhcp/dhclient.conf:

send dhcp-requested-address 192.168.1.240;

Ref:

Server