mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 17:13:11 +01:00
Update Multi-ISP doc for variable name change in 4.4.8.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8f94137007
commit
f93413b2a7
@ -1561,7 +1561,7 @@ connection {
|
|||||||
|
|
||||||
connection {
|
connection {
|
||||||
name=Comcast
|
name=Comcast
|
||||||
checkip=${ETH0_GATEWAY:-71.231.152.1}
|
checkip=${SW_ETH0_GATEWAY:-71.231.152.1}
|
||||||
device=$COM_IF
|
device=$COM_IF
|
||||||
ttl=1
|
ttl=1
|
||||||
}
|
}
|
||||||
@ -1577,9 +1577,14 @@ EOF
|
|||||||
/usr/sbin/lsm /etc/lsm/lsm.conf >> /var/log/lsm
|
/usr/sbin/lsm /etc/lsm/lsm.conf >> /var/log/lsm
|
||||||
}</programlisting>
|
}</programlisting>
|
||||||
|
|
||||||
<para>eth3 has a dynamic IP address so I need to use the
|
<para>eth0 has a dynamic IP address so I need to use the
|
||||||
Shorewall-detected gateway address ($ETH3_GATEWAY). I supply a default
|
Shorewall-detected gateway address ($SW_ETH1_GATEWAY). I supply a
|
||||||
value to be used in the event that detection fails.</para>
|
default value to be used in the event that detection fails.</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>In Shorewall 4.4.7 and earlier, the variable name is
|
||||||
|
ETH1_GATEWAY.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para><filename>/etc/shorewall/started</filename>:</para>
|
<para><filename>/etc/shorewall/started</filename>:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user