added firewall support to scenario
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
A connection between the hosts <b>moon</b> and <b>sun</b> is set up using IPsec transport mode.
|
An IPsec <b>transport-mode</b> connection between the hosts <b>moon</b> and <b>sun</b> is
|
||||||
The authentication is based on X.509 certificates.
|
successfully set up. <b>leftfirewall=yes</b> automatically inserts iptables-based firewall
|
||||||
In order to test the host-to-host tunnel <b>moon</b> pings <b>sun</b>.
|
rules that let pass the decrypted IP packets. In order to test the host-to-host connection
|
||||||
|
<b>moon</b> pings <b>sun</b>.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
moon::ipsec statusall::host-host.*TRANSPORT::YES
|
moon::ipsec status::host-host.*INSTALLED.*TRANSPORT::YES
|
||||||
sun::ipsec statusall::host-host.*TRANSPORT::YES
|
sun::ipsec status::host-host.*INSTALLED.*TRANSPORT::YES
|
||||||
moon::ping -c 1 PH_IP_SUN::64 bytes from PH_IP_SUN: icmp_seq=1::YES
|
moon::ping -c 1 PH_IP_SUN::64 bytes from PH_IP_SUN: icmp_seq=1::YES
|
||||||
sun::tcpdump::IP moon.strongswan.org > sun.strongswan.org: ESP::YES
|
sun::tcpdump::IP moon.strongswan.org > sun.strongswan.org: ESP::YES
|
||||||
sun::tcpdump::IP sun.strongswan.org > moon.strongswan.org: ESP::YES
|
sun::tcpdump::IP sun.strongswan.org > moon.strongswan.org: ESP::YES
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ conn host-host
|
|||||||
leftnexthop=%direct
|
leftnexthop=%direct
|
||||||
leftcert=moonCert.pem
|
leftcert=moonCert.pem
|
||||||
[email protected]
|
[email protected]
|
||||||
|
leftfirewall=yes
|
||||||
right=PH_IP_SUN
|
right=PH_IP_SUN
|
||||||
[email protected]
|
[email protected]
|
||||||
type=transport
|
type=transport
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ conn host-host
|
|||||||
leftnexthop=%direct
|
leftnexthop=%direct
|
||||||
leftcert=sunCert.pem
|
leftcert=sunCert.pem
|
||||||
[email protected]
|
[email protected]
|
||||||
|
leftfirewall=yes
|
||||||
right=PH_IP_MOON
|
right=PH_IP_MOON
|
||||||
[email protected]
|
[email protected]
|
||||||
type=transport
|
type=transport
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
|
moon::iptables -v -n -L
|
||||||
|
sun::iptables -v -n -L
|
||||||
moon::ipsec stop
|
moon::ipsec stop
|
||||||
sun::ipsec stop
|
sun::ipsec stop
|
||||||
|
moon::/etc/init.d/iptables stop 2> /dev/null
|
||||||
|
sun::/etc/init.d/iptables stop 2> /dev/null
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
|
sun::/etc/init.d/iptables start 2> /dev/null
|
||||||
moon::ipsec start
|
moon::ipsec start
|
||||||
sun::ipsec start
|
sun::ipsec start
|
||||||
moon::sleep 1
|
moon::sleep 2
|
||||||
moon::ipsec up host-host
|
moon::ipsec up host-host
|
||||||
|
|||||||
Reference in New Issue
Block a user