...
To disable the DHCP server, pass an empty associative array ({}
) to this method. This method returns true
on success and false
on failure; use the GetFailureReason()
method to return information in case of failure.
Tip | ||
---|---|---|
| ||
DHCP lease information can be viewed by accessing either of the following IP addresses using a web browser on the local network: |
SetForwardingPolicy(parameters As roAssociativeArray) As Boolean
Configures the host-wide forwarding policy (this method applies to all network interfaces, no matter which roNetworkConfiguration instance it is called on). This method accepts an associative array with the following parameters:
...