-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 04 November 2003 00:58, Kathy Wills wrote:
> I have searched the forums and connot find an answer to either of my
> questions. I will be changing from Slackware 9.1 to Gentoo 1.4 starting
> later tonight. My computer acts as the firewall/gateway for my small
> home network.
>
> With slackware I use a script file /etc/rc.d/rc.iptables to povide this
> funcionality. It is based on a conf file in /etc. My first question is
> do I place these two files in the same location in Gentoo as in
> Slackware in order to provide the same functions?
If your rc script contains raw iptables commands, then run them and do an
'/etc/init.d/iptables save'. This will use iptables-save to save your rules
to IPTABLES_SAVE in /etc/conf.d/iptables.
Running '/etc/init.d/iptables start' will then use those saved rules
('/etc/init.d/iptables stop' WILL NOT SAVE YOUR RULES).
/etc/conf.d/iptables also has a variable to enable IPv4 forwarding.
If it's an iptables-save formatted file
(
*nat
:PREROUTING
)
The just stick in place of IPTABLES_SAVE and start iptables.
> Next, I have a Soundblaster Live sound card. I plan to use alsa for
> sound. Do I need to emerge emu10k1 along with the alsa?
Nope.
You can optionally set ALSA_CARDS=emu10k1 in /etc/make.conf so alsa-driver
will only compile the emu10k1 driver, can save quite a bit of time.
- --
Mike Williams
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/p4kzInuLMrk7bIwRAvDPAKCafSud4vp3beNQz1ZiQOi4QswaHACfTVR/
LrEGeOrsblwz6qaxETBaeBM=
=t+Jv
-----END PGP SIGNATURE-----
--
[EMAIL PROTECTED] mailing list