tanoloco
April 15th, 2010, 01:44 PM
Hi guys,
sorry for the long post:
FIRST BLOCK: ANY EASY NETWORK TRAFFIC MONITOR APPLET?
I recently switched from firestarter to ufw following nowadays recommendation and I installed gufw as its configuration gui :)
Everything works nice but I miss some firestarter features. As I want to use gufw only to configure ufw, as it would be, I would like to install another applet which:
1. could remain iconized in the notification area.
2. is easy to read and light while running.
3. can show network traffic reporting if the firewall blocks something with ip addresses, in or out, tcp or udp info (as events tab on firestarter) and maybe could change color if the firewall blocks something (as firestarter shows the red flash)
4. can show the active traffic (as the active connections tab on firestarter)
Any suggestions?
I tried some product like wireshark (too complicated) and etherape (not working with me)
Oh .. this applet must work on any active interfaces, as I have to install it on a laptop which has ethernet or wireless connection .. so the applet must keep on working switching interfaces.
SECOND BLOCK: TURN FIRESTARTER INTO THE REQUIRED APPLET:
While testing ufw I firstly hadn't removed firestarter but left it iconized on the notification area and stopped. I noticed that it could keep on working as this required applet: it does all I wrote before included if ufw blocked a request firestarter (while stopped) would show it changing color and listing the event in the event tab. Even the active connections are keeping on working.
So I thought I could turn firestarter into this required applet but I've noticed that while stopped if I enable a network connection (both ethernet or wireless) it starts up automatically and turn off ufw!!
So to turn completely firestarter in a network applet I:
1. ran the wizard again and selected "Start/Restart firewall on program startup".
2. edited
sudo gedit /etc/firestarter/firestarter.shand added
exit 0immediately after
#!/bin/bash3. I configured firestarter to start automatically on boot as explained in a lot of guides online
In this way:
Good.
- firestarter will start on boot iconized on the notification area
- it won't disable ufw while enabling a network connection
- if enabled it will soon auto stop itself
- changing the rules on firestarter won't affect ufw behavior.
- ufw activity will be reported changing the icon (of firestarter) and listed on the events tab
- the active connections list of firestarter will work properly.
Bad:
- firestarter will always have a red icon: at least changin from stopped status with a square to blocking status with a flash
Question:
a: Does this make sense? I mean to turn firestarter into a network applet ..
b: Is this safe? I read that starting up firestarter on boot is not safe but as long as I tested changing rules in firestarter won't affect the active firewall (ufw) and even if enabled it will disable itself very soon .. so I guess that an hacker won't have anything to gain if he can manipulate firestarter started on boot. Is it right?
c: Is there a chance to change the stopped icon on firestarter into another one? for example a green one. Changing the color will catch better the user attention.
BTW: where is located the log that firestarter read to list the requests blocked by ufw???
Again sorry fot the long post :)
Cheers
sorry for the long post:
FIRST BLOCK: ANY EASY NETWORK TRAFFIC MONITOR APPLET?
I recently switched from firestarter to ufw following nowadays recommendation and I installed gufw as its configuration gui :)
Everything works nice but I miss some firestarter features. As I want to use gufw only to configure ufw, as it would be, I would like to install another applet which:
1. could remain iconized in the notification area.
2. is easy to read and light while running.
3. can show network traffic reporting if the firewall blocks something with ip addresses, in or out, tcp or udp info (as events tab on firestarter) and maybe could change color if the firewall blocks something (as firestarter shows the red flash)
4. can show the active traffic (as the active connections tab on firestarter)
Any suggestions?
I tried some product like wireshark (too complicated) and etherape (not working with me)
Oh .. this applet must work on any active interfaces, as I have to install it on a laptop which has ethernet or wireless connection .. so the applet must keep on working switching interfaces.
SECOND BLOCK: TURN FIRESTARTER INTO THE REQUIRED APPLET:
While testing ufw I firstly hadn't removed firestarter but left it iconized on the notification area and stopped. I noticed that it could keep on working as this required applet: it does all I wrote before included if ufw blocked a request firestarter (while stopped) would show it changing color and listing the event in the event tab. Even the active connections are keeping on working.
So I thought I could turn firestarter into this required applet but I've noticed that while stopped if I enable a network connection (both ethernet or wireless) it starts up automatically and turn off ufw!!
So to turn completely firestarter in a network applet I:
1. ran the wizard again and selected "Start/Restart firewall on program startup".
2. edited
sudo gedit /etc/firestarter/firestarter.shand added
exit 0immediately after
#!/bin/bash3. I configured firestarter to start automatically on boot as explained in a lot of guides online
In this way:
Good.
- firestarter will start on boot iconized on the notification area
- it won't disable ufw while enabling a network connection
- if enabled it will soon auto stop itself
- changing the rules on firestarter won't affect ufw behavior.
- ufw activity will be reported changing the icon (of firestarter) and listed on the events tab
- the active connections list of firestarter will work properly.
Bad:
- firestarter will always have a red icon: at least changin from stopped status with a square to blocking status with a flash
Question:
a: Does this make sense? I mean to turn firestarter into a network applet ..
b: Is this safe? I read that starting up firestarter on boot is not safe but as long as I tested changing rules in firestarter won't affect the active firewall (ufw) and even if enabled it will disable itself very soon .. so I guess that an hacker won't have anything to gain if he can manipulate firestarter started on boot. Is it right?
c: Is there a chance to change the stopped icon on firestarter into another one? for example a green one. Changing the color will catch better the user attention.
BTW: where is located the log that firestarter read to list the requests blocked by ufw???
Again sorry fot the long post :)
Cheers