I am trying to establish VPN,please find the routing table..
root> show route
inet.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
1.1.1.0/30 *[Direct/0] 00:00:28
> via ge-0/0/0.0
1.1.1.1/32 *[Local/0] 00:00:29
Local via ge-0/0/0.0
10.10.10.0/24 *[Static/5] 00:00:28
> to 100.100.100.100 via ge-0/0/1.0
30.30.30.0/24 *[Static/5] 00:00:38
> via st0.0
100.100.100.0/24 *[Direct/0] 00:00:28
> via ge-0/0/1.0
100.100.100.1/32 *[Local/0] 00:00:29
Local via ge-0/0/1.0
192.168.220.0/24 *[Direct/0] 00:00:38
> via st0.0
192.168.220.1/32 *[Local/0] 00:00:38
Local via st0.0
root> configure
Entering configuration mode
root# show routing-options static
route 30.30.30.0/24 next-hop st0.0;
route 10.10.10.0/24 next-hop 100.100.100.100;