diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 12:06:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 12:06:52 +0000 |
commit | 50db09c195f9d9edf7aac8d32d567c45d9c6cb4e (patch) | |
tree | d8bda78ac8ac62bcd53a76147593739fff9329e3 /share | |
parent | 319351ef31abc22ef8093b15b86ba8d8de9be17a (diff) |
don't forget to enable pf and load ruleset;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/vpn.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 72019871e70..6540f284998 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.87 2005/04/14 11:46:04 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.88 2005/04/14 12:06:51 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -327,6 +327,12 @@ NETWORK_B = "10.0.50.0/24" (rest of ruleset, modified as appropriate) .Ed +.It +Enable the packet filter and load the ruleset: +.Bd -literal -offset indent +# pfctl -e +# pfctl -f /etc/pf.conf +.Ed .El .Ss Automated keying To create a VPN between the same two C class networks as the example @@ -514,6 +520,12 @@ NETWORK_B = "10.0.50.0/24" (rest of ruleset, modified as appropriate) .Ed .It +Enable the packet filter and load the ruleset: +.Bd -literal -offset indent +# pfctl -e +# pfctl -f /etc/pf.conf +.Ed +.It Start .Xr isakmpd 8 .Pp |