Problems with NAT + Forwarding

TTP

New Member
Jan 19, 2013
4
0
1
hi, I´ve some problems to configure the port forwarding for SSH.
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.
Found this: http://techinterplay.com/configure-nat-iptables-vps.html But I have no vz.conf on my host system. How can I enable the NAT feature?
 
Re: Problems with NAT + Forwarding [SOLVED]

I used the wrong machine via ssh. problem solved. Thanks.