forked from extern/shorewall_code
Add FAQ 27a
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1091 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ac8d03c5f4
commit
6891ed7d8e
@ -1897,6 +1897,33 @@ Creating input Chains...
|
|||||||
(READ HELP)</emphasis></quote> on the Netfilter Configuration menu.
|
(READ HELP)</emphasis></quote> on the Netfilter Configuration menu.
|
||||||
Otherwise, DNAT rules with your firewall as the source zone won't
|
Otherwise, DNAT rules with your firewall as the source zone won't
|
||||||
work with your new kernel.</para>
|
work with your new kernel.</para>
|
||||||
|
|
||||||
|
<section id="faq27a">
|
||||||
|
<title>(FAQ 27a) I just built and installed a new kernel and now
|
||||||
|
Shorewall won't start. I know that my kernel options are correct.</title>
|
||||||
|
|
||||||
|
<para>The last few lines of <ulink url="troubleshoot.htm">a startup
|
||||||
|
trace</ulink> are these:</para>
|
||||||
|
|
||||||
|
<programlisting>+ run_iptables2 -t nat -A eth0_masq -s 192.168.2.0/24 -d 0.0.0.0/0 -j
|
||||||
|
MASQUERADE
|
||||||
|
+ '[' 'x-t nat -A eth0_masq -s 192.168.2.0/24 -d 0.0.0.0/0 -j
|
||||||
|
MASQUERADE' = 'x-t nat -A eth0_masq -s 192.168.2.0/24 -d 0.0.0.
|
||||||
|
0/0 -j MASQUERADE' ']'
|
||||||
|
+ run_iptables -t nat -A eth0_masq -s 192.168.2.0/24 -d 0.0.0.0/0 -j
|
||||||
|
MASQUERADE
|
||||||
|
+ iptables -t nat -A eth0_masq -s 192.168.2.0/24 -d 0.0.0.0/0 -j
|
||||||
|
MASQUERADE
|
||||||
|
iptables: Invalid argument
|
||||||
|
+ '[' -z '' ']'
|
||||||
|
+ stop_firewall
|
||||||
|
+ set +x</programlisting>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">Answer:</emphasis> Your new kernel
|
||||||
|
contains headers that are incompatible with the ones used to compile
|
||||||
|
your <command>iptables</command> utility. You need to rebuild
|
||||||
|
<command>iptables</command> using your new kernel source.</para>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="faq28">
|
<section id="faq28">
|
||||||
@ -1914,7 +1941,8 @@ Creating input Chains...
|
|||||||
<appendix>
|
<appendix>
|
||||||
<title>Revision History</title>
|
<title>Revision History</title>
|
||||||
|
|
||||||
<para><revhistory><revision><revnumber>1.13</revnumber><date>2004-01-24</date><authorinitials>TE</authorinitials><revremark>Add
|
<para><revhistory><revision><revnumber>1.14</revnumber><date>2004-01-24</date><authorinitials>TE</authorinitials><revremark>Added
|
||||||
|
FAQ 27a regarding kernel/iptables incompatibility.<emphasis role="bold"></emphasis></revremark></revision><revision><revnumber>1.13</revnumber><date>2004-01-24</date><authorinitials>TE</authorinitials><revremark>Add
|
||||||
a note about the <emphasis role="bold">detectnets</emphasis> interface
|
a note about the <emphasis role="bold">detectnets</emphasis> interface
|
||||||
option in FAQ 9.</revremark></revision><revision><revnumber>1.12</revnumber><date>2004-01-20</date><authorinitials>TE</authorinitials><revremark>Improve
|
option in FAQ 9.</revremark></revision><revision><revnumber>1.12</revnumber><date>2004-01-20</date><authorinitials>TE</authorinitials><revremark>Improve
|
||||||
FAQ 16 answer.</revremark></revision><revision><revnumber>1.11</revnumber><date>2004-01-14</date><authorinitials>TE</authorinitials><revremark>Corrected
|
FAQ 16 answer.</revremark></revision><revision><revnumber>1.11</revnumber><date>2004-01-14</date><authorinitials>TE</authorinitials><revremark>Corrected
|
||||||
|
Loading…
Reference in New Issue
Block a user