README.debian 702 B

123456789101112131415161718192021222324252627
  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. Support for non-Linux
  9. ---------------------
  10. For the time being, pptpd is restricted to Linux only. Patches to
  11. re-enable support for other platforms are welcome.
  12. Issues on kfreebsd:
  13. * bcrelay does not compile. Workaround: Disable bcrelay
  14. * There's no pppd here but freebsd-ppp instead. Appearently it has a
  15. completely different parameter usage.
  16. Issues on hurd:
  17. * bcrelay does not compile. Workaround: Disable bcrelay
  18. * No ppp at all.