Page 2 of 120 FirstFirst 12341252102 ... LastLast
Results 11 to 20 of 1196

Thread: Moblock (peerguardian linux alternative)

  1. #11
    Join Date
    Jul 2005
    Beans
    574
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Moblock (peerguardian linux alternative)

    ur right, it does block it! and it also now block the other sites ive been trying (riaa.com etc)

    ah now i get it, i just rebooted and hadnt started firestarter yet, and now ive started firestarter moblock blocks nothing again. so it seems that moblock eliminates firesterter and the toher way around (whichever app was last started overrules the other)
    hardy 64 bit

  2. #12
    Join Date
    May 2006
    Beans
    242
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Moblock (peerguardian linux alternative)

    Quote Originally Posted by pelle.k
    jamesford; could you 'tail -f /var/log/moblock.log' and connect to http://relay.slayradio.org:8000/ using beep-media-player or whatever? I get blocked if I do. A couple of times at least, then i get connected from a different ip.
    Also, if i'm not mistaken you can do sudo '/etc/init.d/moblock-nfq status'
    hoped but no

    'sudo /etc/init.d/moblock-nfq' reports as only:

    moblock-nfq start
    moblock-nfq stop
    moblock-nfq restart
    moblock-nfq force-reload

  3. #13
    Join Date
    Jul 2005
    Beans
    574
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Moblock (peerguardian linux alternative)

    what does it mean when the log says skipping useless range ?
    Skipping useless range: www.68737075.com
    Skipping useless range: www.neededware.com
    Skipping useless range: roings.com[Hijack-Spy]
    Skipping useless range: www.aaathemes.com[Spy]
    Skipping useless range: mymaydayinc.com[CWS]
    for example

    these wont be blocked ? and if so why not if they are in the bluetack blocklist?
    hardy 64 bit

  4. #14
    Join Date
    Oct 2005
    Beans
    6
    Distro
    Ubuntu Breezy 5.10

    Re: Moblock (peerguardian linux alternative)

    I'm having a similar issue. Nothing is being blocked.
    I am running Dapper Drake

    Code:
    ottoaim@jesse:~$ tail -f /var/log/moblock.log
    Duplicated range ( ED2K Corru )
    Duplicated range ( WinMx Fake )
    Duplicated range ( ED2K Corrupt Data Senders )
    Duplicated range ( ED2K Corru )
    Duplicated range ( ED2K Virus )
    Ranges loaded: 166915
    Merged ranges: 187
    Skipped useless ranges: 6407
    NFQUEUE: binding to queue '0'
    error during nfq_create_queue()
    Code:
    ottoaim@jesse:~$ lsmod | grep NFQUEUE
    ipt_NFQUEUE             1920  0
    ip_tables              23744  3 iptable_filter,ipt_NFQUEUE,ipt_state
    Code:
    ottoaim@jesse:~$ uname -a
    Linux jesse 2.6.15-23-686 #1 SMP PREEMPT Tue May 23 14:03:07 UTC 2006 i686 GNU/Linux
    if anyone has any idea I'd love to get this working

  5. #15
    Join Date
    Nov 2005
    Location
    Scandinavia
    Beans
    939

    Re: Moblock (peerguardian linux alternative)

    jamesford; useless ranges are usually duplicate ranges.
    As for moblock and firestarter not working very well together, im no iptables guru, so i would let someone who knows iptables better than me point out what to do. The startup script is (with iptable rules), is as you probably know by now, in /etc/moblock/MoBlock-nfq.sh

    gpogo; can't help you there. Theres something wrong with loading the correct modules i suspect. do 'dmesg | grep nfq' and 'dmesg | grep NFQ' (case sensetive...)

  6. #16
    Join Date
    May 2005
    Beans
    14
    Distro
    Kubuntu 6.06

    Re: Moblock (peerguardian linux alternative)

    great thanx a lot! I've been looking for a linux alternative to peerguardian.

  7. #17
    Join Date
    Sep 2005
    Location
    cloud
    Beans
    729
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Moblock (peerguardian linux alternative)

    Quote Originally Posted by pelle.k
    pinoyskull: Are you using breezy? If so, you should install moblock-ipq instead...
    If you are running a kernel > 2.6.15, could you run 'lsmod | grep NFQUEUE'.
    Run 'sudo ls /etc/moblock'. I want to see if all files are there.
    1. Im running Dapper

    2.
    root@destiny:~# lsmod | grep NFQUEUE
    ipt_NFQUEUE 1920 3
    ip_tables 23744 3 iptable_filter,ipt_NFQUEUE,ipt_stat
    root@destiny:~#


    3. ls /etc/moblock
    guarding.p2p guarding.p2p.backup MoBlock-nfq.sh


    i did a reboot and found out that moblock is now working, i dont know what happened
    An Ubuntu enthusiast in the OSX world
    13" Macbook Pro, 8G Mem, 500G HDD
    Triplebooted SnowLeopard+Precise+Win7

  8. #18
    Join Date
    Jan 2006
    Beans
    30

    Re: Moblock (peerguardian linux alternative)

    gpg --keyserver subkeys.pgp.net --recv DEDA0559
    gpg --export --armor DEDA0559 | sudo apt-key add -
    Hi do I just copy and paste that into sources.list? If so, Im getting erros in terminal:
    "Type ‘gpg’ is not known on line 34 in source list /etc/apt/sources.list"

  9. #19
    Join Date
    Sep 2005
    Location
    cloud
    Beans
    729
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Moblock (peerguardian linux alternative)

    Quote Originally Posted by smoove
    Hi do I just copy and paste that into sources.list? If so, Im getting erros in terminal:
    "Type ‘gpg’ is not known on line 34 in source list /etc/apt/sources.list"
    you have to enter that in the console like so

    Code:
    sudo gpg --keyserver subkeys.pgp.net --recv DEDA0559
    sudo gpg --export --armor DEDA0559 | sudo apt-key add -
    - the first command will pause for a bit, wait till it returns to the console then enter the 2nd one
    An Ubuntu enthusiast in the OSX world
    13" Macbook Pro, 8G Mem, 500G HDD
    Triplebooted SnowLeopard+Precise+Win7

  10. #20
    Join Date
    Nov 2005
    Location
    Scandinavia
    Beans
    939

    Re: Moblock (peerguardian linux alternative)

    smoove; No. gpg is a command line utility. So you should run it in a terminal, not put it in sources.list. I'll make it more obvious in the howto. thanks.

    gpogo; I suggest you reboot your computer and check again, as pinoyskull did

    pinoyskull; great to hear it resolved itself...

    jamesford; You know what. Today, in the name of all that is good, i'll install firestarter and take a look at what iptable rules it spits out. Maybe i can solve this moblock/firestarter issue (if it's still a problem that is...)

Page 2 of 120 FirstFirst 12341252102 ... 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
  •