Hello,
I wanted to use my WR1043ND as a OpenVPN client so all my computer would be routed through the VPN connection. I setup OpenVPN and I can connect, however, none of my clients can connect to the internet anymore if I connect to the OpenVPN server. I used the wii guide here: http://wiki.openwrt.org/doc/howto/vpn.c … penvpn.tap
I guess it's something wrong with: iptables -t nat -A POSTROUTING -o tap+ -j SNAT --to-source 10.xx.x.xx so what should I do? Of course I changed 10.xx.x.xx to the one tap device was using.