Jun 3, 2011 | Gnu/Linux, linux, QuickFix, Security, Technical, Virtualization
Following error is noticed when you are running apf in the OpenVZ VM. iptables: Unknown error 4294967295 Main reason for this error iptables support missing in OpenVZ. Here are the quick steps to resolve this issue permanently: 1. Define which iptables modules are...
Jul 4, 2010 | Gnu/Linux, linux, Technical, Virtualization, XEN
To get your OpenManage installation working on a DELL Server installed with Citrix XEN Server, add following IPTABLES rules: INPUT Table -A INPUT -p tcp -m tcp –dport 5666 -j ACCEPT -A INPUT -p tcp -m tcp –dport 1311 -j ACCEPT -A INPUT -p tcp -m tcp...
Feb 27, 2009 | linux, QuickFix, Technical
If you’re getting the following error on your server, iptables update might have caused this issue. [root@server ~]# /etc/init.d/iptables restart Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter [ OK ] Applying iptables firewall rules:...
Oct 30, 2008 | linux, QuickFix, Technical
Unable to block ips using iptables on your VPS? Is your APF installation failing to work? root@server [~]# iptables -I INPUT -s 123.123.123.123 -j DROP iptables: Memory allocation problem Resolution: If you’re using OpenVZ for virtualization, you might have...
Recent Comments