sorry its early didnt notice this isnt the PCC script
@PhireSide (Tagging you as well)
Here is the updated script with the PCC/nth rules
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
I've disabled Fast track, the moment I enable these rules and disable the default route the Internet dies. I followed this guy's example:
https://www.daryllswer.com/multi-wan-setups-with-retail-isps-part-2-implementation-using-routeros/
Fast track disabled
NAT
Mangle (Disabled to make Internet work)
Routing rules
Windows Trying to ping 8.8.8.8
Pinging 8.8.8.8 with 32 bytes of data:
Reply from 192.168.1.1: Destination net unreachable.
Reply from 192.168.1.1: Destination net unreachable.
Reply from 192.168.1.1: Destination net unreachable.
Reply from 192.168.1.1: Destination net unreachable.
Ping statistics for 8.8.8.8:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
My thinking
The output rules at the bottom (mangle) never get any traffic and so I think it probably has something to do with that, but I have no idea where to start debugging or what to check.
Any suggestions?
EDIT: I've tried disabling the NAT rules that force everything through my pi hole dns, I've removed the default peer dns on PPPOE and tried 1.1.1.1/8.8.8.8 in the DNS rules as I thought it might be a dns lookup issue, but that also made no difference. (That was before I tried to ping google's dns - no lookup required)
EDIT2: I've tried to change the rules to allow for one interface only, e.g only route to ISP 1, change PCM/nth rules for 1 connection, and that also did not work. I have however noticed something odd with manual routes. If I make a manul route with "main" mark (and remove default route) and other rules disabled then the Internet also does not work, so it might actually be something with the routes and not the firewall rules