I need some help trying to configure the connection that I illustrate below can someone please give some help ?
local-address and remote-address are addresses to be assigned to the local (server) and remote (client) tunnel interfaces once a client matching this /ppp secret row connects. So I'm not sure whether CHR2 acting as L2TP client will accept its own public address to be assigned also to the l2tp-out1 interface. It may work, but is it really your intention? If the idea was to say that the client may only connect from 32.xx.xx.01, such a limitation cannot be configured./ppp secret add user=CHR2 password=Something local-address=10.0.0.1 remote-address=32.xx.xx.01
If you want CHR2 and everything connected to its LAN to send all traffic via CHR1, the default-route=yes setting is OK, but you have to set a dedicated route to 213.xx.xx.105/32 via the WAN gateway (32.xx.xx.yy)./interface l2tp-client add add-default-route=yes allow-path=yes connect-to=213.xx.xx.105 disable=no ipsec-secret=Something mrru=1600 name=l2tp-out1 password=Something use-ipsec=yes User=CHR2