Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Wed 19 Jun 2013, 03:06
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
fwbuilder & libelf - network util - Firewall management
Moderators: deshlab, Flash, GuestToo, Ian, JohnMurga, Lobster
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 1 of 1 Posts_count  
Author Message
jcoder24


Joined: 06 May 2005
Posts: 601
Location: Barbados

PostPosted: Tue 15 Nov 2005, 22:20    Post_subject:  fwbuilder & libelf - network util - Firewall management  

Google's brief
"Firewall Builder is multi-platform object oriented firewall configuration and
management tool. It consists of a GUI and set of policy compilers for iptables ..."


Screenshot from homepage - http://www.fwbuilder.org



Download Link (fixed)-
http://www5.rapidupload.com/d.php?file=dl&filepath=3836


This package contains fwbuilder & libfwbuilder (taken from rpms)

Additionally it requires libelf which is attached as well (also taken from rpms)

*EDIT*
Also requires
libcrypto & libssl - http://www.murga.org/~puppy/download.php?id=1382
libnetsnmp - http://www.murga.org/~puppy/download.php?id=413
qt - install via pupget

*EDIT* download link above fixed
*EDIT* Corrected link to libnetsnmp
libelf.pup
Description  fixed version of libelf
pup

 Download 
Filename  libelf.pup 
Filesize  34.36 KB 
Downloaded  504 Time(s) 

Edited_times_total
Back to top
View user's profile Send_private_message 
jcoder24


Joined: 06 May 2005
Posts: 601
Location: Barbados

PostPosted: Tue 15 Nov 2005, 23:36    Post_subject:  

Thanks to klh for indicating the problem with the download. It has been moved to one of the free file hosts, and it tests ok.

I've just seen a bugfix release for fwbuilder that came out on Nov 12. If there are rpms available I'll repackage the new version before the end of the week. If I have to compile it may take longer. Meanwhile you can use this one for testing.

*EDIT* looks like I'm going to have to compile Smile
Back to top
View user's profile Send_private_message 
Lobster
Official Crustacean


Joined: 04 May 2005
Posts: 15109
Location: Paradox Realm

PostPosted: Wed 16 Nov 2005, 03:52    Post_subject:  

I had problems with the download (now solved) I downloaded the extra library and installed that and then ran the prog but it is not displaying in Puppy Sizzler (106)

Is it just me? How are others doing. I was happy with morizot firewall but all those icons and settings - should keep me happy for days . . .

Let us get it going Smile

_________________
Puppy WIKI
Back to top
View user's profile Send_private_message Visit_website 
jcoder24


Joined: 06 May 2005
Posts: 601
Location: Barbados

PostPosted: Thu 17 Nov 2005, 00:41    Post_subject:  

The policy compilers were missing so I've added the compiler for iptables and uploaded the new package. After I've compiled the latest version, I will include all of the compilers. I've also uploaded a new libelf since the previous one installed the files to the wrong location

Lobster wrote:
I downloaded the extra library and installed that and then ran the prog but it is not displaying in Puppy Sizzler (106)


I've updated the list of required libraries and packages above.
For puppy 1.0.6 qt is not included by default so you would have to install it via pupget.
Back to top
View user's profile Send_private_message 
Lobster
Official Crustacean


Joined: 04 May 2005
Posts: 15109
Location: Paradox Realm

PostPosted: Thu 17 Nov 2005, 04:41    Post_subject:  

OK went throught the installation process again with all the libraries and qt - still nothing.

Confused Anyone else able to install this?

_________________
Puppy WIKI

Edited_time_total
Back to top
View user's profile Send_private_message Visit_website 
jcoder24-not-logged-in
Guest


PostPosted: Thu 17 Nov 2005, 09:56    Post_subject:  

make sure that libelf files are installed to /usr/lib/. if not install them manuallly from the dotpup package.

next run the following from the console
ldd `which fwbuilder` | grep -i not | sort -u

if you don't get any missing libraries, run fwbuilder from the console and see happens
Back to top
Lobster
Official Crustacean


Joined: 04 May 2005
Posts: 15109
Location: Paradox Realm

PostPosted: Thu 17 Nov 2005, 11:10    Post_subject:  

Yep libraries seem to be there and after running get this . . .

Code:
#  ldd `which fwbuilder` | grep -i not | sort -u
        libcrypto.so.4 => not found
        libnetsnmp.so.5 => not found
        libssl.so.4 => not found
#


Rolling Eyes

_________________
Puppy WIKI
Back to top
View user's profile Send_private_message Visit_website 
MU


Joined: 24 Aug 2005
Posts: 13642
Location: Karlsruhe, Germany

PostPosted: Thu 17 Nov 2005, 11:26    Post_subject:  

except libnetsnmp they are available on the Dotpups-Wiki.
I used the search-facility of the evil Twisted Evil Dotpupdownloader to find them Laughing

libnetsnmp: http://www.murga.org/%7Epuppy/viewtopic.php?t=3751

Mark
Back to top
View user's profile Send_private_message Visit_website 
aahhaaa


Joined: 06 Oct 2005
Posts: 341
Location: Lower Michigan, North America

