OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / openswan / testing / pluto / psk-pluto-04 / road.conf
1 # /etc/ipsec.conf - Openswan IPsec configuration file
2
3 version 2.0
4
5 config setup
6         # put the logs in /tmp for the UMLs, so that we can operate
7         # without syslogd, which seems to break on UMLs
8         plutostderrlog=/tmp/pluto.log
9         plutorestartoncrash=false
10         dumpdir=/tmp
11
12 conn packetdefault
13         auto=ignore
14
15 conn road-east-psk
16         right=192.1.2.23
17         rightid=192.1.2.23
18         left=192.1.3.174
19         leftid=192.1.3.174
20         leftnexthop=192.1.3.254
21         authby=secret
22         ike=3des-sha1
23
24
25 include /etc/ipsec.d/ipsec.conf.common
26