 |

 |
|
 |
| |
12-09-2007, 11:46 AM
|
#11
|
Country: 
|
Re: A new moblock GUI
I finished the MoblockControl class which I think works great as well as the MoblockInfo class, and I made some changes to the GUI to test them.
Having finished all the necessary classes for now, I've started developing the final GUI from scratch. However I would be grateful if someone could test the old one, just to make sure my classes work.
Here is the link for the latest code:
http://rapidshare.com/files/75411518...1a.tar.gz.html
You need to have the packages libqt4-core, libqt4-gui and libqt4-dev to compile it. Use the following commands to compile and run the program.
Code:
tar -xvf mobloquer-0.01a.tar.gz
cd mobloquer
qmake
make
./mobloquer
PS. The program does NOT change the blocklists.list at the moment, it just creates a file named templists.list in the working directory with the new settings.
|
|
|
| |
12-11-2007, 03:07 PM
|
#12
|
Country: 
|
Re: A new moblock GUI
|
|
|
| |
12-15-2007, 06:34 PM
|
#17
|
Country: 
|
Re: A new moblock GUI
The three tabs, "Logs" and "Blocklists" and "Manage" are fully functional at the moment. However I have chosen not to save any setting in real configuration files until I have finished and tested everything a bit. Also, the first stable version will not give the user the option to add a new blocklist due to the fact that this would be a bit complicated and I think that it's better to have something that works and then start adding new features.
Quote:
Originally Posted by rufiopan
There is just some fantastic and speedy progress being made to this UI. I look forward to being able to use it!
Btw, a simple request: is there a possibility of including support in the UI for IP white-listing?
Keep up the great work, jimtb :)
|
First of all, thanks.
Of course I can add support for IP white-listing although I don't know if removing the IP or whitelisting it has any difference. Currently the button in the "Logs" tab adds the selected IP to the IP_REMOVE list in moblock.log but if whitelisting it is better explain why please, and I can easily change this.
PS. I am going to need an icon for the application sooner or later. It would be great if somebody could design a one.
Last edited by jimtb : 12-15-2007 at 07:37 PM.
|
|
|
| |
12-16-2007, 05:54 AM
|
#18
|
|
|
Re: A new moblock GUI
Quote:
Originally Posted by jimtb
Of course I can add support for IP white-listing although I don't know if removing the IP or whitelisting it has any difference. Currently the button in the "Logs" tab adds the selected IP to the IP_REMOVE list in moblock.log but if whitelisting it is better explain why please, and I can easily change this.
|
IP_REMOVE will add the IP so that the blocklist will be grep'ped to remove lines containing $IP. This will not work in most cases.
Whitelisting adds the IP so that there will be a iptables target RETURN in the chain (INPUT/OUTPUT/FORWARD) that you configured. This will work in all cases.
greets
jre
__________________
Code:
Please post your logfiles and output of commands wrapped in
[ CODE ] tags. You find them in the advanced editing mode: #
Maintainer of http://moblock-deb.sourceforge.net: MoBlock, mobloquer, blockcontrol and NFBlock Debian packages.
Author of blockcontrol, previously moblock-control.
|
|
|
| |
12-16-2007, 08:25 AM
|
#19
|
Country: 
|
Re: A new moblock GUI
Quote:
Originally Posted by jre
IP_REMOVE will add the IP so that the blocklist will be grep'ped to remove lines containing $IP. This will not work in most cases.
Whitelisting adds the IP so that there will be a iptables target RETURN in the chain (INPUT/OUTPUT/FORWARD) that you configured. This will work in all cases.
greets
jre
|
Thanks for helping jre. I have one more question though. There are four options in moblock.conf:
Code:
IP_TCP_IN=""
IP_UDP_IN=""
IP_TCP_OUT=""
IP_UDP_OUT=""
IP_TCP_FORWARD=""
IP_UDP_FORWARD=""
Moblock gives information about the connection type( IN, OUT and FWD ) but it gives no information about the protocol it blocked. Is there any way to know this? If not should I add the IP only in IP_TCP_xx or in both IP_TCP_xx and IP_UDP_xx?

|
|
|
| |
12-16-2007, 05:12 PM
|
#20
|
|
|
Re: A new moblock GUI
In the versions since 0.8-33 I changed the IP whitelisting, there are only these variables now (working for all protocols, not only TCP and/or UDP):
Code:
WHITE_IP_IN
WHITE_IP_OUT
WHITE_IP_FORWARD
__________________
Code:
Please post your logfiles and output of commands wrapped in
[ CODE ] tags. You find them in the advanced editing mode: #
Maintainer of http://moblock-deb.sourceforge.net: MoBlock, mobloquer, blockcontrol and NFBlock Debian packages.
Author of blockcontrol, previously moblock-control.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:29 PM.
 |
|
 |
|
 |