Pages

Wednesday, December 8, 2010

How to configure DHCP client

DHCP client will get their IP address from DHCP server. This tips below will show you how to configure DHCP client.

  1. Enable DHCP on the client. This example assume that interface used in your host is e1000g.
    root@solaris-sunray # touch /etc/dhcp.e1000g0
  2. Configure DHCP client to release its IP address if it is rebooted or shut down. Remove # in front of RELEASE_ON_SIGTERM=yes in file /etc/default/dhcpagent
  3. Reboot the client
    root@solaris-sunray # init 6

No comments:

Post a Comment