I have OpenVPN client setup on DD-WRT openvpn small.
client connects and can use traceroute to verify everything is tunneling out the openvpn connection.
ip_forward is 1.
iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE
The lan client can connect to the internet through the DD-WRT router when it's not connected to OpenVPN.
Once connected, I cannot access the internet through the Lan client, I'm wondering what i'm missing, been trying to get this working for days.