1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Generic Installation — Accel-ppp 1.12 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=2d52a127"></script>
<script src="../_static/doctools.js?v=9bcbadda"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Install on Debian" href="debian.html" />
<link rel="prev" title="Installation" href="install.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home">
Accel-ppp
<img src="../_static/logo.png" class="logo" alt="Logo"/>
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="install.html">Installation</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Generic Installation</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#requirment">Requirment</a></li>
<li class="toctree-l3"><a class="reference internal" href="#compilation-and-instalation">Compilation and instalation</a></li>
<li class="toctree-l3"><a class="reference internal" href="#run">Run</a></li>
<li class="toctree-l3"><a class="reference internal" href="#control">Control</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="debian.html">Install on Debian</a></li>
<li class="toctree-l2"><a class="reference internal" href="ubuntu.html">Install on Ubuntu</a></li>
<li class="toctree-l2"><a class="reference internal" href="centos.html">Install on Centos</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../configuration/configuration.html">Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../guides/control_features.html">Control features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../guides/recommendations.html">Recommendations</a></li>
<li class="toctree-l1"><a class="reference internal" href="../guides/BRAS_tuning.html">BRAS tuning</a></li>
<li class="toctree-l1"><a class="reference internal" href="../guides/radius_features.html">RADIUS and DM/CoA features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../examples/examples.html">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="../debugging/index.html">Debugging</a></li>
<li class="toctree-l1"><a class="reference internal" href="../debugging/faq.html">FAQ</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">Accel-ppp</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="install.html">Installation</a></li>
<li class="breadcrumb-item active">Generic Installation</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/installation/generic_inst.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="generic-installation">
<h1>Generic Installation<a class="headerlink" href="#generic-installation" title="Link to this heading"></a></h1>
<section id="requirment">
<h2>Requirment<a class="headerlink" href="#requirment" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>modern linux distribution</p></li>
<li><p>kernel-2.6.25 or later</p></li>
<li><p>cmake-2.6 or later</p></li>
<li><p>libnl-2.0 or probably later (optional, required for builtin shaper)</p></li>
<li><p>libcrypto-0.9.8 or probably later (openssl-0.9.8)</p></li>
<li><p>libpcre2</p></li>
<li><p>net-snmp-5.x (optional, required for snmp)</p></li>
<li><p>libssl-0.9.8 or probably later (openssl-0.9.8)</p></li>
<li><p>liblua5.1 probably later (optional, required for create username fundamental on packet header information)</p></li>
</ul>
</section>
<section id="compilation-and-instalation">
<h2>Compilation and instalation<a class="headerlink" href="#compilation-and-instalation" title="Link to this heading"></a></h2>
<p>Make sure you have configured kernel headers in /usr/src/linux, or specify other location via KDIR.</p>
<p>Download accel-ppp source code with git client, tree master . Master tree contain actual patches last release.</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/accel-ppp/accel-ppp.git<span class="w"> </span>accel-ppp-code
</pre></div>
</div>
<p>Create directory for build source code and go to this directory.</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>mkdir<span class="w"> </span>/opt/accel-ppp-code/build
<span class="nb">cd</span><span class="w"> </span>/opt/accel-ppp-code/build/
</pre></div>
</div>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>cmake<span class="w"> </span><span class="o">[</span>-DBUILD_DRIVER<span class="o">=</span>FALSE<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DKDIR<span class="o">=</span>/usr/src/linux<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DCMAKE_INSTALL_PREFIX<span class="o">=</span>/usr/local<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DCMAKE_BUILD_TYPE<span class="o">=</span>Release<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DLOG_PGSQL<span class="o">=</span>FALSE<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DSHAPER<span class="o">=</span>FALSE<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DRADIUS<span class="o">=</span>TRUE<span class="o">]</span><span class="w"> </span><span class="o">[</span>-DNETSNMP<span class="o">=</span>FALSE<span class="o">]</span><span class="w"> </span>..
</pre></div>
</div>
<div class="admonition-notice admonition">
<p class="admonition-title">Notice:</p>
<p>Please note that the double dot record in the end of the command is essential.
You’ll probably get error or misconfigured sources if you miss it.</p>
</div>
<p>BUILD_DRIVER, KDIR, CMAKE_INSTALL_PREFIX, CMAKE_BUILD_TYPE, LOG_PGSQL, SHAPER, RADIUS are optional,
but while pptp is not present in mainline kernel you probably need BUILD_DRIVER.</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>make
make<span class="w"> </span>install
</pre></div>
</div>
</section>
<section id="run">
<h2>Run<a class="headerlink" href="#run" title="Link to this heading"></a></h2>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>accel-pppd<span class="w"> </span>-d<span class="w"> </span>-p<span class="w"> </span>/var/run/accel-ppp.pid<span class="w"> </span>-c<span class="w"> </span>/etc/accel-ppp.conf
</pre></div>
</div>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>usage:<span class="w"> </span>accel-pppd<span class="w"> </span><span class="o">[</span>-d<span class="o">]</span><span class="w"> </span><span class="o">[</span>-p<span class="w"> </span><file><span class="o">]</span><span class="w"> </span>-c<span class="w"> </span><file>
<span class="w"> </span>where:
<span class="w"> </span>-d<span class="w"> </span>-<span class="w"> </span>daemon<span class="w"> </span>mode
<span class="w"> </span>-p<span class="w"> </span>-<span class="w"> </span>write<span class="w"> </span>pid<span class="w"> </span>to<span class="w"> </span><file>
<span class="w"> </span>-c<span class="w"> </span>-<span class="w"> </span>config<span class="w"> </span>file
</pre></div>
</div>
</section>
<section id="control">
<h2>Control<a class="headerlink" href="#control" title="Link to this heading"></a></h2>
<p>Accel-ppp support next features for control daemon and sessions</p>
<ul class="simple">
<li><p><strong>accel-cmd</strong></p></li>
<li><p><strong>telnet</strong></p></li>
<li><p><strong>radius CoA</strong></p></li>
<li><p><strong>snmp</strong></p></li>
</ul>
</section>
</section>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="install.html" class="btn btn-neutral float-left" title="Installation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="debian.html" class="btn btn-neutral float-right" title="Install on Debian" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>© Copyright 2023, Accel-ppp Dev.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>
|