Why can I not also use dst-address-type on the first section to generalize it, like below, as I use a combination of static IP and pppoe DSL clients as my WANs?
Wow Hey, something I can help with. I’ve been playing around with this PCC and found the same issue. For the static that is fine but for dynamic IP with PPPoE you have to specify the range of IP’s you will be using. Seeing as you are from SA too here is where my IP range is but I think this is only for PTA or so.
41.240.0.0/13 is where my PPPoE IP’s come from, but if you want to find out what yours is use this address http://www.radb.net/ and query the IP address one of your PPPoE interfaces was assigned and you wil receive results with all the who is info of that IP and range.
Thanks for your reply.
In the example you gave, there is a whole bunch of extra mangle rules (seperate for new, established, related) and a whole bunch of extra routes (distance 1,2,3 for each WAN).
Do you maybe know why this is?
I think my problems started when I upgraded from 3.30 to 4 but I’m not entirely sure.
What do you set your MTU/MSS to on your ether and pppoe interfaces and do you have change-MSS rules in your mangle?
Those extra Mangle rules are probably for ensuring the connection remains on the same ADSL line (IP address) but I’m not sure, the change mss magle rules are added by default and are dynamic. I left my MTU setting on default 1480 when I created the PPPoE clients. The distance changes are either to ensure the outgoing WAN selection is random or for failover.
I also heard that the mangle rules in 4.x doesn’t function the same as in 3.x