Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| technical:ppp-rd-agent [2024/02/17 23:43] – created system | technical:ppp-rd-agent [2026/02/17 08:03] (current) – [Please double check] system | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * Make sure packet forwarding for IPv4 is enabled. Edit the **/ | * Make sure packet forwarding for IPv4 is enabled. Edit the **/ | ||
| * Find and uncomment **net.ipv4.ip_forward=1** line. | * Find and uncomment **net.ipv4.ip_forward=1** line. | ||
| + | * Apply all sysctl settings (recommended) | ||
| + | <code bash> | ||
| + | sudo sysctl -p | ||
| + | </ | ||
| + | |||
| ==== The Rest ==== | ==== The Rest ==== | ||
| Line 27: | Line 32: | ||
| sudo git clone https:// | sudo git clone https:// | ||
| #Link the accel-ppp agent' | #Link the accel-ppp agent' | ||
| - | ln -s / | + | sudo ln -s / |
| </ | </ | ||