mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-30 22:24:59 +02: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>
|
||||||
|
|
||||||
@ -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