OpenVZ Forum


Home » General » Support » Can't use IPTables inside a VE - still broken
Re: Can't use IPTables inside a VE, here iptable_nat [message #11919 is a reply to message #11916] Wed, 11 April 2007 21:41 Go to previous messageGo to previous message
jarcher is currently offline  jarcher
Messages: 91
Registered: August 2006
Location: Smithfield, Rhode Island
Member
Well, as it turns out, this worked to get the list of chains to work, but I am unable to add rules. Here is the error I get when I try:

# iptables -t nat -A PREROUTING -d 72.46.65.43 -p tcp --dport 43 -j REDIRECT --to-ports 10043
iptables: No chain/target/match by that name

I get the same thing if I try for the filters table:

# iptables -A PREROUTING -p tcp -m tcp -d 72.46.65.43 --dport 43 -j DNAT --to 72.46.65.43:10043
iptables: No chain/target/match by that name

I did a little searching and found another thread with this problem:

http://forum.openvz.org/index.php?t=msg&goto=8384&#m sg_8384

I tried:

# modprobe xt_tcpudp
# modprobe ip_conntrack ip_conntrack_enable_ve0=1

That didn’t work. I then ran:

# depmode –a

But that didn’t help either. And I restarted the VPS after each step.

I am now running the latest Debian AMD64 kernel (Dated April 10):

2.6.18-openvz-amd64 #1 SMP Tue Apr 10 19:34:07 MSD 2007 x86_64 GNU/Linux

Thanks very much...

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: vzctl create --root and vzyum and get_veid
Next Topic: Oopses in Glibc...
Goto Forum:
  


Current Time: Sun Sep 01 12:13:24 GMT 2024

Total time taken to generate the page: 0.10009 seconds