05-08-2021, 10:24 PM
Also I would check the address being used for DNS on the Pi. Typically it will be the LAN address of your Router.
Code:
pi@rp2:~ $ cat /etc/resolv.conf
# Generated by resolvconf
domain home
nameserver 192.168.1.1
pi@rp2:~ $