PostPosted: Thu 17 Nov 2005, 11:34    Post_subject:  

Any thread titled Firewall Management is going to draw Linux newbies.

I don't even understand exactly what is being discussed here... Rolling Eyes

Lobster- think we need a Firewall for Dummies somewhere?
Back to top
View user's profile Send_private_message 
MU


Joined: 24 Aug 2005
Posts: 13642
Location: Karlsruhe, Germany

PostPosted: Thu 17 Nov 2005, 14:45    Post_subject:  

Well, its quite simple.
Linux is a network-system, so everybody can connect to your PC via so called "ports".
Every comunication with other computers uses ports.

For example the http-protocol (you need to surf the web) uses port 80, FTP uses port 21.
As you usually just use these 2 ports, all others should be closed.
If you install Gaim for chatting, you will have to open the ports it uses.

You can do this using iptables, which is part of the Kernel.
As configuring iptables is not easy, you can use a personal firewall, which more or less is a grafical interface.
Puppy has the morizot-firewall, or use the one from this message, that seems to have a very comfortale interface.

Mark
PS. I am no specialist on that, so I hope my explanation is correct.
Back to top
View user's profile Send_private_message Visit_website 
jcoder24


Joined: 06 May 2005
Posts: 601
Location: Barbados

PostPosted: Thu 17 Nov 2005, 14:52    Post_subject:  

Updated the link to libnetsnmp to point to the right file.

aahhaaa wrote:
Any thread titled Firewall Management is going to draw Linux newbies.


The original topic of this post did not include Firewall Management. This was so that mainly those familiar with fwbuilder would take notice. fwbuilder is not usu used for the basic workstation firewall, there are other simple tools available to easily do this --some already in puppy.

I wouldn't recommend fwbuilder to newbies -- unless they have a detailed, illustrated guide on how to use it.

Of the network utils I uploaded the most useful to newbies would be mtr & hping2 which allows you to troubleshoot some connectivity problems. A quickstart would be needed for newbies on how to use the tools.

These packages are for initial testing. Once no problems are reported I will look to add some guides (or link to guides).
Back to top
View user's profile Send_private_message 
aahhaaa


Joined: 06 Oct 2005
Posts: 341
Location: Lower Michigan, North America

PostPosted: Thu 17 Nov 2005, 22:01    Post_subject:  

thanks guys! Very Happy

just as a reference point, my new-to-Linux&Puppy Qs are:

a. if both Win & Linux are on the same machine, are there special concerns?
b. are there any firewall settings that should be immediately checked when first trying out Puppy?
c. is there a set&forget routine that covers all the ways to install Puppy? (like downloading packages over wireless, which I'd love to be able to do.)

half the reason I got here is that, being on dialup, the endless daily updates for XP, AV, FW, and spam blocking are really problematic. McAfee, for example, won't let you even pick up new email until the updates are done.
Back to top
View user's profile Send_private_message 
jcoder24


Joined: 06 May 2005
Posts: 601
Location: Barbados

PostPosted: Tue 22 Nov 2005, 14:55    Post_subject:  

aahhaaa wrote:

just as a reference point, my new-to-Linux&Puppy Qs are:

a. if both Win & Linux are on the same machine, are there special concerns?


This depends on a number of things, like how the two of them are setup/installed. Would need to spend more time developing an answer to this one.

aahhaaa wrote:

b. are there any firewall settings that should be immediately checked when first trying out Puppy?


I would 'install' the mozriot firewall that comes with puppy it seems rather adequate. The only consideration is that some applications (p2p and maybe voip) may require additional configuration. There are some additional packages for refining your firewall configuration (can't remember which).

aahhaaa wrote:

c. is there a set&forget routine that covers all the ways to install Puppy? (like downloading packages over wireless, which I'd love to be able to do.)
done.


If I understand this question correctly there are standard ways of installing puppy. As for installing packages, once you have an internet connection everthing else should be transparent ie (it doesn't matter if its wireless, cable, dialup,...)
Back to top
View user's profile Send_private_message 
Lobster
Official Crustacean


Joined: 04 May 2005
Posts: 15109
Location: Paradox Realm

PostPosted: Tue 22 Nov 2005, 16:55    Post_subject:  

Security is the best way to mark yourself as a target - must have something worth hiding or saving . . .
http://www.newscientist.com/article.ns?id=dn8357&feedId=online-news_rss20

On Windows (including Windows) programs phone out, often without permission. With open source it is easy to examine and spot such rogue code. Phoning in is just not worth the effort on Linux - if it happens everyone will be informed soon enough.

Puppy with or without the Morizot firewall is safe. We do not have to close ports because most of them are closed and only opened as required.

Smile

_________________
Puppy WIKI
Back to top
View user's profile Send_private_message Visit_website 
Display_posts:   Sort by:   
Page 1 of 1 Posts_count  
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
Jump to:  

Rules_post_cannot
Rules_reply_cannot
Rules_edit_cannot
Rules_delete_cannot
Rules_vote_cannot
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0767s ][ Queries: 13 (0.0110s) ][ GZIP on ]