iptables: Table does not exist (do you need to insmod?)
Friday, July 29, 2011
Proper way: after kernel update [xen]
Friday, July 22, 2011
iptables after kernel updates [ solved ]
can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
Monday, June 06, 2011
nat disabled after kernel update (xen)
Iptables problem
Trying to start iptables gives :
iptables v1.3.5: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Trying to “modprobe iptables” also gives an error message :
FATAL: Could not load /lib/modules/2.6.18-53.1.6.el5xen/modules.dep: No such file or directory
Here what I did to fix the problem:
- yum install kernel-xen kernel-xen-devel
- /sbin/depmod
After that, /sbin/iptables -L now works correctly!
ref: http://blog.jphoude.qc.ca/2007/11/17/xen-troubleshooting-centos-5/
found reference for openvz: http://thelinuxnoob.com/linux/enable-nat-module-for-vps-can%E2%80%99t-initialize-iptables-table-nat%E2%80%99-table-does-not-exist/
rebuild xen dom-u kernel
symtom: after dom-0 reboot, all dom-u not in latest kernel. to fix this,
cd /usr/local/lxlabs/hypervm/httpdocs/
lphp.exe ../bin/misc/fixcentos5xen.php
Tuesday, April 26, 2011
clean up disk space
Thursday, March 31, 2011
xen with PAE kernel
Sunday, March 27, 2011
forward NAT rules
By default, the IPv4 policy in Red Hat Enterprise Linux kernels disables support for IP forwarding, which prevents boxes running Red Hat Enterprise Linux from functioning as dedicated edge routers. To enable IP forwarding, run the following
sysctl -w net.ipv4.ip_forward=1 |
Thursday, March 24, 2011
reboot on kernel panic
Monday, March 21, 2011
check processor vt support
Tuesday, January 11, 2011
fix xen kernel
the error code:
Error: (2, 'Invalid kernel', 'xc_dom_parse_elf_kernel: ELF image has no shstrtab\n')
search thru google and found; http://www.webhostingtalk.com/archive/index.php/t-761158.html
# /script/fixxenkernel