Hi,
I was setting up some openvp and I followed this how-to http://wiki.openwrt.org/doc/howto/vpn.openvpn There is one trouble - the network is set up before openvpn (it has logick, I think) and so the tap0 interface is not added to the brigde. I fixed this by adding these commands into /etc/init.d/openvpn
sleep 5
brctl addif br-lan tap0
ifconfig tap0 up
to the start function. It works, but isn`t there some better solution? Using some openwrt config feature, that I am missing? Or am I doing something wrong? Shouldn`t be the how-to updated?
Thanks