ipsec_P_Out_Req.sh File Reference


Detailed Description

Proxy-CSCF IPSec create Security-Association on the Proxy-CSCF for Outgoing Requests.

Author:
Dragos Vingarzan vingarzan -at- fokus dot fraunhofer dot de

Definition in file ipsec_P_Out_Req.sh.

Go to the source code of this file.

Variables

 ue


Variable Documentation

ue

Initial value:

$1
port_us=$2
pcscf=$3
port_pc=$4

spi_us=$5

ealg=$6
ck=$7
alg=$8
ik=$9

if [ "$6" = "null" ] 
then
    ck=""
fi

setkey -c << EOF
spdadd $pcscf/32[$port_pc] $ue/32[$port_us] tcp -P out ipsec esp/transport
spdadd $pcscf/32[$port_pc] $ue/32[$port_us] udp -P out ipsec esp/transport
add $pcscf $ue esp $spi_us -m transport -u 3 -E $ealg $ck -A  $alg $ik

Definition at line 8 of file ipsec_P_Out_Req.sh.


Generated on Thu Oct 23 04:14:44 2008 for Open IMS Core CSCFs by  doxygen 1.5.2