I have and OpenWrt Kamikaze 8.09 running on an WRT54G.
My base layout is the following
lan<-172.16.2.x->openwrt
internet<-dynip->dslrouter<-192.168.1.x->openwrt
With that layout, everything works flawlessly, lan clients can communicate between them and access the internet.
I've now added an openvpn that connects from the openwrt to an internet server, and has an 10.8.0.x ip and nat on the other side.
This vpn connects, add a the tun0 and pushes the proper routes to make the vpn the default gateway.
This works fine as indicated by the fact that from the openwrt, traceroute goes through the vpn, ping works, and curl'ing whatismyip.com shows tcp is also going fine through the vpn.
However my lan clients dont seem to be able to do anything anymore once the vpn goes up.They can still communicate between them but not with the internet anymore, neither the direct connection through the dslrouter nor the vpn one seem to work anymore.
Any hints as to what I am supposed to do?