hi, I´ve some problems to configure the port forwarding for SSH.
Found this: http://techinterplay.com/configure-n...ables-vps.html But I have no vz.conf on my host system. How can I enable the NAT feature?
Code:
# iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 1122 -j DNAT --to 10.0.0.122:22
iptables v1.4.8: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.