I have RB 750, OS v4.11
next there is two connections
Wifi on RB411, with dhcp
ADSL router, with dhcp
RB411 : IP 192.168.2.1
ADSL : IP 192.168.1.1
What I need to do by step? I tried some manual on forum but dont work. when i start TOOLS/ping and write some ip its work, but from pc conected to rb750 dont work and Windows 7 write conected to internet
Yes. ādst-address-type=!localā means āif the destination address of the packet is one that is not implemented on any router interfaceā - you donāt want to force the sending out of packets destined to the router itself.
PCC works fine. If it doesnāt for you thereās a mistake in your configuration. Post the relevant parts (IP addressing, routing, and the entire firewall) and the symptoms if you need help troubleshooting it.
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 DSL 1
1 A S 0.0.0.0/0 WIFI 1
2 ADS 0.0.0.0/0 192.168.1.1 0
3 DS 0.0.0.0/0 192.168.2.1 0
4 S 0.0.0.0/0 DSL 1
5 S 0.0.0.0/0 WIFI 2
6 ADC 192.168.1.0/24 192.168.1.3 DSL 0
7 ADC 192.168.2.0/24 192.168.2.34 WIFI 0
8 ADC 192.168.3.0/24 192.168.3.1 LAN 0
In mangle rules 5 and 6 the dst-address-type should be ā!localā and not ālocalā. The latter makes no sense, that would tell the router to run PCC on traffic destined to itself - and that traffic doesnāt need policy routing at all. Your screenshot shows the inversion checked, but you text export shows it being applied wrong
The rest looks OK, but it is impossible to tell if the routes are rights since ā/ip route printā doesnāt show marks, and neither does the screenshot. Post the output of ā/ip route print detailā.
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=DSL gateway-status=DSL reachable
check-gateway=ping distance=1 scope=30Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
Your routes are wrong. Route 0 should have a distance of 0, so should route 1. Route 2 should have a distance of 1, and route 3 should have a distance of 2. Your configuration does not match the wiki article.
I also just noticed that mangle rule 4 should have an in-interface of DSL, and not LAN.
That said it looks like the route via your DSL provider is not working. That appears to be unrelated to PCC as with the routing table being what it is right now you are not actually using PCC.
I need it set up well but I do not have the know-how. Maybe you could set it over the Internet. over remote desktop from my pc⦠then what you will say ?
Sorry, I donāt do that. Maybe someone else will volunteer. Thereās also a consultant section on the Mikrotik website where you can find consultants in your area you can pay to configure your router for you.