mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Make installation of iptables required steps
This commit is contained in:
parent
2eff56d927
commit
850d02c268
@ -81,42 +81,25 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>At a shell prompt, type 'locate libxtables'. If no output is
|
<para>download the iptables source tarball</para>
|
||||||
produced, then you must download and install the latest
|
</listitem>
|
||||||
iptables.</para>
|
|
||||||
|
|
||||||
<orderedlist numeration="loweralpha">
|
<listitem>
|
||||||
<listitem>
|
<para>untar the source</para>
|
||||||
<para>download the iptables source tarball</para>
|
</listitem>
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>untar the source</para>
|
<para>cd to the iptables source directory</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>cd to the iptables source directory</para>
|
<para>run 'make'</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>run './configure'</para>
|
<para>Your new iptables binary will now be installed in
|
||||||
</listitem>
|
/usr/local/sbin. Modify shorewall.conf to specify
|
||||||
|
IPTABLES=/usr/local/sbin/iptables</para>
|
||||||
<listitem>
|
|
||||||
<para>run 'make'</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>As root, cd to the iptables source directory and run 'make
|
|
||||||
install'.</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>Your new iptables binary will now be installed in
|
|
||||||
/usr/local/sbin. Modify shorewall.conf to specify
|
|
||||||
IPTABLES=/usr/local/sbin/iptables</para>
|
|
||||||
</listitem>
|
|
||||||
</orderedlist>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -154,7 +137,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
|
|
||||||
<para>You will have to repeat steps 6-9 each time that you receive a
|
<para>You will have to repeat steps 10-13 each time that you receive a
|
||||||
kernel upgrade from your distribution venrundor. You can install
|
kernel upgrade from your distribution venrundor. You can install
|
||||||
xtables-addons before booting to the new kernel as follows
|
xtables-addons before booting to the new kernel as follows
|
||||||
(<emphasis>new-kernel-version</emphasis> is the version of the
|
(<emphasis>new-kernel-version</emphasis> is the version of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user