Browse Source

Update hint about IP forwarding. Closes: #496596, #491429

Christoph Biedl 11 years ago
parent
commit
d7ad5a5659
1 changed files with 8 additions and 6 deletions
  1. 8 6
      debian/README.debian

+ 8 - 6
debian/README.debian

@@ -1,8 +1,10 @@
-pptpd for DEBIAN
-----------------------
+IP forwarding
+-------------
 
-Please note that, if you want to use pptpd to create host-to-site tunnels (e.g.
-typical road-warrior setups), then you will need to enable IP forwarding. This
-can be done by setting ip_forward=yes in /etc/network/options.
+Please note: If you want to use pptpd to create host-to-site tunnels
+(e.g. typical road-warrior setups), then you will need to enable IP
+forwarding. This can be done by un-commenting
 
-Rene Mayrhofer <rene.mayrhofer@gibraltar.at>, Mon, 16 Aug 1999 11:27:43 +0200
+    net.ipv4.ip_forward=1
+
+in /etc/sysctl.conf.