Changes between Version 6 and Version 7 of Concepts-Addressing


Ignore:
Timestamp:
12/27/13 22:37:47 (10 years ago)
Author:
JoshC
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Concepts-Addressing

    v6 v7  
    2525In server mode, an addressing pool is commonly used; when used, clients that do not have server-side static addressing configured will be allocated an IP dynamically from this pool.
    2626
     27== Static Address Assignment ==
     28
     29It is possible to have the server allocate a static IP to a client based on its commonName. This is done by way of an `--ifconfig-push` command in either a ccd file or (as an advanced alternative) by `--client-connect` script.
     30
    2731It is important to note that defining static addressing with an address that is also in the pool will result in problematic behavior if that IP was already allocated to another client. For this reason it is critical to reduce your pool range and assign static addresses that are outside the defined pool.
    2832
    29 This means you cannot use the `--server` directive with static addressing as it consumes the entire network for the pool; instead, expand the directive and reduce the pool range.
     33This means you cannot use the `--server` directive with static addressing as it consumes the entire network for the pool; instead, expand the directive and reduce the pool range to avoid problems.
    3034
    3135== Examples ==