OSDN Git Service

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