OSDN Git Service

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