IP Sets on MT6000 running 24.10-rc2

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'

https://openwrt.org/docs/guide-user/services/dns/ipset-dns

1 Like

... or the banip package, depending on what you're trying to achieve.

2 Likes

From their about page:

This functionality has now been written directly into dnsmasq, which should be much easier to use than this project.

I have dnsmasq-full and this still doesn't seem to work.

Tried with ipset-dns installed also; still won't populate the sets in fw4.

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.