Firewall with sslvpn with Internet gateway

hi,

i have this diagram

internet
|
|
--------------
|firewall/sslvpn |
--------------
|
| 192.168.0.0/24
|
-------------------------- ---- -------------
| internet gateway win2003|----|10.1.2.0/24 |
--------------------------- ---- -------------
|
|
|
-------------
|10.1.1.0/24|
------------

internet gateway ips are 192.168.0.5(DG), 10.1.1.5 and 10.1.2.5 and it's a
windows 2003 server acting as a router.

if sslvpn client will connect with an ip of 192.168.0.x, what routing table i need to add so that client will
reach 10.1.1.0/24 and 10.1.2.0/24 subnet.

thank you for your generous help.

---------- Post updated 10-14-10 at 12:07 PM ---------- Previous update was 10-13-10 at 05:30 PM ----------

either you can put these routing table on the firewall or inject on the client, injecting on the client routing table is safer because when your firewall is hacked, hacker can know all the routing table right away.

10.1.1.0 255.255.255.0 gw 192.168.0.5
10.1.2.0 255.255.255.0 gw 192.168.0.5