summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1998-10-30 00:02:57 +0000
committeraaron <aaron@openbsd.org>1998-10-30 00:02:57 +0000
commitbc8f1f5c6c21362a3733a558052aff8a6875158f (patch)
tree9a874319d5347fccf620b2e96dde14c9e6a9ac22
parentDon't call PacketAliasIn() when we turn around packets destined (diff)
downloadwireguard-openbsd-bc8f1f5c6c21362a3733a558052aff8a6875158f.tar.xz
wireguard-openbsd-bc8f1f5c6c21362a3733a558052aff8a6875158f.zip
add a BUGS section; provos@, and misc cleanups
-rw-r--r--share/man/man8/vpn.811
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index 804304c1126..a4b7747640f 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.6 1998/09/07 16:44:37 aaron Exp $
+.\" $OpenBSD: vpn.8,v 1.7 1998/10/30 00:02:57 aaron Exp $
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -102,10 +102,15 @@ pass out on ed0 proto udp from gatewA/32 port = 468 to gatewB/32 port = 468
If there are no other
.Xr ipf 5
rules, the "quick" clause can be added to the last three rules.
+.Sh BUGS
+At the moment both of your security gateways need to be in the protected
+network; that is, the gateway IP and network mask = network. This means
+that it is not possible to tunnel private networks. Hopefully
+support for that will be available in the next release.
.Sh SEE ALSO
.Xr ipf 1 ,
-.Xr ipf 5 ,
.Xr ipsecadm 1 ,
.Xr ipsec 4 ,
.Xr options 4 ,
-.Xr photurisd 8 .
+.Xr ipf 5 ,
+.Xr photurisd 8