Hi,
I need to configure PCC for 3 connections, two of them are cable modems, dynamic IP and one is PPPoE, dynamic IP too.
For a moment I saw examples with static IP only and that didn't work for me. I have tested with two connections and this will not work without specified IP gateway for each routing mark and I am not sure is there is another way to do it. There is always possibility to made script which will read what DHCP client and PPPoE clients get, to run script each min and to look for difference, to rebuild all ... I don't like complicated solutions, there shall be something better ?
Something like (I know, this won't work but why ?):
add dst-address=0.0.0.0/0 gateway=wlan1 routing-mark=to_wlan1 check-gateway=ping
instead of :
add dst-address=0.0.0.0/0 gateway=10.111.0.1 routing-mark=to_wlan1 check-gateway=ping
Another question :
if I have two DHCP clients and have assigned for both of them "add default route", why this must be exclusive ? When second client add default route this disables previous one default route and this again pushing me to scripts, not to use automatic default rute but to run script and to made "static" route (if can be called static route something checked every 1 minute).
Thank you in advance,
Dejan
btw. Article http://wiki.mikrotik.com/wiki/PCC may be confusing. In first part 10.111.0.0/24 is assigned to wlan1 and in second part this is assigned to wlan2.