Morizot firewall typo

Please post any bugs you have found
Post Reply
Message
Author
GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

Morizot firewall typo

#1 Post by GuestToo »

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)

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

The Morizot firewall seems to make no noticeable difference to the speed of functioning?

Should it be set to on by default?

:)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#3 Post by GuestToo »

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

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

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.)

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: Morizot firewall typo

#5 Post by BarryK »

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.

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#6 Post by GuestToo »

if it isn't in the Puppy file, then it probably got corrupted on my machine ... maybe while editing it or something

Post Reply