| [SOLVED] iptables: Unknown error 18446744073709551615 (and yes, I've googled) [message #34037] |
Wed, 26 November 2008 13:20  |
jbwiv Messages: 15 Registered: August 2006 |
Junior Member |
From: *timcogso.com
|
|
I've applied the fixes recommended here (http://kb.parallels.com/article_117_746_en.html), so my /etc/sysconfig/iptables-config has:
IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT xt_mac ipt_owner"
and my /etc/vz/vz.conf has:
IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT xt_mac ipt_owner"
my containers config has:
IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_conntrack ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT xt_mac ipt_owner"
I've rebooted the vz service, and the container. However, when I try to set up masquerading within the container, I get this:
[root@sshhost ~]# iptables -t nat -A PREROUTING -i venet0 -j MASQUERADE
iptables: Unknown error 18446744073709551615
Can anyone help?
Thanks,
jbwiv
[Updated on: Mon, 01 December 2008 12:35]
|
|
|
|
| Re: iptables: Unknown error 18446744073709551615 (and yes, I've googled) [message #34043 is a reply to message #34038 ] |
Thu, 27 November 2008 06:07   |
finist Messages: 428 Registered: January 2006 Location: Moscow, Russia |
Senior Member |
From: *sw.ru
|
|
Hi.
Could you please additionally post which template do you use (32bit or 64bit)?
In particular - just want to know:
* # rpm -qf `which iptables`
* # file `which iptables`
Thanks.
--
Konstantin
If you problem is solved - please, report it!
It's even more important than reporting the problem itself...
|
|
|
|
|
|
|
| Re: iptables: Unknown error 18446744073709551615 (and yes, I've googled) [message #34096 is a reply to message #34064 ] |
Mon, 01 December 2008 12:35  |
jbwiv Messages: 15 Registered: August 2006 |
Junior Member |
From: *timcogso.com
|
|
|
Yes, making sure it was loaded in the hardware node solved the problem. I can't believe I missed something so simple! Thanks!
|
|
|