can anyone confirm if PCC (Dual WAN) has problems on hAP-AC2?
I have tried ROS6.42.9 and latest currunt 6.43.4.
Then I used the same Mangle Rules on Hap-Lite and it worked. Using ROS6.44beta28..
WAN1: DHCP-Client no default route (Cable with static IP assigned)
WAN2: DHCP-Client no default route (Fiber with static IP assigned)
Created an interface-list=PCC-LIST
later there will be multiple VLANs.. But for now only bridge (ether2,ether3 and wlan3) is in PCC.
I can see packets being marked (to_ISP1 and to_ISP2) but I cannot ping the WAN2 IP (route distance 2)
As soon as I disable (or unplug) WAN1, WAN2 starts to work (So failover is working ok!)
Any help/pointers would be greatly appriciated.
If someone has DualWAN working on hAP-AC2 please share how did you manage it and which version of ROS are you using.
Enable passthrough on the first 4 rules.
That tells the table to keep working on that packet. With passthrough=no, you are telling the firewall to tag the packet then stop worrying about it.
For PCC to work, it needs to tag the packet and keep processing it.
It does not matter if I set it to passthrough
Also in Wiki there are not passthrough enabled.. https://wiki.mikrotik.com/wiki/Manual:PCC
As I said it works on hAP-lite just not hAP-AC2.
Have you tried it on hAP-AC2.. has anyone?
Ah OK.. did not know that in the wiki.. But tried several scripts but none work on live system with hAP-AC2 so passthrough is definitly an oversight on my side…
I just dont get it why it does work on hAP-lite even though it was set incorrectly..
I have just got one spare hAP-AC2 and will try the setup in the lab.
Then post both exports and findings..
It kinda works on both devices in my lab. On both there are problems with some sites loading all the images …or not loaded entirely. Subjective guess it happens more often on hAP-AC2..
Steps to reprodude:
Reset config to default
remove ether4 from bridge
rename ether1 to ether1-wan
rename ether4 to ether4-wan2
add dhcp-client to ether4-wan2
Set both dhcp-clients to “Add default route” to “NO”
Script Assumes the following DHCP-Server config for WAN interfaces (configured on another device..):
WAN1 IP 192.168.20.x/24
WAN2 IP 192.168.15.x/24
WAN1GW: 192.168.20.1
WAN2GW: 192.168.15.1
Try multiple websites from my test notebook via WLAN
Also whenever I try to traceroute the host the first host is * * *.
Dont know why.. it has to be something from Mangle…