Differences
This shows you the differences between two versions of the page.
install_22_4_accel [2024/02/07 21:26] – created system | install_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 | + | * The Accel-ppp project has extensive |
- | * Their install | + | * Their installation |
* https:// | * https:// | ||
- | ===== Install | + | ===== Installation instructions |
* Install the following packages: | * Install the following packages: | ||
< | < | ||
Line 14: | Line 14: | ||
sudo git clone https:// | sudo git clone https:// | ||
</ | </ | ||
- | * Create directory for build source code and go to this directory. | + | * Create |
< | < | ||
sudo mkdir / | sudo mkdir / | ||
Line 25: | Line 25: | ||
<alert type=" | <alert type=" | ||
- | Remember the **..** at the end of the statement. It sets the path to the accel-ppp | + | Remember the **..** at the end of the statement. It specifies |
</ | </ | ||
Line 40: | Line 40: | ||
sudo dpkg -i accel-ppp.deb | sudo dpkg -i accel-ppp.deb | ||
</ | </ | ||
- | * If the install | + | * If the installation |
< | < | ||
sudo mv / | sudo mv / | ||
</ | </ | ||
- | * We will cover a basic PPPoE server's config | + | * We will cover the configuration of a simple |
- | * See if it starts | + | * See if it starts. It should start with the default |
< | < | ||
sudo systemctl start accel-ppp | sudo systemctl start accel-ppp | ||
sudo systemctl status accel-ppp | sudo systemctl status accel-ppp | ||
</ | </ | ||
- | * Make sure the service is enabled | + | * Make sure that the service is activated |
< | < | ||
sudo systemctl enable accel-ppp | sudo systemctl enable accel-ppp | ||
</ | </ | ||
- | * Should | + | * If you want to start the service manually |
< | < | ||
sudo accel-pppd -d -c / | sudo accel-pppd -d -c / | ||
</ | </ | ||
- | * 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 | + | * To determine |
< | < | ||
sudo dpkg -L accel-ppp | sudo dpkg -L accel-ppp |