mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Remove extra step in DSL modem access
This commit is contained in:
parent
07366ac819
commit
47c4cbd85a
@ -1,6 +1,6 @@
|
||||
----------------------------------------------------------------------------
|
||||
S H O R E W A L L 4 . 4 . 10
|
||||
B E T A 4
|
||||
R C 1
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
I. RELEASE 4.4 HIGHLIGHTS
|
||||
|
@ -2797,15 +2797,6 @@ EXT_IF:172.20.1.2 0.0.0.0/0 172.20.1.254
|
||||
<programlisting> post-up /sbin/ip addr add 192.168.1.254/24 dev <replaceable>external-interface</replaceable></programlisting>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Add a host route to 192.168.1.1 out of your external interface
|
||||
using your configuration's network management tools. On Debian-based
|
||||
systems, that means adding this to the interfaces's stanza in
|
||||
<filename>/etc/network/interfaces</filename>:</para>
|
||||
|
||||
<programlisting> post-up /sbin/ip route add 192.168.1.1/32 dev <replaceable>external-interface</replaceable> src 192.168.1.254</programlisting>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Your entry in <filename>/etc/shorewall/masq</filename> would
|
||||
then be:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user