Ok, sorry about that, but I wasn't sure.<br>
I am going to do it lie you said. Thank for the explanations<br><br><div><span class="gmail_quote">On 7/15/05, <b class="gmail_sendername">Thierry Carrez</b> <<a href="mailto:koon@g.o">koon@g.o</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sebastian Rodriguez wrote:<br><br>> Well, I am tryng the isntall, but what you said is wrong:
<br>><br>> "USE_FW Set to yes to have a firewall script run at startup. See FW_TYPE<br>> option. Note that you should overlay files in the etc/shorewall or<br>> etc/firehol directory to configure non-default options."
<br>> So ok, I say no, but in FW_TYPE I cant chosse "no", so shorewall is<br>> going to run by default with defaul values, Thing I don't want<br>> So someone has an idea?<br><br>Believe me. I wrote the damn thing.
<br><br>USE_FW decides if you run a firewall script at startup. FW_TYPE decides<br>which script you run (if USE_FW=yes).<br><br>If you still don't believe me, look at the code :<br><br>if [ "${USE_FW}" == "yes" ]; then
<br> ln -snf "/etc/init.d/iptables" "/etc/runlevels/boot/iptables"<br> if [ "${FW_TYPE}" == "firehol" ]; then<br> ln -snf "/etc/init.d/firehol" "/etc/runlevels/default/firehol"
<br> else<br> ln -snf "/etc/init.d/shorewall" "/etc/runlevels/default/shorewall"<br> fi<br> DONTDEPSCAN=0<br>fi<br><br>With USE_FW=no, you won't have iptables, you won't have shorewall, and<br>you won't have firehol. Whatever you put in FW_TYPE.
<br><br>--<br>Thierry Carrez (Koon)<br>--<br><a href="mailto:gentoo-embedded@g.o">gentoo-embedded@g.o</a> mailing list<br><br></blockquote></div><br><br><br>-- <br>Sébastien Rodriguez
|