documentation/2893: ipsecadm flow description is wrong in faq13 >Number: 2893
>Category: documentation
>Synopsis: in faq13 flowbuilding with ipsecadm is wrong
>Confidential: no
net
>Environment:
System : OpenBSD 3.1
Architecture: OpenBSD.i386
Machine : i386
>Description:
The description of setting up the flows with ipsecadm in 13.6 is wrong
as the syntax of ipsecadm seems to have changed. The option -spi xxx is
not in the manpage for ipsecadm flow and does not work either.
>How-To-Repeat:
>Fix:
For the example host-host setup the following diff should fix the doc.
The fix for the subnet example should be equivalent, but as I am not
sure whether I understand that example, I won't include a diff. If anyone
is interested in verifying one, send me a mail, and I will change that
section, too.
- faq13.html.orig Tue Aug 20 11:03:07 2002
+++ faq13.html Tue Aug 20 11:18:44 2002
@@ -434,6 +434,15 @@
Now that you have your Security Associations in place,
set up your flows.
<P>
+<ul>
+<tt>
+# <b>ipsecadm flow -proto esp -dst PEER_EXTERNAL_IP -addr MY_EXTERNAL_IP
+MY_EXTERNAL_NETMASK PEER_EXTERNAL_IP PEER_EXTERNAL_NETMASK -out -require</b><br>
+# <b>ipsecadm flow -proto esp -dst MY_EXTERNAL_IP -addr MY_EXTERNAL_IP
+MY_EXTERNAL_NETMASK PEER_EXTERNAL_IP PEER_EXTERNAL_NETMASK -in -require</b>
+</tt>
+</ul>
+<P>
On 192.168.5.1:<P>
So, right here, <b>two</b> flows will be created, one the local
source address, which covers all packets originating from the local host
@@ -441,14 +450,18 @@
host.
<ul>
<tt>
-# <b>ipsecadm flow -proto esp -dst 192.168.25.9 -spi 1000
--addr 192.168.5.1 255.255.255.255 192.168.25.9 255.255.255.255</b>
+# <b>ipsecadm flow -proto esp -dst 192.168.5.1 -addr 192.168.5.1/32
+192.168.25.9/32 -in -require</b><br>
+# <b>ipsecadm flow -proto esp -dst 192.168.25.9 -addr 192.168.5.1/32
+192.168.25.9/32 -out -require</b>
</tt></ul>
On 192.168.25.9:
<ul>
<tt>
-# <b>ipsecadm flow -proto esp -dst 192.168.5.1 -spi 1001
--addr 192.168.25.9 255.255.255.255 192.168.5.1 255.255.255.255</b>
+# <b>ipsecadm flow -proto esp -dst 192.168.25.9 -addr 192.168.25.9/32
+192.168.5.1/32 -in -require</b><br>
+# <b>ipsecadm flow -proto esp -dst 192.168.5.1 -addr 192.168.25.9/32
+192.168.5.1/32 -out -require</b>
</tt></ul>
<P>
If you want less overhead on your Host-to-Host VPNs, creating the SPI
>Release-Note:
<synopsis of the problem (one line)>
Received on Thu Nov 7 16:21:15 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:37 EDT
|