From 4be2eb12506cf065e68c51750f45f81ba3d63717 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 4 Mar 1998 11:43:56 +0000 Subject: compliance with draft-simpson-photuris-18.txt, better packet structure checking, better support for new esp and ah, documentation ... --- sbin/ipsec/photurisd/README.howtouse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/ipsec/photurisd/README.howtouse') diff --git a/sbin/ipsec/photurisd/README.howtouse b/sbin/ipsec/photurisd/README.howtouse index 9e14f4bd67a..49c0c819741 100644 --- a/sbin/ipsec/photurisd/README.howtouse +++ b/sbin/ipsec/photurisd/README.howtouse @@ -34,7 +34,7 @@ How to get it working ? happens, or remove -DIPSEC if you dont want to actually setup encrypted and authenticated connections within the kernel) 6. start ./photurid on two hosts. -7. ./startkey host1 (for example ./startkey 134.100.33.22) +7. ./startkey dst=host1 (for example ./startkey dst=134.100.33.22) If you compiled the photuris daemon with -DDEBUG you should see an exchange of values now and finally the shared secret from which the @@ -58,7 +58,7 @@ How to get it working ? Add the following two lines into your kernel config file: config IPSEC -pseudo-device enc 4 +pseudo-device enc 1 Possible configuration -- cgit v1.2.3