Xen VPS modprobe: QM_MODULES: Function not implemented
June 28th, 2008 Posted in System Administration
I got this problem on one of Debian VPS when tried to run iptables command
modprobe: QM_MODULES: Function not implemented modprobe: QM_MODULES: Function not implemented modprobe: Can't locate module ip_tables iptables v1.3.6: can't initialize iptables table `filter': iptables who? (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
To fix this you’ll need to run these commands:
# apt-get install module-init-tools # update-modules
After that you can check whether iptables already working or not by executing command:
# iptables -LIt should show you this informations:
ip_tables: (C) 2000-2006 Netfilter Core Team Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination