for guys who search this error
check if no exists vzdump process running, then go to /var/run/, check if there vzdump.pid + vzdump.lock files exists if it there, delete it and try to run backup again.
pardon, i was mistyped, of course
iptables -t nat -A PREROUTING -p tcp --dport 2222 -j DNAT --to-destination 192.168.0.3:22
in additional this messages loggen when i try to add a rule
Jan 9 17:23:43 debian kernel: [1491384.468411] xt_tcpudp: disagrees about version of symbol module_layout
Hi,
trying make a port forwarding from host to guest
iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 2222 -j DNAT --to 192.168.0.3:22
iptables: No chain/target/match by that name.
iptables always fail when i specify --dport
iptables -A INPUT -p tcp --dport 2222 -j LOG
iptables: No...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.