Hi folks,
I have two VLANs running with pfSense doing the hard work between the two.
I have Pi-Hole on 1 (10.10.50.2) and the other VLAN is 10.10.30.0/24
On any host in either VLAN I can ping between them. I have rules in place to allow this.
I want clients on my .30 VLAN to use the Pi-Hole as their DNS too.
From the dns (Pi-Hole) I can ping 10.10.50.1 which is it's gateway, I can ping any other client on the .50 VLAN. Expected.
I cannot though ping any clients on the .30 range from the rpi.
As said, any other client on the 50 VLAN can ping any client on the 30 VLAN.
It's just the dns which cannot ping a local, non-/24 address.
I'm not sure where it is getting lost. I sniff the traffic on pfsense and when pinging the .30. I don't even see it hit the router....
the DNS routing table is such
pi@dns:~ $ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.10.50.1 0.0.0.0 UG 202 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 202 0 0 eth0
Any help appreciated.
thanks.