README.debian 964 B

123456789101112131415161718192021222324252627282930313233
  1. IP forwarding
  2. -------------
  3. Please note: If you want to use pptpd to create host-to-site tunnels
  4. (e.g. typical road-warrior setups), then you will need to enable IP
  5. forwarding. This can be done by un-commenting
  6. net.ipv4.ip_forward=1
  7. in /etc/sysctl.conf.
  8. Daemon disabled by default
  9. --------------------------
  10. A manual configuration is required before pptpd is usable. Therefore
  11. the daemon is not started by default. Edit /etc/pptpd.conf and probably
  12. alos /etc/ppp/pptpd-options, then issue "systemctl enable pptpd".
  13. Support for non-Linux
  14. ---------------------
  15. For the time being, pptpd is restricted to Linux only. Patches to
  16. re-enable support for other platforms are welcome.
  17. Issues on kfreebsd:
  18. * bcrelay does not compile. Workaround: Disable bcrelay
  19. * There's no pppd here but freebsd-ppp instead. Appearently it has a
  20. completely different parameter usage.
  21. Issues on hurd:
  22. * bcrelay does not compile. Workaround: Disable bcrelay
  23. * No ppp at all.