mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 00:53:49 +01:00
More doc updates
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9183 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
03097fb185
commit
0520da0397
@ -76,11 +76,6 @@
|
||||
|
||||
<para>At the top of the script, you will see several variables:</para>
|
||||
|
||||
<programlisting>SIT="sit1"
|
||||
INTERFACES="eth1"
|
||||
ADDRESS4=206.124.146.180
|
||||
SLA=1</programlisting>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>SIT - The name of the tunnel device. Usually 'sit1'</para>
|
||||
@ -101,15 +96,15 @@ SLA=1</programlisting>
|
||||
want to assign to the interfaces listed in INTERFACES. Normally one
|
||||
(0001).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>GATEWAY - The default IPv6 gateway. For 6to4, this is
|
||||
::192.88.99.1.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Here is the file from my firewall:</para>
|
||||
|
||||
<programlisting>SIT="sit1"
|
||||
INTERFACES="eth0 eth2"
|
||||
ADDRESS4=206.124.146.180
|
||||
SLA=1</programlisting>
|
||||
|
||||
<para>eth0 is the interface to my local network (both wired and
|
||||
wireless). eth2 goes to my DMZ which holds a single server. Here is a
|
||||
diagram of the IPv4 network:</para>
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 62 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue
Block a user