Hi,
I'm looking to set up OpenVPN on my VPS to route all client traffic to the net. The OpenVPN side of things is all up and running, but I can't get NAT to work.
I've tried:
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE
which returns:
iptables: Unknown error 4294967295
What could be wrong?
thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks