PoPToP Daemon in the Year 2024: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 26: | Line 26: | ||
***systemctl enable pptpd | ***systemctl enable pptpd | ||
***...before starting the PPTPD Service; | ***...before starting the PPTPD Service; | ||
****By default, when compiling the PPTPD from source, the pptpd binary file will be located here: /usr/local/sbin/pptpd, not in the 'usual RPM location' of : /usr/sbin/pptpd, so; | ****By default, when compiling the PPTPD from source, the pptpd binary file will be located here: /usr/local/sbin/pptpd, not in the 'usual RPM location' of<span> </span>: /usr/sbin/pptpd, so; | ||
*****ln -s /usr/local/sbin/pptpd /usr/sbin/pptpd (this will keep things as simple as possible if recompiling PPTPD, unlikely for many reasons including the fact the version 1.4.0 is 11 years old as of 2024, but just in case, do it this way) | *****ln -s /usr/local/sbin/pptpd /usr/sbin/pptpd (this will keep things as simple as possible if recompiling PPTPD, unlikely for many reasons including the fact the version 1.4.0 is 11 years old as of 2024, but just in case, do it this way) | ||
***systemctl start pptpd | ***systemctl start pptpd | ||
Line 33: | Line 33: | ||
***Check /var/log/messages | ***Check /var/log/messages | ||
**Do additional stuff if desired; | **Do additional stuff if desired; | ||
***Webmin, etc. | ***Webmin, etc., change the below items for Webmin to start and stop the PPTPD Service | ||
****systemctl start pptpd | |||
****systemctl stop pptpd | |||
Below are examples of files referenced above;<syntaxhighlight lang="text"> | Below are examples of files referenced above;<syntaxhighlight lang="text"> |