Differences

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

Link to this comparison view

install_22_4_accel [2024/02/07 21:26] – created systeminstall_22_4_accel [2024/02/08 17:41] (current) system
Line 1: Line 1:
 ====== Installing Accel-ppp on Ubuntu 22.04 ====== ====== Installing Accel-ppp on Ubuntu 22.04 ======
 ===== Introduction ===== ===== Introduction =====
-  * 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 extensive documentation and forums where you can gather information. 
-  * Their install instructions served as a reference for the instructions on this page.+  * Their installation instructions were used as a reference for the instructions on this page.
   * https://docs.accel-ppp.org/installation/ubuntu.html   * https://docs.accel-ppp.org/installation/ubuntu.html
  
-===== Install  Instructions =====+===== Installation instructions =====
   * Install the following packages:   * Install the following packages:
 <code> <code>
Line 14: Line 14:
 sudo git clone https://github.com/accel-ppp/accel-ppp.git /opt/accel-ppp-code sudo git clone https://github.com/accel-ppp/accel-ppp.git /opt/accel-ppp-code
 </code> </code>
-  * Create directory for build source code and go to this directory.+  * Create directory for the build source code and change to this directory.
 <code> <code>
 sudo mkdir /opt/accel-ppp-code/build sudo mkdir /opt/accel-ppp-code/build
Line 25: Line 25:
  
 <alert type="info"> <alert type="info">
-Remember the **..** at the end of the statement. It sets the path to the accel-ppp source code. **Do not delete this!** Alternatively you can replace it with the full path to the accel-ppp souce code like ///opt/accel-ppp-code///+Remember the **..** at the end of the statement. It specifies the path to the source code of accel-ppp. **Do not delete this!** Alternatively you can replace it with the full path to the accel-ppp source code like ///opt/accel-ppp-code///
 </alert> </alert>
  
Line 40: Line 40:
 sudo dpkg -i accel-ppp.deb sudo dpkg -i accel-ppp.deb
 </code> </code>
-  * If the install went OK you can use the reference config file and make it active+  * If the installation went well, you can use the reference configuration file and make it active
 <code> <code>
 sudo mv /etc/accel-ppp.conf.dist /etc/accel-ppp.conf sudo mv /etc/accel-ppp.conf.dist /etc/accel-ppp.conf
 </code> </code>
-  * We will cover a basic PPPoE server's config on its own dedicated Wiki page. +  * We will cover the configuration of simple PPPoE server on a separate wiki page. 
-  * See if it starts up. It should start up wit the default config file+  * See if it starts. It should start with the default configuration file
 <code> <code>
 sudo systemctl start accel-ppp sudo systemctl start accel-ppp
 sudo systemctl status accel-ppp sudo systemctl status accel-ppp
 </code> </code>
-  * Make sure the service is enabled for start-up+  * Make sure that the service is activated for startup.
 <code> <code>
 sudo systemctl enable accel-ppp sudo systemctl enable accel-ppp
 </code> </code>
-  * Should you want to start the service up manually+  * If you want to start the service manually
 <code> <code>
 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>
-  * Next we will take a look of some of the important files that were installed with the **accel-ppp.deb** package+  * Next, let us take a look at 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:+  * To determine the files installed with the .deb packagewe output the following:
 <code> <code>
 sudo dpkg -L accel-ppp sudo dpkg -L accel-ppp
  • install_22_4_accel.1707333992.txt.gz
  • Last modified: 2024/02/07 21:26
  • by system