Lines Matching full:tunnel

10 # ns3 and ns4 are connected via ipsec tunnel.
12 # ns1: ping 10.0.2.2: passes via ipsec tunnel.
13 # ns2: ping 10.0.1.2: passes via ipsec tunnel.
15 # ns1: ping 10.0.1.253: passes via ipsec tunnel (direct policy)
16 # ns2: ping 10.0.2.253: passes via ipsec tunnel (direct policy)
18 # ns1: ping 10.0.2.254: does NOT pass via ipsec tunnel (exception)
19 # ns2: ping 10.0.1.254: does NOT pass via ipsec tunnel (exception)
38 … add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tunnel priority 100 actio…
40 … add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tunnel priority 100 actio…
52 …st $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $rnet dst …
53 … $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $lnet dst …
144 # network $plain passes without tunnel
147 # direct policy for $encryptip, use tunnel, higher prio takes precedence
148 …olicy add dst $encryptip dir out tmpl src $me dst $remote proto esp mode tunnel priority 1 action …
236 # ping to .254 should be excluded from the tunnel (exception is in place).
242 echo "PASS: ping to .254 bypassed ipsec tunnel ($logpostfix)"
248 echo "FAIL: expected ping to .253 to use ipsec tunnel ($logpostfix)"
257 echo "FAIL: expected ping to .2 to use ipsec tunnel ($logpostfix)"
272 …::0000 dst ff01::0014:0000:0001 dir in tmpl src :: dst :: proto esp mode tunnel priority 100 actio…
275 …rc e000:0001::0000 dst ff01::01 dir in tmpl src :: dst :: proto esp mode tunnel priority 100 actio…
427 echo "FAIL: expected ping to .254 to use ipsec tunnel"