Portal Home > Knowledgebase > Articles Database > iptables: Unknown error 4294967295
iptables: Unknown error 4294967295
Posted by nashenas, 02-10-2011, 03:26 AM |
Hi there ,
We got below error in Xen machine when we run this command :
sbin/iptables -A INPUT -p icmp -m limit --limit 1/s --limit-burst 1 -j ACCEPT
Error : iptables: Unknown error 4294967295
I have a root access in node . Any idea ?
|
Posted by Natcoweb, 02-10-2011, 05:33 PM |
strace may give you an answer here.
|
Posted by quad3datwork, 02-10-2011, 05:56 PM |
What does following two commands tell you?
|
Posted by techs4gnu, 02-11-2011, 12:45 PM |
Hello,
It seems that some of the iptable modules are missing in your vps. Load the following modules will fix your issue;
ipt_MASQUERADE
ipt_helper
ipt_REDIRECT
ipt_state
ipt_TCPMSS
ipt_LOG
ipt_TOS
tun
iptable_nat
ipt_length
ipt_tcpmss
iptable_mangle
ipt_limit
ipt_tos
iptable_filter
ipt_helper
ipt_tos
ipt_ttl
ipt_REJECT
Please try loading the modules using "modprobe" and try the iptable command.
Syntax for modprobe is (modprobe module_name).
|
Add to Favourites Print this Article
Also Read