Menu

Whitelist problem.

Help
Anonymous
2008-12-14
2013-05-20
  • Anonymous

    Anonymous - 2008-12-14

    Hi! :-)

    I have installed IPblock v.0.24 at Kubuntu Hardy AMD46, KDE 3.5.10, kernel 2.6.24-22-generic.

    I have also made a white.p2p custom file, where I add SF.NET's ip (Sourceforge : 216.34.181.60    - 216.34.181.60).
    This is working as expected.

    However, I have 2 problems with ipblock (gui):
    a) From inside ipblock (gui), at "lists" tab, clicking "whitelist", brings up an empty list, although I added at past an ip (from a local university).
    b) On "log" tab, right-clicking on an ip->allow permanently, doesn't do something (opening the whitelist returns an empty one), although it was working at past.

     
    • uljanow

      uljanow - 2008-12-14

      The GUI uses whitelists specified in /etc/iplock.conf:

      GUI_WHITELIST_PERM="/var/cache/iplist/allow-perm.p2p"
      GUI_WHITELIST_TEMP="/var/cache/iplist/allow-temp.p2p"

      Only ranges in these files are manageable through the GUI. But in order for it to work correctly the lists need to be added to 

      ALLOW_LIST_INPUT="allow.p2p allow-perm.p2p allow-temp.p2p"
      ALLOW_LIST_OUTPUT="allow.p2p allow-perm.p2p allow-temp.p2p"

      Otherwise it won't work. You might want to take a look at the default configuration /usr/share/doc/iplist/examples/ipblock.conf .

       

Log in to post a comment.