RADIUSdesk

logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
technical:ppp-install-22-04 [2023/09/26 13:19]
admin
technical:ppp-install-22-04 [2023/10/10 16:03] (current)
admin [Introduction]
Line 3: Line 3:
   * The Accel-ppp project has quite a lot documentation available along with forums which you can go through to gather information.   * The Accel-ppp project has quite a lot documentation available along with forums which you can go through to gather information.
   * Their install instructions served as a reference for the instructions on this page.   * Their install instructions served as a reference for the instructions on this page.
-  * https://docs.accel-ppp.org/en/latest/installation/ubuntu.html+  * https://docs.accel-ppp.org/installation/ubuntu.html
  
 ===== Install  Instructions ===== ===== Install  Instructions =====
Line 58: Line 58:
 sudo accel-pppd -d -c /etc/accel-ppp.conf -p /var/run/accel-ppp.pid sudo accel-pppd -d -c /etc/accel-ppp.conf -p /var/run/accel-ppp.pid
 </code> </code>
-  * Newt we will take a look of some of the important files that was installed with the **accel-ppp.deb** package+  * Next we will take a look of some of the important files that were installed with the **accel-ppp.deb** package
 ===== Important files ===== ===== Important files =====
 +  * To discover the files installed with the .deb package we issue the following:
 +<code>
 +sudo dpkg -L accel-ppp
 +/etc
 +/etc/accel-ppp.conf.dist
 +/etc/default
 +/etc/default/accel-ppp
 +/etc/init.d
 +/etc/init.d/accel-ppp
 +/lib
 +/lib/modules
 +/lib/modules/5.15.0-84-generic
 +/lib/modules/5.15.0-84-generic/extra
 +/lib/modules/5.15.0-84-generic/extra/ipoe.ko
 +/lib/modules/5.15.0-84-generic/extra/vlan_mon.ko
 +/usr
 +/usr/bin
 +/usr/bin/accel-cmd
 +/usr/lib
 +/usr/lib/systemd
 +/usr/lib/systemd/system
 +/usr/lib/systemd/system/accel-ppp.service
 +/usr/lib64
 +/usr/lib64/accel-ppp
 +/usr/lib64/accel-ppp/libauth_chap_md5.so
 +/usr/lib64/accel-ppp/libauth_mschap_v1.so
 +/usr/lib64/accel-ppp/libauth_mschap_v2.so
 +/usr/lib64/accel-ppp/libauth_pap.so
 +/usr/lib64/accel-ppp/libchap-secrets.so
 +/usr/lib64/accel-ppp/libconnlimit.so
 +/usr/lib64/accel-ppp/libipoe.so
 +/usr/lib64/accel-ppp/libippool.so
 +/usr/lib64/accel-ppp/libipv6_dhcp.so
 +/usr/lib64/accel-ppp/libipv6_nd.so
 +/usr/lib64/accel-ppp/libipv6pool.so
 +/usr/lib64/accel-ppp/libl2tp.so
 +/usr/lib64/accel-ppp/liblog_file.so
 +/usr/lib64/accel-ppp/liblog_syslog.so
 +/usr/lib64/accel-ppp/liblog_tcp.so
 +/usr/lib64/accel-ppp/liblogwtmp.so
 +/usr/lib64/accel-ppp/libluasupp.so
 +/usr/lib64/accel-ppp/libpppd_compat.so
 +/usr/lib64/accel-ppp/libpppoe.so
 +/usr/lib64/accel-ppp/libpptp.so
 +/usr/lib64/accel-ppp/libradius.so
 +/usr/lib64/accel-ppp/libshaper.so
 +/usr/lib64/accel-ppp/libsigchld.so
 +/usr/lib64/accel-ppp/libsstp.so
 +/usr/lib64/accel-ppp/libtriton.so
 +/usr/lib64/accel-ppp/libvlan-mon.so
 +/usr/sbin
 +/usr/sbin/accel-pppd
 +/usr/share
 +/usr/share/accel-ppp
 +/usr/share/accel-ppp/l2tp
 +/usr/share/accel-ppp/l2tp/dictionary
 +/usr/share/accel-ppp/l2tp/dictionary.rfc2661
 +/usr/share/accel-ppp/l2tp/dictionary.rfc3931
 +/usr/share/accel-ppp/radius
 +/usr/share/accel-ppp/radius/dictionary
 +/usr/share/accel-ppp/radius/dictionary.accel
 +/usr/share/accel-ppp/radius/dictionary.alcatel
 +/usr/share/accel-ppp/radius/dictionary.cisco
 +/usr/share/accel-ppp/radius/dictionary.dhcp
 +/usr/share/accel-ppp/radius/dictionary.microsoft
 +/usr/share/accel-ppp/radius/dictionary.mikrotik
 +/usr/share/accel-ppp/radius/dictionary.rfc2865
 +/usr/share/accel-ppp/radius/dictionary.rfc2866
 +/usr/share/accel-ppp/radius/dictionary.rfc2867
 +/usr/share/accel-ppp/radius/dictionary.rfc2868
 +/usr/share/accel-ppp/radius/dictionary.rfc2869
 +/usr/share/accel-ppp/radius/dictionary.rfc3162
 +/usr/share/accel-ppp/radius/dictionary.rfc3576
 +/usr/share/accel-ppp/radius/dictionary.rfc3580
 +/usr/share/accel-ppp/radius/dictionary.rfc4072
 +/usr/share/accel-ppp/radius/dictionary.rfc4372
 +/usr/share/accel-ppp/radius/dictionary.rfc4675
 +/usr/share/accel-ppp/radius/dictionary.rfc4679
 +/usr/share/accel-ppp/radius/dictionary.rfc4818
 +/usr/share/accel-ppp/radius/dictionary.rfc4849
 +/usr/share/accel-ppp/radius/dictionary.rfc5176
 +/usr/share/accel-ppp/radius/dictionary.rfc6911
 +/usr/share/man
 +/usr/share/man/man1
 +/usr/share/man/man1/accel-cmd.1
 +/usr/share/man/man5
 +/usr/share/man/man5/accel-ppp.conf.5
 +/var
 +/var/log
 +/var/log/accel-ppp
 +</code>
 +
 +===== Next Up =====
 +  * Be sure to visit the other Wiki Pages that gives you detail on how to configure Accel-ppp.
 +