Nicolas FRANCOIS wrote:
I've got two computers : mine, working with LFS 6.0 (well, almost, it's an
SVN version, but very close from 6.0, and it doesn't matter here) and BLFS
6.0, and my wife's, working with Window$ 98.

As you can see, there are a few changes from the BLFS book script.

It does not work, in this precise way :

When arthur goes up, it can't connect to detritus threw Samba. I have to
stop the firewall on detritus, then I can connect, and after I start the
firewall again, everything goes well.

Can you help me ? I've been working on this for a long time now :-(


BLFS suggests http://www.linuxfromscratch.org/blfs/view/stable/postlfs/firewall.html "If you want to add services such as internal samba or name servers that do not need to access the Internet themselves, the additional statements are quite simple and should still be acceptable from a security standpoint. Just add the following lines into the script before the logging rules."

iptables -A INPUT  -i ! ppp+  -j ACCEPT
iptables -A OUTPUT -o ! ppp+  -j ACCEPT
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to