diff options
author | 2000-12-29 14:17:54 +0000 | |
---|---|---|
committer | 2000-12-29 14:17:54 +0000 | |
commit | da2105a29c4eb7351335ab76f425bc92caa5b3b8 (patch) | |
tree | 08bdb855406bb3fd522a313e97a6033cc3820d03 | |
parent | Revision 5 is 82559B. (diff) | |
download | wireguard-openbsd-da2105a29c4eb7351335ab76f425bc92caa5b3b8.tar.xz wireguard-openbsd-da2105a29c4eb7351335ab76f425bc92caa5b3b8.zip |
Forwarding is set in sysctl.conf, not rc.conf (madey@openbsd.pl)
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 22c15af2944..3db66aa290e 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ppp.8,v 1.102 2000/12/15 01:14:31 brian Exp $ +.\" $OpenBSD: ppp.8,v 1.103 2000/12/29 14:17:54 angelos Exp $ .Dd 20 September 1995 .Dt PPP 8 .Os @@ -1584,7 +1584,7 @@ host, but not on other machines in the LAN, then the masquerading software is working properly, but the host is either not forwarding or possibly receiving IP packets. Check that IP forwarding is enabled in -.Pa /etc/rc.conf +.Pa /etc/sysctl.conf and that other machines have designated the .Nm host as the gateway for the LAN. |