setkey.8 (aa4a335baec3d36bc4b0c510be6a530c16570b4b) | setkey.8 (16d1ba4f624b4e81f038a020ffb20574815620d5) |
---|---|
1.\" $KAME: setkey.8,v 1.89 2003/09/07 22:17:41 itojun Exp $ 2.\" 3.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 660 unchanged lines hidden (view full) --- 669.Ed 670Use both ESP and AH between two numerically specified hosts: 671.Bd -literal -offset 672add 10.0.11.41 10.0.11.33 esp 0x10001 673 -E des-cbc 0x3ffe05014819ffff 674 -A hmac-md5 "authentication!!" ; 675 676.Ed | 1.\" $KAME: setkey.8,v 1.89 2003/09/07 22:17:41 itojun Exp $ 2.\" 3.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 660 unchanged lines hidden (view full) --- 669.Ed 670Use both ESP and AH between two numerically specified hosts: 671.Bd -literal -offset 672add 10.0.11.41 10.0.11.33 esp 0x10001 673 -E des-cbc 0x3ffe05014819ffff 674 -A hmac-md5 "authentication!!" ; 675 676.Ed |
677Get the SA information assocaited with first example above: | 677Get the SA information associated with first example above: |
678.Bd -literal -offset 679get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ; 680 681.Ed 682Flush all entries from the database: 683.Bd -literal -offset 684flush ; 685 --- 47 unchanged lines hidden --- | 678.Bd -literal -offset 679get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ; 680 681.Ed 682Flush all entries from the database: 683.Bd -literal -offset 684flush ; 685 --- 47 unchanged lines hidden --- |