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.
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
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.
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!
Had my host enable NAT support, but not seeing any change in the MoBlock install error. Does my VPS need to be recompiled/reinstalled?