First of all i am not sure if this is the right section to ask. If not, im sorry.
For the last few days i have been busy trying to get OpenVPN running well over my router running openwrt.
I am trying to get a seperate radio/wifi instance in the air that uses the OpenVPN client, while the other instances use my regular connection.
My networking knowledge is not enough to pull this off myself and ive pulled many hairs so far

From what i understand, this should be done with adjusting ip tables to route the traffic properly.
I will sketch my current situation and i have no clue what all has been configured properly.
ROUTER OPENWRT -|-> WIFI SSID #1 2,4Ghz --> INTERNET
-> WIFI SSID #2 5Ghz --> INTERNET
-> WIFI SSID #3 5Ghz --> OPENVPN
Right now, SSID1&2 are set on own dhcp server with range 192.168.1.0
The interface on ssid 3 has its own dhcp server in range 192.168.55.0
I have set up a tun0 aswell, which works when i connect to openvpn but obviously everything then goes through the openvpn.
I've had a look at http://wiki.openwrt.org/doc/networking/routing but whenever i try to add "ip route add 192.168.51.0/24 dev tun0" it says it cant find tun0?
After using google and searching forums ive found out that this solution was too easy thought but i dont have any solution.
What should i do, and where should i look at to make this work?
Thanks for any help!