Configuring NAT with rip ping not working ,help please

hey, i am configuring Nat on one of my routers with Rip enabled, i have 2 summarized networks ;
1)10.0.0.0/8
2)192.168.0.0/16
and here is my current NAT configuration:
source {
rule 100 {
outbound-interface eth0
source {
address 192.168.0.0/24
}
translation {
address masquerade
}
}
rule 110 {
outbound-interface eth0
source {
address 10.0.0.0/8
}
translation {
address masquerade
}
}
}

and here is my show ip route inofrmation:
Capture
Note. in the route table 172.24.0.0 parent address and my child address is 172.24.15.2 and my the outbound interface is eth0

anyone know why this doesnt work?