1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# RUN: --no-loopback tunnel1
iface tunnel1 inet6 tunnel
address fd00::1
netmask 48
mode ip6ip6
endpoint 2001:db8::2
local 2001:db8::1
encaplimit none
# RUN: --no-loopback tunnel2
iface tunnel2 inet6 tunnel
address fd00::1
netmask 48
mode ip6ip6
endpoint 2001:db8::2
local 2001:db8::1
encaplimit none
gateway fd00::2
# RUN: --no-loopback tunnel3
iface tunnel3 inet6 tunnel
address 192.0.2.1
netmask 24
mode ipip6
endpoint 2001:db8::2
local 2001:db8::1
# RUN: --no-loopback tunnel4
iface tunnel4 inet6 tunnel
address 192.0.2.1
netmask 24
mode ipip6
endpoint 2001:db8::2
local 2001:db8::1
gateway 192.0.2.2
# RUN: --no-loopback tunnel5
iface tunnel5 inet6 tunnel
address fd00::1
netmask 48
mode ip6gre
endpoint 2001:db8::2
local 2001:db8::1
|