]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
some reformulations
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 17 Jul 2010 15:19:26 +0000 (17:19 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 17 Jul 2010 15:19:26 +0000 (17:19 +0200)
testing/tests/ikev2/nat-two-rw-mark/description.txt
testing/tests/ikev2/rw-mark-in-out/description.txt

index 31e7cc48c96c985b640257441e9a496f0e193cb8..2a93d11d87554de0115b8f4f726677bc02f44d80 100644 (file)
@@ -10,7 +10,7 @@ the <b>mark</b> parameter in ipsec.conf.
 <b>iptables -t mangle</b> rules are then used in the PREROUTING chain to mark the traffic to
 and from <b>alice</b> and <b>venus</b>, respectively.
 <p/>
-The iptables script designated by <b>leftupdown=/etc/mark_updown</b> automatically inserts 
-inbound mangle rules that mark the inbound ESP_IN_UDP packets as well as the IPsec-policy rules 
+The script designated by <b>leftupdown=/etc/mark_updown</b> automatically inserts 
+iptables mangle rules that mark the inbound ESP_IN_UDP packets as well as iptables IPsec-policy rules 
 that let pass the tunneled traffic. In order to test the tunnel, the NAT-ed hosts <b>alice</b> 
 and <b>venus</b> ping the client <b>bob</b> behind the gateway <b>sun</b>.
index 01c96b94a11de90ff9cee8a3a5c0e7a8a321a56c..4c35081b150fccb3d014ea0377928bca1eee43db 100644 (file)
@@ -10,7 +10,7 @@ the <b>mark_in</b> and <b>mark_out</b> parameters in ipsec.conf.
 <b>iptables -t mangle</b> rules are then used in the PREROUTING chain to mark the traffic to
 and from <b>alice</b> and <b>venus</b>, respectively.
 <p/>
-The iptables script designated by <b>leftupdown=/etc/mark_updown</b> automatically inserts
-inbound mangle rules that mark the inbound ESP packets as well as the IPsec-policy rules
+The script designated by <b>leftupdown=/etc/mark_updown</b> automatically inserts
+iptables mangle rules that mark the inbound ESP packets as well as iptables IPsec-policy rules
 that let pass the tunneled traffic. In order to test the tunnel, the hosts <b>alice</b>
 and <b>venus</b> ping the client <b>bob</b> behind the gateway <b>sun</b>.