Forwards BOOTP and DHCP packets off the local network.
To Forward Information to the DHCP Server by Using the System Resource Controller:
startsrc -s dhcprd [ -a Argument ] [ -a Argument ] ...
To Forward Information to the DHCP Server without Using the System Resource Controller:
dhcprd [ -f ConfigurationFile ]
The dhcprd daemon listens for broadcast packets, receives them, and forwards them to the appropriate server. This keeps broadcasts from having to be propagated to other networks. The DHCP Relay Agent handles the forwarding the DHCP and BOOTP client broadcast packets off of the local network and on to a set of servers. The initial packets sent by a BOOTP or DHCP client are broadcasts on the local interface of the client machine. These packets are not allowed to be passed through network gateways and routers. A BOOTP/DHCP relay agent, the dhcprd daemon, sends these packets to the appropriate servers.
Item | Description |
---|---|
-f ConfigurationFile | Specifies the configuration file to be used. The default is the /etc/dhcprd.cnf file. |
This command returns the following exit values:
Item | Description |
---|---|
0 | Successful completion. |
>0 | An error occurred. |
Access Control: You must have root authority to run this command.
Item | Description |
---|---|
/usr/sbin/dhcprd | Contains the dhcprd daemon. |
/etc/dhcprd.cnf | Contains the default configuration file. |
/etc/services | Defines sockets and protocols used for internet services. |
/etc/inetd.conf | Defines the services controlled by the inetd daemon. |