Annotation of embedaddon/mpd/doc/mpd.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>Mpd 5.6 User Manual</TITLE>
! 6: </HEAD>
! 7: <BODY text="#000000" bgcolor="#ffffff">
! 8:
! 9: <H1>Mpd 5.6 User Manual</H1>
! 10: <h2>Archie Cobbs, Michael Bretterklieber, Alexander Motin
! 11: <br><br>
! 12: <code><A href="mailto:mpd-users@lists.sourceforge.net">mailto:mpd-users@lists.sourceforge.net</A></code>
! 13: </h2>2011-12-21
! 14: <p><hr><em>This manual covers the use of <b>mpd</b> version <b>5.6</b>,
! 15: a multi-link PPP daemon for FreeBSD based on <code>netgraph(4)</code>.
! 16: You must be running FreeBSD version 5.x or higher to use it, and
! 17: it is advised to have the latest system version to get access to
! 18: all mpd features.</em><hr></p>
! 19: <H3>1. <A HREF="mpd1.html#1">Introduction</A></H3>
! 20: <DL>
! 21: <DD>1.1. <A HREF="mpd2.html#2">Overview</A></DD>
! 22: <DD>1.2. <A HREF="mpd3.html#3">Organization of this manual</A></DD>
! 23: <DD>1.3. <A HREF="mpd4.html#4">Change history</A></DD>
! 24: </DL>
! 25: <H3>2. <A HREF="mpd5.html#5">Installation</A></H3>
! 26: <DL>
! 27: <DD>2.1. <A HREF="mpd6.html#6">Getting mpd</A></DD>
! 28: <DD>2.2. <A HREF="mpd7.html#7">Installing mpd</A></DD>
! 29: <DD>2.3. <A HREF="mpd8.html#8">Building mpd</A></DD>
! 30: </DL>
! 31: <H3>3. <A HREF="mpd9.html#9">Running Mpd</A></H3>
! 32: <DL>
! 33: <DD>3.1. <A HREF="mpd10.html#10">Invoking mpd</A></DD>
! 34: <DD>3.2. <A HREF="mpd11.html#11">Configuration file format</A></DD>
! 35: <DD>3.3. <A HREF="mpd16.html#16">Mpd command line interface</A></DD>
! 36: </DL>
! 37: <H3>4. <A HREF="mpd17.html#17">Configuring Mpd</A></H3>
! 38: <DL>
! 39: <DD>4.1. <A HREF="mpd18.html#18">General mpd commands</A></DD>
! 40: <DD>4.2. <A HREF="mpd19.html#19">Mpd Layers</A></DD>
! 41: <DD>4.3. <A HREF="mpd20.html#20">Link layer</A></DD>
! 42: <DD>4.4. <A HREF="mpd22.html#22">Bundle layer</A></DD>
! 43: <DD>4.5. <A HREF="mpd23.html#23">Encryption (ECP) layer</A></DD>
! 44: <DD>4.6. <A HREF="mpd24.html#24">Compression (CCP) layer</A></DD>
! 45: <DD>4.7. <A HREF="mpd26.html#26">IPCP layer</A></DD>
! 46: <DD>4.8. <A HREF="mpd27.html#27">IPv6CP layer</A></DD>
! 47: <DD>4.9. <A HREF="mpd28.html#28">Interface layer</A></DD>
! 48: <DD>4.10. <A HREF="mpd29.html#29">Authentication, Authorization and Accounting (AAA)</A></DD>
! 49: <DD>4.11. <A HREF="mpd32.html#32">Dynamic Authorization</A></DD>
! 50: <DD>4.12. <A HREF="mpd33.html#33">Traffic accounting</A></DD>
! 51: <DD>4.13. <A HREF="mpd38.html#38">IP address pools</A></DD>
! 52: <DD>4.14. <A HREF="mpd39.html#39">Network Address Translation (NAT)</A></DD>
! 53: <DD>4.15. <A HREF="mpd40.html#40">Control console</A></DD>
! 54: <DD>4.16. <A HREF="mpd41.html#41">Web server</A></DD>
! 55: </DL>
! 56: <H3>5. <A HREF="mpd42.html#42">Device Types</A></H3>
! 57: <DL>
! 58: <DD>5.1. <A HREF="mpd43.html#43">Modem type commands</A></DD>
! 59: <DD>5.2. <A HREF="mpd44.html#44">Netgraph device type commands</A></DD>
! 60: <DD>5.3. <A HREF="mpd45.html#45">TCP device type commands</A></DD>
! 61: <DD>5.4. <A HREF="mpd46.html#46">UDP device type commands</A></DD>
! 62: <DD>5.5. <A HREF="mpd47.html#47">PPTP device type commands</A></DD>
! 63: <DD>5.6. <A HREF="mpd48.html#48">L2TP device type commands</A></DD>
! 64: <DD>5.7. <A HREF="mpd49.html#49">PPPoE device type commands</A></DD>
! 65: </DL>
! 66: <H3>6. <A HREF="mpd50.html#50">Chat Scripting</A></H3>
! 67: <DL>
! 68: <DD>6.1. <A HREF="mpd51.html#51">Script file format and execution</A></DD>
! 69: <DD>6.2. <A HREF="mpd52.html#52">Events</A></DD>
! 70: <DD>6.3. <A HREF="mpd55.html#55">Sets</A></DD>
! 71: <DD>6.4. <A HREF="mpd57.html#57">Variables</A></DD>
! 72: <DD>6.5. <A HREF="mpd59.html#59">Script commands</A></DD>
! 73: <DD>6.6. <A HREF="mpd60.html#60">Errors</A></DD>
! 74: <DD>6.7. <A HREF="mpd61.html#61">The included <code>mpd.script</code></A></DD>
! 75: </DL>
! 76: <H3>7. <A HREF="mpd62.html#62">Troubleshooting</A></H3>
! 77: <DL>
! 78: <DD>7.1. <A HREF="mpd63.html#63">Troubleshooting</A></DD>
! 79: </DL>
! 80: <H3>8. <A HREF="mpd64.html#64">Internals</A></H3>
! 81: <DL>
! 82: <DD>8.1. <A HREF="mpd65.html#65">ToDo</A></DD>
! 83: <DD>8.2. <A HREF="mpd66.html#66">Authentication</A></DD>
! 84: <DD>8.3. <A HREF="mpd67.html#67">Hints for developers</A></DD>
! 85: </DL>
! 86: <H3>9. <A HREF="mpd68.html#68">References</A></H3>
! 87: <DL>
! 88: <DD>9.1. <A HREF="mpd69.html#69">References</A></DD>
! 89: <DD>9.2. <A HREF="mpd70.html#70">Credits</A></DD>
! 90: </DL>
! 91:
! 92:
! 93: </BODY>
! 94: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>