pcc with same gateway???

i can control my DSL to change the gateway and DNS can i use pcc if i set the tow DSL with same gateway and DNS

Mmmm.. perhaps is a stupid question, but…

WHY? xD

I made tests in my office to configure PCC router with the same ADSL connection.. but I used 2 routerboards acting as a fake routers. The real ADSL was only one..

you have only 7 karma if they are to heavy i can make it 6
i had face this problem
when my dsl was on the default configuration


2 dsl same gateway came PCC work with it

I don’t know what you need to do.

Can you explain again? Or make a diagram? And tell us why?

if those are ppp interfaces, then just set gateway=interface instead of gateway=ip-address

if it’s ethernets, then use gateway=IP%etherN in Terminal. and then do not change those routes in WinBox - you’ll lost ‘%etherN’ part

what exctaly you mean??

if you have the same gateway (say, 1.0.0.1) on several interfaces (ether1 and ether2), then you can do this:

/ip route add routing-mark=wan1 gateway=1.0.0.1%ether1
/ip route add routing-mark=wan2 gateway=1.0.0.1%ether2

it will use gateway ‘1.0.0.1’ on the appropriate interface