mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-08 05:51:04 +01:00
Add 'ttl' to Debian tunnel configurations.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3120bb37d1
commit
7060c1350f
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
<year>2009</year>
|
<year>2009</year>
|
||||||
|
|
||||||
|
<year>2012</year>
|
||||||
|
|
||||||
<holder>Eric de Thouars and Tom Eastep</holder>
|
<holder>Eric de Thouars and Tom Eastep</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
@ -399,6 +401,7 @@ iface sit1 inet6 v4tunnel
|
|||||||
endpoint 192.88.99.1
|
endpoint 192.88.99.1
|
||||||
local 206.124.146.180
|
local 206.124.146.180
|
||||||
gateway ::192.88.99.1
|
gateway ::192.88.99.1
|
||||||
|
ttl 64
|
||||||
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding</emphasis></programlisting></para>
|
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding</emphasis></programlisting></para>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
@ -565,7 +568,7 @@ Ping(ACCEPT) all all
|
|||||||
<para>Client IPv4 address: 206.124.146.180 (Same as the 6to4
|
<para>Client IPv4 address: 206.124.146.180 (Same as the 6to4
|
||||||
tunnel)</para>
|
tunnel)</para>
|
||||||
|
|
||||||
<para>Client IPv6 address: 2001:470:a:227::2/64 </para>
|
<para>Client IPv6 address: 2001:470:a:227::2/64</para>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<para>I also took advantage of their offer for a /48 prefix routed via
|
<para>I also took advantage of their offer for a /48 prefix routed via
|
||||||
@ -596,6 +599,7 @@ iface sit1 inet6 v4tunnel
|
|||||||
endpoint <emphasis role="bold">216.218.226.238 </emphasis>
|
endpoint <emphasis role="bold">216.218.226.238 </emphasis>
|
||||||
local 206.124.146.180
|
local 206.124.146.180
|
||||||
gateway <emphasis role="bold">2001:470:a:227::1</emphasis>
|
gateway <emphasis role="bold">2001:470:a:227::1</emphasis>
|
||||||
|
ttl 64
|
||||||
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
|
post-up echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
|
||||||
|
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Loading…
Reference in New Issue
Block a user