routing p2mpoint

Hi

I need help to configure a point to multipoint .It goes like this.
Hq (rb 133)
The ip range is 172.16.28.0/23 and the gateway is 172.16.28.1 (cisco router with all routes added – for fixed lines)

Mountain ( All the sites will link to)
1 x tb 433 with 3 600mw cards
1 to hq , 1 to office 1 , one to office 2


Office 1 (133)
The ip range is 172.16.16.0/22 and the gateway is 172.16.16.1 (cisco router with all routes added – for fixed lines)

Office 2 (133)
The ip range is 172.16.35.0/24 and the gateway is 172.16.35.1 (cisco router with all routes added – for fixed lines)
The wireless links are up and running but i do not know how to config the rb.I would like to do the routing manually for faster speeds and there i need help.Is there any one out there that can help me.I am getting about -48 on the w-links .

You must configure the routerboards this way:
On the mountain rb you must set the wlan ip addresses like this:
-wlan hq 172.16.28.100/23
-wlan of1 172.16.16.100/22
-wlan of2 172.16.35.100/24

The HQ rb must have the wlan ip 172.16.28.99/23 and
ip route add 172.16.16.0/22 via 172.16.28.100
ip route add 172.16.35.0/24 via 172.16.28.100

The OF1 rb must have the wlan ip 172.16.16.99/22 and
ip route add 172.16.28.0/23 via 172.16.16.100
ip route add 172.16.35.0/24 via 172.16.16.100

The OF2 rb must have the wlan ip 172.16.35.99/24 and
ip route add 172.16.16.0/22 via 172.16.35.100
ip route add 172.16.28.0/23 via 172.16.35.100

Thank You, i see i made a mistake on the mountain rb ,it only has 2 wlan cards and not 3 , so the link between mountain rb (wlan1) and HQ (wlan1) is fine but i get lost when i need to take Of1 (wlan1) and OF3 (wlan1) to the mountain (wlan2) link.This is just the beginning, i also need to link 4 other sites to that link on the mountain (wlan2)
I have the links up ,( HQ (wlan1 connected to mountain wlan1) and all other sites connected to mountain wlan2)

Please help me!!!