Hi, everybody.
I setup my pihole with vlan but I didn't find a guide as best practice.
I setup my network with dhcpd.conf and interfaces network file.
eth0 and eth0.15
eth0 192.168.2.14
eth0.15 192.168.10.140
But pihole listen only eth0.15. so if I don't remove manually the route 0.0.0.0 - 192.168.2.14 It doesn't work correctly so I put delete route command in crontab.
route delete gw default 192.168.2.14
There isn't a better solution?