| Author |
Message |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Tue 05 Jul 2005, 16:20 Post subject:
Morizot firewall typo |
|
in my Morizot fw script in /etc/rc.d:
$IPT -P FORWARD DROrouter onP
should be:
$IPT -P FORWARD DROP
the error is not in the fw i actually use (a Morizot script in my-applications/bin)
i don't know if the error is in the Puppy iso, or if it's just on my machine
if it's on the Puppy iso, it probably should be fixed
though it doesn't change the functioning of the firewall (FORWARDING is still set to DROP)
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Tue 05 Jul 2005, 23:33 Post subject:
|
|
The Morizot firewall seems to make no noticeable difference to the speed of functioning?
Should it be set to on by default?
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Wed 06 Jul 2005, 00:59 Post subject:
|
|
a simple standalone firewall is probably adequate for most Puppys ... it shouldn't slow down your internet connection
a firewall does need configuring though
for example, the net interface using ethernet cards is usually eth0 (it might be eth1) ... the net interface for dialup and pppoe is ppp0 (or maybe ppp1)
you might have a static or a dynamic address
you might have internet sharing set up ... or not
the Morizot script could be modified to automatically detect if your interface is eth0 or ppp0 ... but if it didn't work perfectly, your internet access would be blocked
some programs need ports to be opened (servers, ssh, p2p apps like bit torrent)
Puppy should be fairly safe without a firewall anyway
here's an automatic firewall script ... it requires iproute though:
http://baruch.ev-en.org/proj/autofw/autofw.html
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9841 Location: Arizona USA
|
Posted: Wed 06 Jul 2005, 01:06 Post subject:
|
|
I've been using Puppy (1.0.3, from CD) for about a month now without a firewall. I have a cable internet connection so I should be a prime target, but so far nothing bad has happened.
(I should say that I turn my computer off when I'm not using it.)
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6855 Location: Perth, Western Australia
|
Posted: Wed 06 Jul 2005, 05:00 Post subject:
Re: Morizot firewall typo |
|
| GuestToo wrote: | in my Morizot fw script in /etc/rc.d:
$IPT -P FORWARD DROrouter onP
should be:
$IPT -P FORWARD DROP
the error is not in the fw i actually use (a Morizot script in my-applications/bin)
i don't know if the error is in the Puppy iso, or if it's just on my machine
if it's on the Puppy iso, it probably should be fixed
though it doesn't change the functioning of the firewall (FORWARDING is still set to DROP) |
I don't know how that is occurring. The bug isn't in the Morizot files in Unleashed.
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Wed 06 Jul 2005, 14:25 Post subject:
|
|
if it isn't in the Puppy file, then it probably got corrupted on my machine ... maybe while editing it or something
|
|
Back to top
|
|
 |
|