( ASK ) How to connect other network

Hello , how to i connect other network

Juniper give Ip address for mikrotik .
IP 106.27.162.209
Subnet 255.255.255.240
Gateway 106.27.162.222

No Internet Connection On Juniper


Mikrotik
Internet ( Interface 1 ) = 10.128.24.2/24
TOJuniper ( Interface 2 ) = ?
Lan (Interface 3 ) IP address = 10.128.23.0/24


How to set Nat Mangle and Route on mikrotik so LAN (10.128.23.0/24) can communication with 106.27.162.0/24 Juniper Network

i try this
IP- address TOJuniper 106.27.162.209/24
Firewall-NAT - srcnat masquerade outinterface TOJUniper
IP- Route - 0.0.0.0/0 gateway 106.27.162.222




Thanks

Solve : )

Add ipaddress,make nat and make static route

Thanks everyone