PAYING $10 - Install MoBlock on my VPS [CentOS]

Discussion in 'Site & Server Administration' started by MrBrian, Jan 8, 2009.

  1. #1
    I don't have time to screw around with this and i'm not good with installing stuff on linux, so looking for someone to install MoBlock on my VPS that runs CentOS 5. This should be installable, but I get
    [root@serv1 MoBlock-0.8]# make
    gcc -o moblock MoBlock.o rbt.o -lnetfilter_queue -lnfnetlink
    /usr/bin/ld: cannot find -lnetfilter_queue
    collect2: ld returned 1 exit status
    Code (markup):
    And unable to install the required packages. These threads may help
    http://forums.phoenixlabs.org/showthread.php?t=13890
    http://www.clarkconnect.com/forums/showflat.php?Cat=0&Number=104193&Main=103266

    If anyone is experienced with linux, send me a PM and I will pay $10 for your help installing this.
     
    MrBrian, Jan 8, 2009 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    I never installed it on the server but from the error it seems that some of the Kernel module are not loaded for your VPS.

    Kailash
     
    kailash, Jan 9, 2009 IP
  3. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #3
    You`re correct.

    For the op

    If your vps is based on OpenVZ there is nothing you can do as the netfilter kernel module isn't loaded in your VM.
    Ask your provider to issue
    modprobe iptables
    modprobe iptables_nat
    And enable iptables on your VM.
    If you're running XEN on the other hand you should just recompile your kernel and make sure to enable netfilter in make menuconfig.
     
    st1905, Jan 9, 2009 IP
  4. hostingspeak

    hostingspeak Peon

    Messages:
    233
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    XEN allows you more flexibility in stuff like this. XEN acts more like a dedicated server. So, if your host won't help, I would switch to a XEN vps.

    good luck!
     
    hostingspeak, Jan 9, 2009 IP
  5. Mxhub

    Mxhub Active Member

    Messages:
    474
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #5
    You need to contact your vps host to enable NAT support for your openvz vps.

    -joseph
     
    Mxhub, Jan 9, 2009 IP
  6. MrBrian

    MrBrian Active Member

    Messages:
    334
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    75
    #6
    Had my host enable NAT support, but not seeing any change in the MoBlock install error. Does my VPS need to be recompiled/reinstalled?
     
    MrBrian, Jan 10, 2009 IP