Community discussions

MikroTik App
 
freemannnn
Forum Veteran
Forum Veteran
Topic Author
Posts: 700
Joined: Sun Oct 13, 2013 7:29 pm

force ip cloud to update from WAN1

Mon Sep 07, 2015 1:32 pm

i am using ip cloud reguraly to connect remotely to my customer routers.
in an installation i have to add an extra dsl (ether5=WAN2-dhcp) for more bandwidth.
my first wan (WAN1-PPPOE) modem is in bridge mode.
when wan2 is enable ip cloud is using this one to update and i have no remote access.
is it possible to tell ip-cloud to use only pppoe-out1 ?
 
CyberT
Member Candidate
Member Candidate
Posts: 172
Joined: Tue Feb 01, 2011 1:39 pm
Location: Johannesburg, South Africa
Contact:

Re: force ip cloud to update from WAN1

Thu Sep 10, 2015 3:00 pm

This may not be the most elegant way, But you can have a look at the server that the IpCloud speaks to and create a route for that out the first interface, the issue i would guess is that the wan2 device has a 0.0.0.0/0 in the main table that has a higher preference\lowwer metric than the wan2 device, another work around is to disable the add default route setting under the PPPOE dialer or the DHCP client, and then that would resolve your issue, you can then create your balancing 0.0.0.0/0 with a higher metric, say 2 if your other one is 1, in your main routing table.
 
freemannnn
Forum Veteran
Forum Veteran
Topic Author
Posts: 700
Joined: Sun Oct 13, 2013 7:29 pm

force ip cloud to update from WAN1

Thu Sep 10, 2015 3:08 pm

Wouldnt be easier to exist an option in ip cloud to ask from which wan will be routed?
 
CyberT
Member Candidate
Member Candidate
Posts: 172
Joined: Tue Feb 01, 2011 1:39 pm
Location: Johannesburg, South Africa
Contact:

Re: force ip cloud to update from WAN1

Thu Sep 10, 2015 3:11 pm

If that option existed you would very easily force cyclic data, Its better for the Tik to communicate back out the interface it receives the data especially for secure data.
 
marrold
Member
Member
Posts: 427
Joined: Wed Sep 04, 2013 10:45 am

Re: force ip cloud to update from WAN1

Thu Sep 10, 2015 3:21 pm

If that option existed you would very easily force cyclic data, Its better for the Tik to communicate back out the interface it receives the data especially for secure data.
I dont understand what you're saying, sorry
 
CyberT
Member Candidate
Member Candidate
Posts: 172
Joined: Tue Feb 01, 2011 1:39 pm
Location: Johannesburg, South Africa
Contact:

Re: force ip cloud to update from WAN1

Thu Sep 10, 2015 3:29 pm

Its Caused when your data comes in the one interface, and leave via the other interface(taking a different path back), that in theory can happen/and does happen on the internet, but when you have secure sessions a lot of the security is based on the session that requires the data to come from the original IP's that the session was authenticated on, otherwise it view it as "session injection" as some data is now coming from another IP, and it wont be matched with the right session, and so forth... This is just such a loose and open ended way to try and explain the idea behind it, it is by no means factually correct.
 
marrold
Member
Member
Posts: 427
Joined: Wed Sep 04, 2013 10:45 am

Re: force ip cloud to update from WAN1

Thu Sep 10, 2015 3:51 pm

The statement is true, but I dont understand how it applies to forcing IP Cloud to use a specific interface? Traffic would go in and out the same IP.
 
CyberT
Member Candidate
Member Candidate
Posts: 172
Joined: Tue Feb 01, 2011 1:39 pm
Location: Johannesburg, South Africa
Contact:

Re: force ip cloud to update from WAN1

Fri Sep 11, 2015 9:42 am

that statement is flawed, traffic will always leave the interface that has the lowest metric for the dst in the routing table, thats how you can send traffic to one WAN or the other based on routing, so with that you can easily create an issue where trafic comes in the one interface and leaves the other. If you have an isp that support http://wiki.mikrotik.com/wiki/Manual:ML ... iple_links Then your whole problem goes away.

http://www.mikrotik.com/testdocs/ros/3. ... ontent.php
 
marrold
Member
Member
Posts: 427
Joined: Wed Sep 04, 2013 10:45 am

Re: force ip cloud to update from WAN1

Fri Sep 11, 2015 4:33 pm

you can easily create an issue where trafic comes in the one interface and leaves the other.
If this happens unintentionally, you've made a mistake I'm your config.