I need to do NAT for my openvpn user to get internet. i use this command wich was working before iptables update to v 1.3.5 and now gives me the error iptables: Unknown error 4294967295 how to fix ?
Try: /sbin/iptables -vA POSTROUTING -t nat -o venet0:0 -s 10.8.0.0/26 -d 0.0.0.0/0 -j SNAT --to-source 208.88.52.59
Do you have a router? If you do, why don't you let it perform the NAT instead of a PC? Maybe I don't understand your setup.
Contact your host. This is a similar issue on wht: http://www.webhostingtalk.com/showthread.php?t=638950