First of all, thank you for looking at the debug log!
Then - my mistake, sorry!
The network configuration has changed due to our move a few weeks ago. The 192.168.x from the initial post is now 10.x.0.y. I still have the old config in my “fingers” when writing.
My networks are - in accordance with the debug log
- 10.1.0.0/24: Management for router, switch and access point
- 10.2.0.0/24: Office network
- 10.3.0.0/24: IoT
- 10.4.0.0/24: Guests
192.168.0.0/24 is a family location connected via S2S VPN.
Routing takes place here on the router, not on the pihole
The same applies to 192.168.1.0/24 and 192.168.2.0/24.
The S2S connections are always briefly offline due to the DSL forced disconnection.
The configure nics are:
enp0s31f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.2.0.199 netmask 255.255.255.0 broadcast 10.2.0.255
[...]
enp0s31f6.1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.1.0.2 netmask 255.255.255.0 broadcast 10.1.0.255
[...]
enp0s31f6.2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.2.0.2 netmask 255.255.255.0 broadcast 10.2.0.255
[...]
enp0s31f6.3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.3.0.2 netmask 255.255.255.0 broadcast 10.3.0.255
[...]
enp0s31f6.4: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.4.0.2 netmask 255.255.255.0 broadcast 10.4.0.255
[...]
enp0s31f6 is the default nic and route used. The nic is set to (reserverd) dhcp to be always available during the ip adress changes from the last weeks. When I use ntp with wildcard I get an ntp reply on just this interface but on none other.
Could the vlan tag assignment an issue?
Target Route Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 0 0 0 enp0s31f6
10.1.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s31f6.1
10.2.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s31f6
10.2.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s31f6.2
10.3.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s31f6.3
10.4.0.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s31f6.4
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 enp0s31f6
$ lsof -i:123
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
pihole-FT 44598 pihole 33u IPv4 1067467 0t0 UDP *:ntp
DNS service offered by pihole is reachable on all nics from all vlans.
BR Chris