I've a small community of friends in a rural community sharing the same 10 megabit copper-over-Ethernet link. fq_codel was working fine to keep latency low and allow maximum available bandwidth for every user- really brilliant- but we also have a site-to-site IPSec bridge using this bridge to download/upload files seems to saturate the link creating really high latency and such for everyone. It doesn't appear to be hitting the queue at all. How can I manage this?
I tried adding WAN rules:
from other ipsec host, dest port 500 to my download pipe
to other ipsec host, dest port 500 to my upload pipe
does not seem to work and I'm not sure why
Traffic goes over protocol 50 or udp 4500
Thanks so much, mimugmail! Setting protocol to esp did the trick.