Changes between Version 33 and Version 34 of HOWTO


Ignore:
Timestamp:
03/12/19 15:59:05 (5 years ago)
Author:
tct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO

    v33 v34  
    568568= Pushing DHCP options to clients =
    569569
    570 The OpenVPN server can push DHCP options such as DNS and WINS server addresses to clients (some [wiki:279-are-there-any-issues-related-to-pushing-dhcp-options-to-windows-clients caveats] to be aware of). Windows clients can accept pushed DHCP options natively, while non-Windows clients can accept them by using a client-side up script which parses the '''foreign_option_n''' environmental variable list. See the man page or openvpn-users mailing list archive for non-Windows '''foreign_option_n''' documentation and script examples.
     570The OpenVPN server can push DHCP options such as DNS and WINS server addresses to clients. Windows clients can accept pushed DHCP options natively, while non-Windows clients can accept them by using a client-side `--up` script which parses the `foreign_option_n` environmental variable list.  See [https://community.openvpn.net/openvpn/wiki/Pushing-DNS-to-clients Using DNS servers pushed to clients].
    571571
    572572For example, suppose you would like connecting clients to use an internal DNS server at 10.66.0.4 or 10.66.0.5 and a WINS server at 10.66.0.8. Add this to the OpenVPN server configuration: