Community discussions

MikroTik App
 
davizo70
newbie
Topic Author
Posts: 35
Joined: Sun Apr 10, 2011 10:58 pm

Devide global and locsl traffic

Tue Feb 26, 2013 6:28 pm

Hello all.
I have 2 mikrotik routers in different regions, router A and 1/router B. there are many customers behind each router.
I have better global internet traffic at router A. So, I decided to allow router B users use router A as their global internet gateway. Here is what I did:
1. Created ipip tunnel between these routers,
2. marked router B users connection as Local_traffic_connection;
3. marked router B users Local_traffic_connection to global IP list as Global_connection;
4. Marked packets of Global_connection as Global_connection_packets (no passthrough);
5. Created routing-mark for these packets and in the gateway I pointed IPIP tunnel interface IP of router A.
Unfortunately, it did not work. Can you suggest me what might cause the problem?
 
CelticComms
Forum Guru
Forum Guru
Posts: 1765
Joined: Wed May 02, 2012 5:48 am

Re: Devide global and locsl traffic

Tue Feb 26, 2013 6:41 pm

It is hard to say from the description. What was the reason for the IPIP tunnel? Is the path between router B and A private or public?
 
davizo70
newbie
Topic Author
Posts: 35
Joined: Sun Apr 10, 2011 10:58 pm

Re: Devide global and locsl traffic

Tue Feb 26, 2013 9:17 pm

ipip tunnel was just my choice. The connection between these routers is public.