Table of ContentsLibraryView in Frames

Creating a security policy

You need to create a security policy for your storage system and its clients in order implement IPSec.

Step

  1. Enter the following command:

    ipsec policy add [-s src_ip/prefixlen[port]] [-t dst_ip/prefixlen[port ]] -p {esp|ah|none} [-e {des|3des|null} | -a {sha1|md5|null}] -d {in|out} [-m] [-f ip_protocol ] [-l {restrict|permit}]

Example

ipsec policy add -s 10.56.18.5 -t 10.56.19.172/24[139] -p esp -e des -a ah -d in -l restrict