No internet access with pi, after replacing network card, on server, pihole has internet access

all network device has access, when ping via ip, but when domain name is used no internet access.

https://tricorder.pi-hole.net/pcl7nxkel9
https://tricorder.pi-hole.net/wuvfu9fvpz

Why are there two debug logs?

Two different pihole servers running

No internet access with pi, after replacing network card, on server, pihole has internet access

Your topic's title seems to suggest that you were able to get Pi-hole operational by replacing a network card?

It is unclear what your issue is, how your two Pi-holes would be involved, and what you want help with.

Please elaborate, preferably by adhering to our template.
At the very least, please provide exact commands and their results to demonstrate your issue, along with the information on which client they were executed, and possibly which of your two Pi-holes you'd expect or intend to handle DNS when running those commands.

The piholes are operational, however devices on the network can ping the piholes, it can ping websites by ip address only, however devices are not able to to resolve any host/domain names, when utilizing pihole as the dns.

This doesn't address my request:

Run from a client, what's the ouput of:

nslookup pi.hole
nslookup flurry.com

No currently at home, network layout, router-192.168.0.100, router dns configured as 192.168.0.100 and 101, pihole is 100 and 101

Client 192.168.0.131, nslookup google.com 192.168.0.100, no servers found.

Client 192.168.0.242, nslookup google.com 192.168.0.101, no servers found

[root@cpihole1 ~]# dig google.com @127.0.0.1

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> google.com @127.0.0.1
;; global options: +cmd
;; connection timed out; no servers could be reached
[root@cpihole1 ~]# cat /etc/resolve.conf
cat: /etc/resolve.conf: No such file or directory
[root@cpihole1 ~]# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 1.0.0.1
nameserver 1.1.1.1
[root@cpihole1 ~]# ifconfig
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.100  netmask 255.255.255.0  broadcast 192.168.0.255
[root@cpihole2 ~]# dig google.com @127.0.0.1

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> google.com @127.0.0.1
;; global options: +cmd
;; connection timed out; no servers could be reached
[root@cpihole2 ~]# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 1.0.0.1
nameserver 1.1.1.1
[root@cpihole2 ~]# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.101  netmask 255.255.255.0  broadcast 192.168.0.255

Something appears to be interfering with port 53 traffic on your network.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.