OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / test / east-lifetime-01 / test01.sh
1 #!/bin/sh
2
3 ipsec spi --clear
4 ipsec eroute --clear
5
6 enckey=0x4043434545464649494a4a4c4c4f4f515152525454575758
7 authkey=0x87658765876587658765876587658765
8 lifetime="--life hard-allocations=2"
9
10 #ipsec klipsdebug --set pfkey
11 #ipsec klipsdebug --set verbose
12
13 ipsec spi --af inet --edst 192.1.2.45 --spi 0x12345678 --proto esp --src 192.1.2.23 --esp 3des-md5-96 $lifetime --enckey $enckey --authkey $authkey
14
15 ipsec spi --af inet --edst 192.1.2.45 --spi 0x12345678 --proto tun --src 192.1.2.23 --dst 192.1.2.45 --ip4
16
17 ipsec spigrp inet 192.1.2.45 0x12345678 tun inet 192.1.2.45 0x12345678 esp 
18
19 ipsec eroute --add --eraf inet --src 192.0.2.0/24 --dst 192.0.1.0/24 --said tun0x12345678@192.1.2.45
20
21 ipsec tncfg --attach --virtual ipsec0 --physical eth1
22 ifconfig ipsec0 inet 192.1.2.23 netmask 0xffffff00 broadcast 192.1.2.255 up
23
24 arp -s 192.1.2.45 10:00:00:64:64:45
25 arp -s 192.1.2.254 10:00:00:64:64:45
26
27 ipsec look
28
29 # magic route command
30 route add -host 192.0.1.1 gw 192.1.2.45 dev ipsec0
31
32 ipsec pf_key