diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-03-04 11:43:56 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-03-04 11:43:56 +0000 |
commit | 4be2eb12506cf065e68c51750f45f81ba3d63717 (patch) | |
tree | b4cb6a032a89a159e425ace730b3bda6a7b1c25f /sbin/ipsec/photurisd/README.howtouse | |
parent | 8b1bb75ad56e072dc58c33715385fa7e439b2503 (diff) |
compliance with draft-simpson-photuris-18.txt, better packet structure
checking, better support for new esp and ah, documentation ...
Diffstat (limited to 'sbin/ipsec/photurisd/README.howtouse')
-rw-r--r-- | sbin/ipsec/photurisd/README.howtouse | 4 |
1 files changed, 2 insertions, 2 deletions
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 |