Hi, community - I've been trying to get IP Sets to work on my MT6000 running latest RC2 and cannot seem to get DNSmasq to populate the list inside fw4 not matter what I do.
I'm running DNSmasq-full package which has nfset and no-ipset compiled. Also installed resolveip package, hopping this would help, but to no avail.
Any idea what might be wrong?
My current /etc/config/dhcp ends with this:
config ipset
list name 'BK_4,BK_6'
option table_family 'inet'
option family '4'
list domain 'ms-acdc.office.com'
list domain 'windowsupdate.com'
list domain 'update.microsoft.com'
list domain 'graph.microsoft.com'
list domain '1drv.ms'
list domain '1drv.com'
Not exactly what I want to achieve. I want to have a set populated with the IP addresses of a domain and I then want to create a firewall traffic rule to DSCP mark it according to my preferences.