I have subscription with two DSL Cable Modem serving the same ip subnet with DHCP.
They offered the ip address from 192.168.100.0/24 block.
The two line of DSL goes to ether1 and ether2. How do i handle this situation. Logically we cant setup two interfaces in one mikrotik for the same subnet.
I have one weird client, h ehe he ..
He subscribed with the ADSL Provider and after one subscriber line is not enough, he choose to take another one. So that means there are two ip addresses given by the ADSL Provider running at different interface.
I check the ip address, the ADSL Provider give in DHCP ip 192.168.100.12 and it goes for mikrotik ether1 and the other is 192.168.100.19 and goes to mikrotik ether2.
Both subnet are 255.255.255.0, connected to the same gateway ip address 192.168.100.1 (DSLAM) at ADSL Provider.
So in this case, i need to setup the two lines he subcribed and mix it under Mikrotik.
Two line of DSL i mentioned is the same provider with the same range of subnet. Connecting to one mikrotik router with different interface.
As far as i knew, the load balance you said only works with different network block, not the same one.
The two PC connected to same switch.
The question is, without routing, does Monitoring-PC able to reach ip 192.168.0.1 and 192.168.0.2 ?
How to do that
t3rm
hmmm… I cannot see connection between the topic problem and your last message…
you should mark some packets (from same connections, of course) as route1, and some others - as route2
in route1 routing table you should have route to 0.0.0.0/0 with gateway=ether1
in route2 routing table you should have route to 0.0.0.0/0 with gateway=ether2
that is all =)
It seemed you still didnt understand what i meant.
My last post, i hope it’ll make you easier to imagine the thread we’re talking about.
Please consider you have the same network 255.255.255.0 for that 3 nodes.
If those 3 under the same network, why you suggest to use routing ?
CMIIW,
routing didnt needed if the host is in the same network.
So how you manage it to make those three able to ping each other ?
then you can route your traffic seperetly throuh two interface. I hope this will work becouse this is more like the prevoius stage of loadbalance.( Just dont need the balancing config
option when it is comming from the same subnet)
Please answer the easiest details i gave on my last post.
Or perhaps the network mapping below will make it easier for both of you to understand:
That is the same situation when i subscribe with two line of ADSL from the same provider.
Ether1 and Ether2 under the same network.
Now, in this situation all of your http trafiic will route trough IP 192.168.100.2(ether1) and all other traffic but HTTP will route through 192.168.100.3(ether2).
NB: You did not mention your local nat address so I asumed A different class than 192.168.100.x/24
If you’re all on the same subnet then you’re right, you don’t need routing. So what are you asking ? If you don’t want to route, then make a bridge. Or plug them all into the same switch and use a single network port with 2 ip addresses. You can use /32 as a subnet mask if you need.
If you do not route these packets through those TWO IPS then all the traffic will go to the default gateway directly and in that case only one connection will be active.if your provider manged the bandwidth on IP address then You can not get all the bandwidth from those two links .
In my opinion you have to divide your traffic into two part and force them to route on both connections.
Are you sure that this bridge connection will get all the bandwidth even if the provider assign this bandwidth into two different queues based on those two ips ?