FireLog v1.2.3 -- updated (Aug 20th)

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#16 Post by BarryK »

'function' is a bash-specific thing. Older puppies use Busybox Ash which does not understand 'function'.
The solution is simple -- remove 'function', do it this way:

Code: Select all

thing_name() {

}
...works in both.

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#17 Post by NoobieDoobieDo »

Ah IC .. thank you very much .. I'll be updating this soon :)

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

Re: Internet Connection Sharing

#18 Post by Lobster »

Please Please Please Lobster, make it do this too in the next version!!!!
Well I hope it finds its way in. That is up to NoobieDoobieDo (firewall code creator) and Barry (main developer and creator of Puppy). I would also hope those with an interest in security, test and comment

:)

What is interesting is how many Puppy progs are first time efforts. MUT and JWM configurator come to mind.

Amish is working on a Puppy Basic tutorial and
the Rute guide is one of the best ways to learn scripting
http://rute.2038bug.com/index.html.gz
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

KJ
Posts: 176
Joined: Thu 20 Jul 2006, 13:29
Location: Above sea level .. about 320m

Firelog updated

#19 Post by KJ »

Firelog still doesn't run on Puppy 109CE. I tried it on a clean CD load without a pup001 and Got the following screen that slowly flashes and will not allow use of options except (e) exit. Didn't try it on a Puppy 2.x yet .... will do later.


\e[32m============================================\e[0m
\e[31m| FireLog |v1.1|\e[0m
\e[32m============================================\e[0m


\e[33mRC.FIREWALL\e[0m
=========================================
| (a) --- Start rc.firewall |
| (b) --- Stop rc.firewall |
=========================================

\e[33mIP TABLES\e[0m
=========================================
| (c) --- Add rule |
| (d) --- Delete rule |
| (e) --- Change chain policy |
| |
| (f) --- Save iptables settings |
| (g) --- Backup iptable settings |
| (h) --- Flush iptables settings |
| (i) --- Restore iptables settings |
| |
| (j) --- Show settings |
| (k) --- Show statistics |
| (l) --- Show live statistics |
=========================================

\e[33mOther\e[0m
=========================================
| (m) --- Netstat (servers + etc) |
| (n) --- Netstat (only servers) |
| (o) --- Netstat (tcp only) |
| (p) --- Netstat (udp only) |
| (q) --- Netstat (both) |
=========================================
e(x)it [F1] Help

\e[32m#\e[0mread: 815: Illegal option -n


KJ

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#20 Post by NoobieDoobieDo »

Thanks for the update .. it appears the older puppy version doesn't support colors at the prompt and doesn't support reading only 1 char of input.

I'll retool it and upload a patched version later tonight

edit : I'll probably have 2 versions available for download

1 for new puppy releases (the current version)
1 for old puppy releases (the retooled version)

User avatar
joshfan
Posts: 47
Joined: Mon 07 Aug 2006, 14:03
Location: Little rock

Firelog

#21 Post by joshfan »

Well i have to say that I like your firelog it is really cool. Keep up the good work. :)

And can someone down;oad the opera browser or do you have to get it with Puppy?

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

#22 Post by GuestToo »

sorry, posted to the wrong thread

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#23 Post by NoobieDoobieDo »

Firelog has been updated. Many changes have been made and a lot of the code has been changed in one way or the other.

Many new features have been added. See the first post in this thread for more details.


Image

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

#24 Post by BarryK »

I guess everybody knows that Puppy 2.14 has Firelog...

I'll put the new version into 2.16!

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#25 Post by NoobieDoobieDo »

Awesome, thank you.

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#26 Post by NoobieDoobieDo »

updated again to fix a few minor typos :)

from now on only the bash script will be available for installation - no dotpup.

installation : simpy place the firelog file into /sbin/ and do "chmod +x"

usage : type firelog at the command line


tested with puppy linux (2.11 & 2.14) and Kubuntu

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#27 Post by trapster »

Can I presume I can now delete the /usr/local/firelog directory with this latest script only update?
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
klhrevolutionist
Posts: 1121
Joined: Wed 08 Jun 2005, 10:09

#28 Post by klhrevolutionist »

Could you please detail the capabilties of this tool & possibly future enchancements ?

1. block incoming connection on ports I choose
2. open port
3. show blocked connection(s)
4. disable/enable connection
5. an easy to use rc file that I can put all options mentioned

I personally use firestarter but would rather use something that does not require megabytes of crapola. I do hope that some of the gui makers on the forum maybwe think about creating non-dependant gui for this..
Heaven is on the way, until then let's get the truth out!

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#29 Post by NoobieDoobieDo »

trapster wrote:Can I presume I can now delete the /usr/local/firelog directory with this latest script only update?
Yes, you are correct.

User avatar
NoobieDoobieDo
Posts: 60
Joined: Mon 14 Nov 2005, 19:47

#30 Post by NoobieDoobieDo »

FireLog 1.2.3 has been released (Aug 19th 2007)

Image

This is a major update as many important changes have been made.

A few small features have been added and some of the old features have been overhauled.

For the most part Firelog looks the same but the code behind the scenes have been heavily modified.

Installation instructions
1. Download FireLog
2. Make sure it's executable with “chmod +x

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#31 Post by panzerpuppy »

Any progress on this app?

Is v1.2.3 the last version released?

Where can I download Firelog 1.2.3? (the link is dead)

The latest version available via the Puppy Package Manager is v1.2.1

Post Reply