|
@@ -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.
|