IPIP Tunnle is not forwarding Traffic

Mikrotik Experts,


Please help me. I have been trying to setup a IPIP tunnel between to MT so that remote user can use my IP addresses. Tunnel has been established and I can ping both end of the tunnel from both routers. I need to setup a route so that remote MT will transfer all the traffic via my router and they can use my public IP address at their end.

My current configuration is:

R1= is my router
wan ip = 70.x.x.x/27
IPIP local address = 70.x.x.x
Remote ip = 118.x.x.x
IPIP ip address = 10.0.0.1/24

R2= is Remote router
wan ip = 118.x.x.x/24
IPIP local address = 118.x.x.x
Remote address =70.x.x.x
IPIP ip address = 10.0.0.2/24
I can ping 10.0.0.2 from R1
Also I can ping 10.1 from R2

I would like to use 70.x.x.x/27 subnet’s IPs in the remote router. User connected to R2’s LAN can use 70.x.x.x IPs.
I would also like remote users who are using 70.x.x.x subnet’s IP from R2’s use R1 for all the traffic.

I think some kind of ruing I need to configure. Please help me if anyone has some experience on this type of situation.


Thank You,


Nathtel

you have to create routes that your guest can reach your IPIP server without default route and then create default route through that tunnel.

If you can ping through the tunnel, routing has to be set up properly.