vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Sat, 24 Apr 2004 07:08:43 -0700, A-B C. <atakeoutcanton@adams-blaketakeout.com> wrote: > Using Slack 9.1 > > I run MonMonthra "by hand" at the command line. > > Is there a way to "undo" MonMonthra after running it? Or is rebooting the only > way to get rid of the settings. If monmotha is just a iptables frontend, then running su -c 'iptables -F' will flush all the iptables rules it (and anything else) has created. (You can run 'iptables -L' before and after to see that the rules have cleared.) Also, you may want to check to see if monmotha stays as a background process after it is run. You check this by running, for example, 'top' or 'ps aux | grep monmotha'. You can use killall to stop the process. E.G: 'killall $(pgrep monmotha)' -- Mark Hill <usenet@mark.ukfsn.org> (devnull address not read) GPG KeyID: 4A3B58AC |
| |||
| Mark Hill wrote: > On Sat, 24 Apr 2004 07:08:43 -0700, > A-B C. <atakeoutcanton@adams-blaketakeout.com> wrote: >> Using Slack 9.1 >> >> I run MonMonthra "by hand" at the command line. >> >> Is there a way to "undo" MonMonthra after running it? Or is rebooting the >> only way to get rid of the settings. > > If monmotha is just a iptables frontend, then running su -c 'iptables > -F' will flush all the iptables rules it (and anything else) has > created. (You can run 'iptables -L' before and after to see that the > rules have cleared.) Thanks for this. One of the hardest things for a noob to learn is that in Linux just about anything that IS done can be UNDONE without a reboot. After many years with Win you get indoctrinated into the idea that the only way to "clean house" is to reboot. Al |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In alt.os.linux.slackware, A-B C. dared to utter, > Is there a way to "undo" MonMonthra after running it? man iptables - -- It is better to hear the rebuke of the wise, Than for a man to hear the song of fools. Ecclesiastes 7:5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAivwLL3KiNGOqr6ERAphtAJsEUc4b0AHbtcnrNbMXFw d3XI+iXwCgyvxT VqtFOeq0atgBl/GcrkYfJzQ= =W6oO -----END PGP SIGNATURE----- |