R. Brett Gilbert <[EMAIL PROTECTED]> wrote:
>
> Can someone explain the basic differences between ipportfw and ipautofw.
I wrote up a very long post on this subject. Is it in the archives? Do
people check the archives before asking questions? :)
> Also, what does modprobe do that insmod doesn't?
Insmod loads a single module. Modprobe looks at /etc/conf.modules and
also looks at the tree of dependencies between modules, and will load
all the modules required by the one you're trying to load.
If you're just loading a single module, like ip_masq_ftp, that doesn't
require any other modules, then insmod and modprobe amount to the same
thing. If it's a module like ppp or lp, that requires a half-dozen
other modules loaded first, modprobe will succeed where insmod will fail.
--
[EMAIL PROTECTED] (Fuzzy Fox) || "Nothing takes the taste out of peanut
sometimes known as David DeSimone || butter quite like unrequited love."
http://www.dallas.net/~fox/ || -- Charlie Brown
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]