GVM installation errors, Temporary failure in name resolution

Hello, I am having some problems with getting GVM working. I keep running into errors with the community feeds where rsync is failing with Temporary failure in name resolution. I have seen many posts talking about failures in the past and how it was related due to the feed being down. Is the feed currently down? I am not able to traceroute or curl the community feed and I have set my pihole to point to the upstream DNS servers of 1.0.0.1 and 1.1.1.1. Any ideas? Thanks in advance!

I just verified the feed is up. Per

$ rsync --list-only feed.community.greenbone.net::
Greenbone community feed server - http://feed.community.greenbone.net/
This service is hosted by Greenbone Networks - http://www.greenbone.net/

You can also check the DNS response from a specific DNS server as follows:

$ dig 1.1.1.1 feed.community.greenbone.net

; <<>> DiG 9.10.6 <<>> 1.1.1.1 feed.community.greenbone.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54016
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;1.1.1.1.			IN	A

;; Query time: 230 msec
;; SERVER: 100.64.0.2#53(100.64.0.2)
;; WHEN: Mon Feb 19 16:24:25 CST 2024
;; MSG SIZE  rcvd: 25

;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34049
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;feed.community.greenbone.net.	IN	A

;; ANSWER SECTION:
feed.community.greenbone.net. 1800 IN	A	45.135.106.143

;; Query time: 1 msec
;; SERVER: 100.64.0.2#53(100.64.0.2)
;; WHEN: Mon Feb 19 16:24:25 CST 2024
;; MSG SIZE  rcvd: 62
2 Likes