- applied andreas's patch
- logger output improvements - testin gupdates - and a lot more
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
A connection between the subnets behind the gateways <b>moon</b> and <b>sun</b>
|
||||
is set up using the IKEv2 key exchange protocol. The authentication is based on
|
||||
locally importerd <b>X.509 certificates</b>.
|
||||
locally imported <b>X.509 certificates</b>.
|
||||
In order to test the established tunnel, client <b>alice</b> behind gateway <b>moon</b>
|
||||
pings client <b>bob</b> located behind gateway <b>sun</b>.
|
||||
|
||||
@@ -6,10 +6,10 @@ config setup
|
||||
plutostart=no
|
||||
|
||||
conn net-net
|
||||
left=192.168.0.1
|
||||
left=PH_IP_MOON
|
||||
leftcert=moonCert.pem
|
||||
leftsubnet=10.1.0.0/16
|
||||
right=192.168.0.2
|
||||
right=PH_IP_SUN
|
||||
rightcert=sunCert.pem
|
||||
rightsubnet=10.2.0.0/16
|
||||
keyexchange=ikev2
|
||||
|
||||
@@ -6,10 +6,10 @@ config setup
|
||||
plutostart=no
|
||||
|
||||
conn net-net
|
||||
left=192.168.0.2
|
||||
left=PH_IP_SUN
|
||||
leftcert=sunCert.pem
|
||||
leftsubnet=10.2.0.0/16
|
||||
right=192.168.0.1
|
||||
right=PH_IP_MOON
|
||||
rightcert=moonCert.pem
|
||||
rightsubnet=10.1.0.0/16
|
||||
keyexchange=ikev2
|
||||
|
||||
Reference in New Issue
Block a user