L2TP client side problem

hey guy good day to all

i test L2TP tunnel this morning and both router connected the problem is the pc client connected to remote-office i cant ping the home-office(mik1) local server but if i use ping tools in remote-office(mik2) ping is reachable, i did something wrong?
or i will add routes in router in every client pc?

home-office router-1
add caller-id="" comment="l2tp test" disabled=no limit-bytes-in=0 limit-bytes-out=0 local-address=100.100.100.2
name=test password=test profile=default remote-address=100.100.100.3 routes="192.168.1.0/24 100.100.100.1"
service=l2tp

/interface l2tp-server server
set authentication=pap,chap,mschap1,mschap2 default-profile=default-encryption enabled=yes max-mru=1460 max-mtu=1460
mrru=disabled

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 121.96.84.185 1
1 ADC 100.100.100.3/32 100.100.100.2 0
2 ADC 121.xx.xx.0/24 121.96.xx.xxx ether1 0
3 ADC 192.168.1.0/24 192.168.1.1 ether2 0
4 ADC 192.168.2.0/24 192.168.2.1 ether3 0
5 A S 192.168.3.0/24 100.100.100.3 1

remote-office router2

[admin@kamote] /interface l2tp-client> print
Flags: X - disabled, R - running
0 R name="l2tp-out1" max-mtu=1460 max-mru=1460 mrru=disabled connect-to=x.x.x.x user="test" password="test" profile=default
add-default-route=no dial-on-demand=no allow=pap,chap,mschap1,mschap2

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 202.xx.xxx.x 1
1 ADC 100.100.100.2/32 100.100.100.3 l2tp-out1 0
2 ADC 192.168.3.0/24 192.168.3.1 ether2 0
3 S 192.168.3.0/24 100.100.100.2 1
4 ADC 202.78.xxx.x/24 202.78.xxx.xxx ether1 0

i have no problem both routers they can both reachable the problem is the client pc behind mik2 i cant ping the local 192.168.1.100(local server) this server coonected in home-ofice router1, how to config a proper route to local subs?

anyone can gv some advice what when im going wrong??

thanks

hey guys i solved the problem lol :laughing: i forgot to add 1 something like this >>> 100.100.100.1 1 in router at ppp and also i added local route to reach the tunnel in both router.