Mmm not sure what I said above is correct. I have added the ASNUM and I got 148 entries. But when I use the autoscan or the dnsmasq file the number of entries doesn't increase.
I have tried running nat-start and I see it executes a lot of commands, including those I'd expect to be deleted (i.e. with the old VPN client setup).
So I edited nat-start and now I am only left with the following entries:
Code:
#!/bin/sh
sh /jffs/scripts/x3mRouting/x3mRouting.sh 4 0 AMAZON aws_region=US,CA,AP,CN,EU,SA,GLOBAL
sh /jffs/scripts/x3mRouting/x3mRouting.sh 4 0 NETFLIX dnsmasq=netflix.com,netflix.net,nflxext.com,nflximg.com,nflxso.net,nflxvideo.net
I have restarted the router and, when doing liststats, I see 2 entries in my ipset NETFLIX.
It looks as if it is not automatically adding the entries from dnsmasq. I have tried following the dnsmasq log in Diversion and I can see many netflix related IPs however my Netflix set doesn't get extended.
I am out of ideas... what can I do?
EDIT: I have checked the content of dnsmasq.conf.add and doesn't seem right... but I am not sure how to fix it...
Code:
ipset=/netflix.com/nflxext.com/nflximg.net/nflxso.net/nflxvideo.net/NETFLIX dnsmasq=netflix.com,nflxext.com,nflximg.net,nflxso.net,nflxvideo.net
ipset=/netflix.com/nflxext.com/nflxso.net/nflxvideo.net/NETFLIX autoscan=netflix.com,nflxext.com,nflximg.net,nflxso.net,nflxvideo.net
ipset=/netflix.com/netflix.net/nflxext.com/nflximg.com/nflxso.net/nflxvideo.net/NETFLIX
ipset=/netflix.com/netflix.net/NETFLIX
EDIT2: I think I have solved it. I have first deleted the ipset NETFLIX and made sure all entries were removed both from NAT-START and from dnsmasq.conf.add.
Then I have manually removed all the leftover entries from dnsmasq.conf.add
Once empty, I have reexecuted the following command
Code:
x3mRouting 4 0 NETFLIX dnsmasq=netflix.com,netflix.net,nflxext.com,nflximg.net,nflxso.net,nflxvideo.net
and now my dnsmasq.conf.add looks as follows:
Code:
ipset=/netflix.com/netflix.net/nflxext.com/nflximg.net/nflxso.net/nflxvideo.net/NETFLIX
The number of entries in the NETFLIX IPSET is slowly increasing and I no longer get the proxy error.
Now I am only left with 2 questions:
1) Can I use both the dnsmasq file and the asnum or will the last one executed overwrite the previous one?
2) Are there any other folders where I may need to do some cleansing of leftover files and/or file entries?
Thanks!