Annotation of embedaddon/mpd/doc/mpd38.html, revision 1.1

1.1     ! misho       1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
        !             2: <HTML>
        !             3: <HEAD>
        !             4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
        !             5: <TITLE>IP address pools</TITLE>
        !             6: </HEAD>
        !             7: <BODY text="#000000" bgcolor="#ffffff">
        !             8: 
        !             9: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
        !            10:  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
        !            11:  <b>:</b> <EM>IP address pools</EM><BR>
        !            12: <b>Previous:</b> <A HREF="mpd37.html"><EM>Typed Accounting Update</EM></A><BR>
        !            13: <b>Next:</b> <A HREF="mpd39.html"><EM>Network Address Translation (NAT)</EM></A>
        !            14: 
        !            15: 
        !            16: <HR NOSHADE>
        !            17:   <H2><A NAME="38"></A>4.13. IP address pools<A NAME="ippool"></A></H2>
        !            18: <p>Mpd implements dynamic IP addresses pool management. When user
        !            19: is authenticated and auth backend have not provided IP address,
        !            20: it can be taken from pool. To make it work you should create
        !            21: one or more address pools with 'set ippool add ...'
        !            22: command and define which pool should be used with
        !            23: 'set ipcp ranges ... ippool ...' command, radius-auth Framed-Pool attribute
        !            24: or ext-auth FRAMED_POOL attribute.</p>
        !            25: <p>
        !            26: <dl>
        !            27: 
        !            28: <dt><b><code>set ippool add <em>pool</em> <em>first</em> <em>last</em></code></b><dd><p>This command creates new IP address pool if it not exists and adds specified 
        !            29: address range to it.</p>
        !            30: 
        !            31: </dl>
        !            32: </p>
        !            33: 
        !            34:  <HR NOSHADE>
        !            35: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
        !            36:  <b>:</b> <A HREF="mpd17.html"><EM>Configuring Mpd</EM></A>
        !            37:  <b>:</b> <EM>IP address pools</EM><BR>
        !            38: <b>Previous:</b> <A HREF="mpd37.html"><EM>Typed Accounting Update</EM></A><BR>
        !            39: <b>Next:</b> <A HREF="mpd39.html"><EM>Network Address Translation (NAT)</EM></A>
        !            40: 
        !            41: 
        !            42: 
        !            43: </BODY>
        !            44: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>