Page 23 of 52 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 518

Thread: HOWTO: Graphical IP Blocker

  1. #221
    Join Date
    Nov 2006
    Beans
    253
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    Why would you "sudo chmod" that directory? I think you probably shouldn't.
    http://ubuntuguide.org/: Probably the solution to every Ubuntu newbie problem Use it. It does not disappoint.

    My Audacious Wiki-lyrics integration plugin

  2. #222
    Join Date
    Jun 2007
    Beans
    10

    Re: HOWTO: Graphical IP Blocker

    Why would you "sudo chmod" that directory? I think you probably shouldn't.
    Could not get access to it to put the allowme.p2p in it.

  3. #223
    Join Date
    Nov 2006
    Beans
    253
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    You should just use sudo. If you use a graphical interface, you could run "gksudo nautilus" to get a nautilus window with root privileges, and if you use the command line, you should just "sudo mv" the file into the directory.
    http://ubuntuguide.org/: Probably the solution to every Ubuntu newbie problem Use it. It does not disappoint.

    My Audacious Wiki-lyrics integration plugin

  4. #224
    Join Date
    Jun 2007
    Beans
    10

    Re: HOWTO: Graphical IP Blocker

    I ran into a bit of a problem:

    Opera is getting blocked (Opera software + widgets). I put it in the whitelist as follows:

    This is an example allow list which must be uncompressed
    # and in p2p format. It's recommended to keep the number of
    # entries small (e.g. 100).
    #
    # <Name> : <Start IP> - <End IP>

    # IPs needed for updating lists
    My machine: 192.168.0.0 - 192.168.0.255
    MCE australia: 210.50.7.243
    Opera: 213.236.208.60 - 213.236.208.255
    # Warning: don't use this list for custom entries
    # because the package manager might remove/override the
    # changes made to this file
    # Instead create a separate list and add it to ALLOW_LIST
    # in /etc/ipblock.conf

    My machine IP is ok but the 2 other Ip's remain blocked. See the ipblock.log below:

    15:21:24 OUTPUT: Match=OperaSoftwareASA Hits=16 Target=REPEAT SRC=192.168.0.2:59714 DST=213.236.208.60:80 Proto=TCP
    15:22:06 OUTPUT: Match=OperaSoftwareASA Hits=17 Target=REPEAT SRC=192.168.0.2:59720 DST=213.236.208.60:80 Proto=TCP
    15:23:02 OUTPUT: Match=OperaSoftwareASA Hits=18 Target=REPEAT SRC=192.168.0.2:59725 DST=213.236.208.60:80 Proto=TCP
    15:23:34 OUTPUT: Match=OperaSoftwareASA Hits=19 Target=REPEAT SRC=192.168.0.2:59727 DST=213.236.208.60:80 Proto=TCP
    15:24:26 OUTPUT: Match=OperaSoftwareASA Hits=20 Target=REPEAT SRC=192.168.0.2:59729 DST=213.236.208.60:80 Proto=TCP
    15:27:54 OUTPUT: Match=OperaSoftwareASA Hits=21 Target=REPEAT SRC=192.168.0.2:39683 DST=213.236.208.60:80 Proto=TCP
    15:28:02 OUTPUT: Match=OperaSoftwareASA Hits=22 Target=REPEAT SRC=192.168.0.2:39685 DST=213.236.208.60:80 Proto=TCP
    15:28:12 OUTPUT: Match=OperaSoftwareASA Hits=23 Target=REPEAT SRC=192.168.0.2:39688 DST=213.236.208.60:80 Proto=TCP

  5. #225
    Join Date
    Jun 2007
    Beans
    10

    Re: HOWTO: Graphical IP Blocker

    Opera blocked, see previous post
    I can answer my own question: after a re-boot it worked. Logging out and in again did not help.

  6. #226
    Join Date
    Jul 2007
    Beans
    305
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    IPblock needs to be restarted in most cases if configuration files are changed.

    The MCE australia line is malformed. It has to look like
    Code:
    MCE australia: 210.50.7.243 - 210.50.7.243
    iplist

    "Specialization is for Insects", R. Heinlein

  7. #227
    Join Date
    Jun 2007
    Beans
    10

    Re: HOWTO: Graphical IP Blocker

    UJ:Thanks mate, all ok now.

  8. #228
    Join Date
    Nov 2006
    Beans
    253
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    I've got a problem with IPBlock. What happens is, after a few hours, IPBlock continues to run, but stops working. I leave the house, and when I return, the log only has blocked connections for a few hours after I started IPBlock.

    If I press Restart, or Disable and Enable it again, it starts blocking connections immediately.
    http://ubuntuguide.org/: Probably the solution to every Ubuntu newbie problem Use it. It does not disappoint.

    My Audacious Wiki-lyrics integration plugin

  9. #229
    Join Date
    Jul 2007
    Beans
    305
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    When IPblock restarts it appends the old messages in the logfile to the log box so it could appear that it blocks connections. If that is not the case here what does the following show after a few hours
    Code:
    sudo ipblock -l
    sudo egrep "iplist|ipblock" /var/log/syslog*
    You could also try to ping a host (if you use level1.gz):
    Code:
    ping $(zcat /var/cache/iplist/level1.gz | grep -o -E "([0-9.]+){4}" | head -n1)
    iplist

    "Specialization is for Insects", R. Heinlein

  10. #230
    Join Date
    Nov 2006
    Beans
    253
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Graphical IP Blocker

    It seems to be working after all. When I ping 3.0.0.0, ping outputs
    Code:
    PING 3.0.0.0 (3.0.0.0) 56(84) bytes of data.
    From 172.19.3.2 icmp_seq=1 Destination Port Unreachable
    and the log also shows this. So it must be working.
    http://ubuntuguide.org/: Probably the solution to every Ubuntu newbie problem Use it. It does not disappoint.

    My Audacious Wiki-lyrics integration plugin

Page 23 of 52 FirstFirst ... 13212223242533 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •