19
5
websites unreachable
Hello,
I'm getting a recurrent error in Alpine (both in Falkon and Firefox),
indicating that a certain website is unreachable.
This happens for certain sites like stackexchange or jwm homepage or
even alpine mailing list page, but not for others
like alpinelinux.org , youtube, or google.
A screenshot can be seen at:
https://drive.google.com/file/d/1gb_v_4MPD1AVJbYW1U-EEM8dLNgRqHHW/view?usp=sharing
The same error does not occur on the same laptop, with the same internet
connection on Devuan.
Any suggestion as to how troubleshoot the issue?
Yes, the DNS in /etc/resolv.conf is the same on Devuan and Alpine.
--
amc252 <amc252@@gmail.com >
In your browser is DNS over HTTPS enabled on one system but not the
other (e.g. I believe newer versions of Firefox enable this by default),
and is there something that breaks DNS over HTTPs in your network (e.g.
certain proxies, firewall rules, ISP policy, etc)?
On 2022-09-20 3:58 p.m., amc252 wrote:
> Yes, the DNS in /etc/resolv.conf is the same on Devuan and Alpine.
>
--
https://wildtechgarden.ca Professional and technical website
https://princesandmadmen.ca Personal and political blog
Enabling DNS over HTTPS in Firefox settings seemes to have solved the issue.
However, I can't find how to do that in Falkon.
It also baffles me that the same browsers behave differently on Devuan.
Might that be due to different versions?
On 2022-09-21 12:42 a.m., amc252 wrote:
> Enabling DNS over HTTPS in Firefox settings seemes to have solved the issue.
> However, I can't find how to do that in Falkon.
> It also baffles me that the same browsers behave differently on Devuan.
> Might that be due to different versions?
The different behaviour might be due to different versions of the
browsers, or it could be different configurations.
1. Is HTTPS-Only enabled? (If yes, on both systems, or only one one of
the two?)
2. If you disable HTTPS-Only and DNS-over-HTTPS on both systems, is the
behaviour the same or different?
3. For Devuan, how do you configure networking (ifupdown,
NetworkManager, or something else)?
4. Likewise Alpine
Basically, the first step is determine if the issue is in the browser or
at the network level.
Other things for that:
1. Use dig or equivalent on both systems (you'll have to install it as
it is not default). Does DNS resolve?
2. Repeat with +dnssec (e.g. is the issue with the presence or not of
DNSSEC support?).
3. Try wget and/or curl to the sites in question.
Regards,
Daniel
Falkon version on Devuan is 3.1.0 while on Alpine is 22..04.2
It seems a really huge difference, and I'm not sure if Alpine 3.16 and
Devuan Chimaera number packages differently.
The internet setup is the same on Devuan and Alpine, through wpa_supplicant.
The two systems settings are the same, AFAIK.
I even tried copying Devuan Falkon's setting to Alpine and got the same error.
Falkon, as far as I can tell, does not have an option to enable DNS-over-HTTPS.
I ran some tests. here are the results I got for both pages that work and those that does not.
DEVUAN (all pages loaded normally)
$ delv alpinelinux.org/
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
;; broken trust chain resolving 'alpinelinux.org//A/IN': 192.168.1.254#53
;; resolution failed: broken trust chain
$ delv lists.alpinelinux.org/
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
;; resolution failed: broken trust chain
$ dig google.com
; <<>> DiG 9.16.27-Debian <<>> google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25129
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com . 52 IN A 172.217.14.110
;; Query time: 7 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Tue Sep 20 18:20:06 PDT 2022
;; MSG SIZE rcvd: 55
$ dig alpinelinux.org/
; <<>> DiG 9.16.27-Debian <<>> alpinelinux.org/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 24750
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;alpinelinux.org/. IN A
;; AUTHORITY SECTION:
. 10458 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
;; Query time: 12 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Tue Sep 20 18:16:20 PDT 2022
;; MSG SIZE rcvd: 120
$ dig lists.alpinelinux.org/
; <<>> DiG 9.16.27-Debian <<>> lists.alpinelinux.org/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15734
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;lists.alpinelinux.org/. IN A
;; AUTHORITY SECTION:
. 10746 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
;; Query time: 12 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Tue Sep 20 18:13:54 PDT 2022
;; MSG SIZE rcvd: 126
$ dig 192.168.1.254
; <<>> DiG 9.16.27-Debian <<>> 192.168.1.254
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39364
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;192.168.1.254. IN A
;; ANSWER SECTION:
192.168.1.254. 0 IN A 192.168.1.254
;; Query time: 4 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Tue Sep 20 18:15:28 PDT 2022
;; MSG SIZE rcvd: 47
ALPINE LINUX
page alpinelinux.org/ loads okay
$ delv alpinelinux.org/
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
;; broken trust chain resolving 'alpinelinux.org//A/IN': 192.168.1.254#53
;; resolution failed: broken trust chain
page lists.alpinelinux.org/ gives error
$ delv lists.alpinelinux.org/
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
;; resolution failed: broken trust chain
page google.com loads okay
$ dig google.com
; <<>> DiG 9.18.5 <<>> google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52902
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com . 151 IN A 142.250.217.142
;; Query time: 9 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 20 19:28:44 PDT 2022
;; MSG SIZE rcvd: 55
page alpinelinux.org loads okay
$ dig alpinelinux.org/
; <<>> DiG 9.18.5 <<>> alpinelinux.org/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54612
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;alpinelinux.org/. IN A
;; AUTHORITY SECTION:
. 6022 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
;; Query time: 7 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 20 19:30:16 PDT 2022
;; MSG SIZE rcvd: 120
page lists.alpinelinux.org/ gives error
$ dig lists.alpinelinux.org/
; <<>> DiG 9.18.5 <<>> lists.alpinelinux.org/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54968
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;lists.alpinelinux.org/. IN A
;; AUTHORITY SECTION:
. 6100 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
;; Query time: 10 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 20 19:31:20 PDT 2022
;; MSG SIZE rcvd: 126
I hope it helps.
--
amc252 <amc252@@gmail.com >
On Wed Sep 21, 2022 at 7:42 PM CEST, amc252 wrote:
> Falkon version on Devuan is 3.1.0 while on Alpine is 22..04.2
> It seems a really huge difference, and I'm not sure if Alpine 3.16 and
> Devuan Chimaera number packages differently.
after 3.2.0 it changed to the kde release naming. 22.04 is from april
2022 (edge is latest 22.08), 3.1 is from 2019.
(just a passing comment)
> The internet setup is the same on Devuan and Alpine, through wpa_supplicant.
> The two systems settings are the same, AFAIK.
> I even tried copying Devuan Falkon's setting to Alpine and got the same error.
> Falkon, as far as I can tell, does not have an option to enable DNS-over-HTTPS.
> I ran some tests. here are the results I got for both pages that work and those that does not.
>
> DEVUAN (all pages loaded normally)
>
> $ delv alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> $ delv lists.alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> $ dig google.com
>
> ; <<>> DiG 9.16.27-Debian <<>> google.com
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25129
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;google.com. IN A
>
> ;; ANSWER SECTION:
> google.com . 52 IN A 172.217.14.110
>
> ;; Query time: 7 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:20:06 PDT 2022
> ;; MSG SIZE rcvd: 55
>
>
> $ dig alpinelinux.org/
>
> ; <<>> DiG 9.16.27-Debian <<>> alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 24750
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 10458 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 12 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:16:20 PDT 2022
> ;; MSG SIZE rcvd: 120
>
>
> $ dig lists.alpinelinux.org/
>
> ; <<>> DiG 9.16.27-Debian <<>> lists.alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15734
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;lists.alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 10746 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 12 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:13:54 PDT 2022
> ;; MSG SIZE rcvd: 126
>
> $ dig 192.168.1.254
>
> ; <<>> DiG 9.16.27-Debian <<>> 192.168.1.254
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39364
> ;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;192.168.1.254. IN A
>
> ;; ANSWER SECTION:
> 192.168.1.254. 0 IN A 192.168.1.254
>
> ;; Query time: 4 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:15:28 PDT 2022
> ;; MSG SIZE rcvd: 47
>
> ALPINE LINUX
>
> page alpinelinux.org/ loads okay
> $ delv alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> page lists.alpinelinux.org/ gives error
> $ delv lists.alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> page google.com loads okay
> $ dig google.com
>
> ; <<>> DiG 9.18.5 <<>> google.com
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52902
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;google.com. IN A
>
> ;; ANSWER SECTION:
> google.com . 151 IN A 142.250.217.142
>
> ;; Query time: 9 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 20 19:28:44 PDT 2022
> ;; MSG SIZE rcvd: 55
> page alpinelinux.org loads okay
> $ dig alpinelinux.org/
>
> ; <<>> DiG 9.18.5 <<>> alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54612
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 6022 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 7 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 20 19:30:16 PDT 2022
> ;; MSG SIZE rcvd: 120
>
> page lists.alpinelinux.org/ gives error
> $ dig lists.alpinelinux.org/
>
> ; <<>> DiG 9.18.5 <<>> lists.alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54968
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;lists.alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 6100 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 10 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 20 19:31:20 PDT 2022
> ;; MSG SIZE rcvd: 126
>
> I hope it helps.
>
> --
> amc252 <amc252@@gmail.com >
On 2022-09-21 1:42 p.m., amc252 wrote:
> Falkon version on Devuan is 3.1.0 while on Alpine is 22..04.2
> It seems a really huge difference, and I'm not sure if Alpine 3.16 and
> Devuan Chimaera number packages differently.
> The internet setup is the same on Devuan and Alpine, through wpa_supplicant.
> The two systems settings are the same, AFAIK.
> I even tried copying Devuan Falkon's setting to Alpine and got the same error.
> Falkon, as far as I can tell, does not have an option to enable DNS-over-HTTPS.
> I ran some tests. here are the results I got for both pages that work and those that does not.
It looks to me like you have DNSSEC issues - what is serving your DNS?
Also, could you try curl or wget to the sites you show below, and show
the output. Browsers aren't the best test because they tend to have
internal fallback mechanisms that bypass the system DNS when it is broken.
Also, do you have any kind of proxy on the network?
Regards,
Daniel
> DEVUAN (all pages loaded normally)
>
> $ delv alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> $ delv lists.alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> $ dig google.com
>
> ; <<>> DiG 9.16.27-Debian <<>> google.com
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25129
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;google.com. IN A
>
> ;; ANSWER SECTION:
> google.com . 52 IN A 172.217.14.110
>
> ;; Query time: 7 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:20:06 PDT 2022
> ;; MSG SIZE rcvd: 55
>
>
> $ dig alpinelinux.org/
>
> ; <<>> DiG 9.16.27-Debian <<>> alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 24750
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 10458 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 12 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:16:20 PDT 2022
> ;; MSG SIZE rcvd: 120
>
>
> $ dig lists.alpinelinux.org/
>
> ; <<>> DiG 9.16.27-Debian <<>> lists.alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15734
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;lists.alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 10746 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 12 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:13:54 PDT 2022
> ;; MSG SIZE rcvd: 126
>
> $ dig 192.168.1.254
>
> ; <<>> DiG 9.16.27-Debian <<>> 192.168.1.254
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39364
> ;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
>
> ;; QUESTION SECTION:
> ;192.168.1.254. IN A
>
> ;; ANSWER SECTION:
> 192.168.1.254. 0 IN A 192.168.1.254
>
> ;; Query time: 4 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254)
> ;; WHEN: Tue Sep 20 18:15:28 PDT 2022
> ;; MSG SIZE rcvd: 47
>
> ALPINE LINUX
>
> page alpinelinux.org/ loads okay
> $ delv alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> page lists.alpinelinux.org/ gives error
> $ delv lists.alpinelinux.org/
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; validating ./SOA: got insecure response; parent indicates it should be secure
> ;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
> ;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
> ;; resolution failed: broken trust chain
>
> page google.com loads okay
> $ dig google.com
>
> ; <<>> DiG 9.18.5 <<>> google.com
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52902
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;google.com. IN A
>
> ;; ANSWER SECTION:
> google.com . 151 IN A 142.250.217.142
>
> ;; Query time: 9 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 20 19:28:44 PDT 2022
> ;; MSG SIZE rcvd: 55
> page alpinelinux.org loads okay
> $ dig alpinelinux.org/
>
> ; <<>> DiG 9.18.5 <<>> alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54612
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 6022 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 7 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 20 19:30:16 PDT 2022
> ;; MSG SIZE rcvd: 120
>
> page lists.alpinelinux.org/ gives error
> $ dig lists.alpinelinux.org/
>
> ; <<>> DiG 9.18.5 <<>> lists.alpinelinux.org/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54968
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;lists.alpinelinux.org/. IN A
>
> ;; AUTHORITY SECTION:
> . 6100 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
>
> ;; Query time: 10 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 20 19:31:20 PDT 2022
> ;; MSG SIZE rcvd: 126
>
> I hope it helps.
>
--
https://wildtechgarden.ca Technical and professional website
https://princesandmadmen.ca Personal and political blog
This is the output I get form curl and ping, first on a page not working https://lists.alpinelinux.org/ and then on a page working
https://alpinelinux.org/
I don't have any router or firewalls or proxy set up. This is a fresh Alpine install without any modifications.
$ sudo curl https://lists.alpinelinux.org/lists/~alpine
curl: (6) Could not resolve host: lists.alpinelinux.org
$ ping lists.alpinelinux.org
ping: bad address 'lists.alpinelinux.org'
$ sudo curl https://alpinelinux.org/
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Alpine Linux">
<title>index | Alpine Linux</title>
<link rel="stylesheet" href="/css/pure-min.css" />
<link rel="stylesheet" href="/css/grids-responsive-min.css" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="shortcut icon" href="/alpine-logo.ico" />
</head>
<body>
<div id="wrapper">
<header class="pure-g" id="header">
<div class="pure-u-1 pure-u-lg-4-24">
<div class="logo">
<a href="/"><img src="/alpinelinux-logo.svg" class="pure-img" alt="" /></a>
</div>
</div>
<input type="checkbox" id="menu-toggle-cb">
<label id="menu-toggle" for="menu-toggle-cb" onclick><s class="bar"></s><s class="bar"></s><s class="bar"></s></label>
<div class="pure-u-1 pure-u-lg-20-24 box-relative menu-wrapper">
<nav class="pure-menu pure-menu-horizontal menu-local">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="/about" class="pure-menu-link">About</a></li>
<li class="pure-menu-item"><a href="/downloads" class="pure-menu-link">Downloads</a></li>
<li class="pure-menu-item"><a href="/releases" class="pure-menu-link">Releases</a></li>
<li class="pure-menu-item"><a href="/community" class="pure-menu-link">Community</a></li>
<li class="pure-menu-item"><a href="/sponsors" class="pure-menu-link">Sponsors</a></li>
</ul>
</nav>
<nav class="pure-menu pure-menu-horizontal menu-external">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="https://docs.alpinelinux.org" class="pure-menu-link">docs</a></li>
<li class="pure-menu-item"><a href="https://wiki.alpinelinux.org" class="pure-menu-link">wiki</a></li>
<li class="pure-menu-item"><a href="https://gitlab.alpinelinux.org" class="pure-menu-link">git</a></li>
<li class="pure-menu-item"><a href="https://gitlab.alpinelinux.org/alpine/aports/-/issues" class="pure-menu-link">issues</a></li>
<li class="pure-menu-item"><a href="https://pkgs.alpinelinux.org" class="pure-menu-link">packages</a></li>
<li class="pure-menu-item"><a href="https://mirrors.alpinelinux.org" class="pure-menu-link">mirrors</a></li>
<li class="pure-menu-item"><a href="https://security.alpinelinux.org" class="pure-menu-link">security</a></li>
</ul>
</nav>
</div>
</header>
<div class="banner">
<div class="banner-content">
<h1>Small. Simple. Secure.</h1>
<h3>Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.</h3>
</div>
</div>
<div id="content" class="index">
<div class="pagedate">
<time datetime=""></time>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2">
<div class="l-box">
<h2>
<a href="/atom.xml" class="atom"><i class="fa fa-rss"></i></a>
Alpine News
</h2>
<ul class="home-list">
<li><time>2022-08-09</time> <a href="posts/Alpine-3.13.12-3.14.8-3.15.6-3.16.2-released.html">Alpine 3.13.12, 3.14.8, 3.15.6 and 3.16.2 released</a></li>
<li><time>2022-07-19</time> <a href="posts/Alpine-3.13.11-3.14.7-3.15.5-released.html">Alpine 3.13.11, 3.14.7 and 3.15.5 released</a></li>
<li><time>2022-07-18</time> <a href="posts/Alpine-3.16.1-released.html">Alpine 3.16.1 released</a></li>
<li><time>2022-07-14</time> <a href="posts/Alpine-edge-signing-keys-rotated.html">Alpine Linux edge signing keys rotated</a></li>
<li><time>2022-05-23</time> <a href="posts/Alpine-3.16.0-released.html">Alpine 3.16.0 released</a></li>
<li><time>2022-04-04</time> <a href="posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html">Alpine 3.12.12, 3.13.10, 3.14.6 and 3.15.4 released</a></li>
<li><time>2022-03-28</time> <a href="posts/Alpine-3.12.11-3.13.9-3.14.5-3.15.3-released.html">Alpine 3.12.11, 3.13.9, 3.14.5 and 3.15.3 released</a></li>
<li><time>2022-03-23</time> <a href="posts/Alpine-3.15.2-released.html">Alpine 3.15.2 released</a></li>
<li><time>2022-03-17</time> <a href="posts/Alpine-3.12.10-3.13.8-3.14.4-released.html">Alpine 3.12.10, 3.13.8 and 3.14.4 released</a></li>
<li><time>2022-03-16</time> <a href="posts/Alpine-3.15.1-released.html">Alpine 3.15.1 released</a></li>
</ul>
<a class="pure-button read-more" href="/posts">Read more</a>
</div>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<div class="l-box">
<h2>
<a href="https://gitlab.alpinelinux.org/alpine/aports" class="cgit">
<i class="fa fa-git "></i>
</a>
Latest development
</h2>
<ul class="home-list">
<li><time datetime="2022-09-25T16:02:09+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=74f61701edaa5d508c9e88afabfa3ded2e68a84e">community/blender: add secfixes</a></li>
<li><time datetime="2022-09-25T16:01:56+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=7beb358cd7bbc0274171afeec44d559530be0acf">testing/pyradio: new aport</a></li>
<li><time datetime="2022-09-25T16:00:36+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=c858a64a79b2ee539842d426797e56dc4e116def">community/cawbird: upgrade to 1.5</a></li>
<li><time datetime="2022-09-25T13:30:05+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=27c35b856963248835c0f4aa73357b30fade8e12">testing/kubeseal: upgrade to 0.18.5</a></li>
<li><time datetime="2022-09-25T13:29:50+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=9d4f375a4a50225899123ed4175e1bc74b8fc515">testing/pulumi: upgrade to 3.40.1</a></li>
<li><time datetime="2022-09-25T13:29:37+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=a2e73cb2c2a74001736c86d3b054ecc3a514261e">testing/helmfile: upgrade to 0.146.0</a></li>
<li><time datetime="2022-09-25T13:11:28+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=28587110462765c47324b0c10390e7ddc7b9afd9">testing/streamlink: upgrade to 5.0.1</a></li>
<li><time datetime="2022-09-25T12:27:49+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=75fe20474a9cbfc2c0c7d2059f2c4eccd2ca90b7">community/opencl: upgrade to 2022.09.23</a></li>
<li><time datetime="2022-09-25T12:17:21+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=932c434d6a7cf825b77c914607b82773b921f785">testing/crowdsec: add default config files</a></li>
<li><time datetime="2022-09-25T11:59:01+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=6fea84eaf2768c792887f51b802d6d9d8a5a2bf5">community/zoneminder: upgrade to 1.36.26</a></li>
</ul>
<a class="pure-button read-more" href="https://gitlab.alpinelinux.org/alpine/aports/-/commits/master">Read more</a>
</div>
</div>
</div> <!-- end pure-g -->
</div> <!-- end content -->
<footer>© Copyright 2022 Alpine Linux Development Team all rights reserved | <a href="/privacy-policy.html">Privacy Policy</a></footer>
</div> <!-- end wrapper -->
</body>
</html>
firefox
--
amc252 <amc252@@gmail.com >
On 2022-09-25 6:12 p.m., amc252 wrote:
> This is the output I get form curl and ping, first on a page not working https://lists.alpinelinux.org/ and then on a page working
> https://alpinelinux.org/
> I don't have any router or firewalls or proxy set up. This is a fresh Alpine install without any modifications.
Could you show the same for Devuan, please?
Regards,
Daniel
> $ sudo curl https://lists.alpinelinux.org/lists/~alpine
> curl: (6) Could not resolve host: lists.alpinelinux.org
>
> $ ping lists.alpinelinux.org
> ping: bad address 'lists.alpinelinux.org'
>
> $ sudo curl https://alpinelinux.org/
> <!DOCTYPE html>
> <html lang="en">
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
> <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <meta name="description" content="Alpine Linux">
> <title>index | Alpine Linux</title>
>
> <link rel="stylesheet" href="/css/pure-min.css" />
> <link rel="stylesheet" href="/css/grids-responsive-min.css" />
> <link rel="stylesheet" href="/css/font-awesome.min.css" />
> <link rel="stylesheet" href="/css/styles.css" />
> <link rel="shortcut icon" href="/alpine-logo.ico" />
> </head>
> <body>
> <div id="wrapper">
> <header class="pure-g" id="header">
> <div class="pure-u-1 pure-u-lg-4-24">
> <div class="logo">
> <a href="/"><img src="/alpinelinux-logo.svg" class="pure-img" alt="" /></a>
> </div>
> </div>
> <input type="checkbox" id="menu-toggle-cb">
> <label id="menu-toggle" for="menu-toggle-cb" onclick><s class="bar"></s><s class="bar"></s><s class="bar"></s></label>
> <div class="pure-u-1 pure-u-lg-20-24 box-relative menu-wrapper">
> <nav class="pure-menu pure-menu-horizontal menu-local">
> <ul class="pure-menu-list">
> <li class="pure-menu-item"><a href="/about" class="pure-menu-link">About</a></li>
> <li class="pure-menu-item"><a href="/downloads" class="pure-menu-link">Downloads</a></li>
> <li class="pure-menu-item"><a href="/releases" class="pure-menu-link">Releases</a></li>
> <li class="pure-menu-item"><a href="/community" class="pure-menu-link">Community</a></li>
> <li class="pure-menu-item"><a href="/sponsors" class="pure-menu-link">Sponsors</a></li>
> </ul>
> </nav>
> <nav class="pure-menu pure-menu-horizontal menu-external">
> <ul class="pure-menu-list">
> <li class="pure-menu-item"><a href="https://docs.alpinelinux.org" class="pure-menu-link">docs</a></li>
> <li class="pure-menu-item"><a href="https://wiki.alpinelinux.org" class="pure-menu-link">wiki</a></li>
> <li class="pure-menu-item"><a href="https://gitlab.alpinelinux.org" class="pure-menu-link">git</a></li>
> <li class="pure-menu-item"><a href="https://gitlab.alpinelinux.org/alpine/aports/-/issues" class="pure-menu-link">issues</a></li>
> <li class="pure-menu-item"><a href="https://pkgs.alpinelinux.org" class="pure-menu-link">packages</a></li>
> <li class="pure-menu-item"><a href="https://mirrors.alpinelinux.org" class="pure-menu-link">mirrors</a></li>
> <li class="pure-menu-item"><a href="https://security.alpinelinux.org" class="pure-menu-link">security</a></li>
> </ul>
> </nav>
> </div>
> </header>
> <div class="banner">
> <div class="banner-content">
> <h1>Small. Simple. Secure.</h1>
> <h3>Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.</h3>
> </div>
> </div>
> <div id="content" class="index">
> <div class="pagedate">
> <time datetime=""></time>
> </div>
> <div class="pure-g">
>
> <div class="pure-u-1 pure-u-md-1-2">
> <div class="l-box">
> <h2>
> <a href="/atom.xml" class="atom"><i class="fa fa-rss"></i></a>
> Alpine News
> </h2>
> <ul class="home-list">
> <li><time>2022-08-09</time> <a href="posts/Alpine-3.13.12-3.14.8-3.15.6-3.16.2-released.html">Alpine 3.13.12, 3.14.8, 3.15.6 and 3.16.2 released</a></li>
> <li><time>2022-07-19</time> <a href="posts/Alpine-3.13.11-3.14.7-3.15.5-released.html">Alpine 3.13.11, 3.14.7 and 3.15.5 released</a></li>
> <li><time>2022-07-18</time> <a href="posts/Alpine-3.16.1-released.html">Alpine 3.16.1 released</a></li>
> <li><time>2022-07-14</time> <a href="posts/Alpine-edge-signing-keys-rotated.html">Alpine Linux edge signing keys rotated</a></li>
> <li><time>2022-05-23</time> <a href="posts/Alpine-3.16.0-released.html">Alpine 3.16.0 released</a></li>
> <li><time>2022-04-04</time> <a href="posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html">Alpine 3.12.12, 3.13.10, 3.14.6 and 3.15.4 released</a></li>
> <li><time>2022-03-28</time> <a href="posts/Alpine-3.12.11-3.13.9-3.14.5-3.15.3-released.html">Alpine 3.12.11, 3.13.9, 3.14.5 and 3.15.3 released</a></li>
> <li><time>2022-03-23</time> <a href="posts/Alpine-3.15.2-released.html">Alpine 3.15.2 released</a></li>
> <li><time>2022-03-17</time> <a href="posts/Alpine-3.12.10-3.13.8-3.14.4-released.html">Alpine 3.12.10, 3.13.8 and 3.14.4 released</a></li>
> <li><time>2022-03-16</time> <a href="posts/Alpine-3.15.1-released.html">Alpine 3.15.1 released</a></li>
> </ul>
> <a class="pure-button read-more" href="/posts">Read more</a>
> </div>
>
> </div>
>
> <div class="pure-u-1 pure-u-md-1-2">
> <div class="l-box">
> <h2>
> <a href="https://gitlab.alpinelinux.org/alpine/aports" class="cgit">
> <i class="fa fa-git "></i>
> </a>
> Latest development
> </h2>
> <ul class="home-list">
> <li><time datetime="2022-09-25T16:02:09+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=74f61701edaa5d508c9e88afabfa3ded2e68a84e">community/blender: add secfixes</a></li>
> <li><time datetime="2022-09-25T16:01:56+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=7beb358cd7bbc0274171afeec44d559530be0acf">testing/pyradio: new aport</a></li>
> <li><time datetime="2022-09-25T16:00:36+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=c858a64a79b2ee539842d426797e56dc4e116def">community/cawbird: upgrade to 1.5</a></li>
> <li><time datetime="2022-09-25T13:30:05+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=27c35b856963248835c0f4aa73357b30fade8e12">testing/kubeseal: upgrade to 0.18.5</a></li>
> <li><time datetime="2022-09-25T13:29:50+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=9d4f375a4a50225899123ed4175e1bc74b8fc515">testing/pulumi: upgrade to 3.40.1</a></li>
> <li><time datetime="2022-09-25T13:29:37+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=a2e73cb2c2a74001736c86d3b054ecc3a514261e">testing/helmfile: upgrade to 0.146.0</a></li>
> <li><time datetime="2022-09-25T13:11:28+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=28587110462765c47324b0c10390e7ddc7b9afd9">testing/streamlink: upgrade to 5.0.1</a></li>
> <li><time datetime="2022-09-25T12:27:49+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=75fe20474a9cbfc2c0c7d2059f2c4eccd2ca90b7">community/opencl: upgrade to 2022.09.23</a></li>
> <li><time datetime="2022-09-25T12:17:21+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=932c434d6a7cf825b77c914607b82773b921f785">testing/crowdsec: add default config files</a></li>
> <li><time datetime="2022-09-25T11:59:01+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=6fea84eaf2768c792887f51b802d6d9d8a5a2bf5">community/zoneminder: upgrade to 1.36.26</a></li>
> </ul>
> <a class="pure-button read-more" href="https://gitlab.alpinelinux.org/alpine/aports/-/commits/master">Read more</a>
> </div>
> </div>
>
> </div> <!-- end pure-g -->
>
>
> </div> <!-- end content -->
> <footer>© Copyright 2022 Alpine Linux Development Team all rights reserved | <a href="/privacy-policy.html">Privacy Policy</a></footer>
> </div> <!-- end wrapper -->
> </body>
> </html>
> firefox
>
--
https://wildtechgarden.ca Professional and technical website
https://princesandmadmen.ca Personal and political blog
Sure.
$ ping lists.alpinelinux.org
PING lists.alpinelinux.org (147.75.101.119) 56(84) bytes of data.
64 bytes from nld3-dev1.alpinelinux.org (147.75.101.119): icmp_seq=1 ttl=42 time=153 ms
$ curl https://lists.alpinelinux.org/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="#ffffff" name="theme-color"/>
<title>Alpine Linux Mailing Lists</title>
<link href="https://alpinelinux.org/alpine-logo.ico" rel="icon"/>
<link href="/static/main.min.52f37db7.css" rel="stylesheet"/>
</head>
<body>
<nav class="container navbar navbar-light navbar-expand-sm">
<a class="navbar-brand" href="/">
<img height="30" src="https://alpinelinux.org/alpinelinux-logo.svg"/>
</a>
<ul class="navbar-nav mr-auto d-none d-sm-flex">
<li class="nav-item active">
<a class="nav-link" href="https://lists.alpinelinux.org">lists</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://meta.alpinelinux.org">meta</a>
</li>
</ul>
<div class="login">
<span class="navbar-text">
<a href="https://meta.alpinelinux.org/oauth/authorize?client_id=e01433a6fb79949c&scopes=profile&state=%2F%3F">Log in</a>
—
<a href="https://meta.alpinelinux.org">Register</a>
</span>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8">
<p>
Welcome to <strong>lists.alpinelinux.org</strong>! This is the mailing list service
for <a href="https://alpinelinux.org">Alpine Linux</a>.
</p>
<a class="btn btn-primary" href="/lists/~alpine">
Browse mailing lists <span aria-hidden="true" class="icon icon-caret-right"><svg viewbox="0 0 192 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"></path></svg>
</span>
</a>
</div>
</div>
</div>
</body>
--
amc252 <amc252@@gmail.com >
On 2022-09-25 7:01 p.m., amc252 wrote:
> Sure.
>
> $ ping lists.alpinelinux.org
> PING lists.alpinelinux.org (147.75.101.119) 56(84) bytes of data.
> 64 bytes from nld3-dev1.alpinelinux.org (147.75.101.119): icmp_seq=1 ttl=42 time=153 ms
>
> $ curl https://lists.alpinelinux.org/
> <!DOCTYPE html>
You previously wrote this was the 'dig' result for Devuan
$ dig lists.alpinelinux.org/
; <<>> DiG 9.16.27-Debian <<>> lists.alpinelinux.org/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15734
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;lists.alpinelinux.org/. IN A
;; AUTHORITY SECTION:
. 10746 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092002 1800 900 604800 86400
;; Query time: 12 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Tue Sep 20 18:13:54 PDT 2022
;; MSG SIZE rcvd: 126
I don't see how you could get the ping and curl results above when you
are getting NXDOMAIN for lists.alpinelinux.org (and also why did you
sudo curl on alpine but not Devuan; and does that for some reason make a
difference?).
Please show your /etc/resolv.conf and any and all network config you have.
You also say you have no router or firewall, etc. How are you connecting
to the internet, then? Is it a wireless modem/router from your ISP, or
what? Also, who is your ISP? (In case it's an ISP thing).
Regards,
Daniel
--
https://wildtechgarden.ca Professional and technical website
https://princesandmadmen.ca Personal and political blog
Thanks for taking the time to helping me.
These are the dig results I get on Devuan:
$ dig lists.alpinelinux.org
; <<>> DiG 9.16.33-Debian <<>> lists.alpinelinux.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27816
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;lists.alpinelinux.org. IN A
;; ANSWER SECTION:
lists.alpinelinux.org . 1837 IN A 147.75.101.119
;; Query time: 8 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Sun Sep 25 16:26:52 PDT 2022
;; MSG SIZE rcvd: 66
$ dig alpinelinux.org
; <<>> DiG 9.16.33-Debian <<>> alpinelinux.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50812
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;alpinelinux.org. IN A
;; ANSWER SECTION:
alpinelinux.org . 3600 IN A 147.75.101.119
;; Query time: 67 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Sun Sep 25 16:27:52 PDT 2022
;; MSG SIZE rcvd: 60
I used sudo curl on alpine because curl as a user gave me a command not found output.
/etc/resolv.conf
nameserver 192.168.1.254
it's the same for devuan and alpine.
I connect in both system the same way, with wpa_supplicant.
I use a wireless modem to connect on both system on the same laptop.
ISP is
Uninet S.A. de C.V.
IP: 2806:1000:8200:b1cd:aeb5:7dff:fe90:839f
I rechecked 3 websites that gives me error on a fresh alpine install on a spare partition:
https://lists.alpinelinux.org/lists
on Falkon 22.08.1 QtWebEngine version 5.15.3
gives me the "This site can’t be reached - ERR_NAME_NOT_RESOLVED" error.
on Firefox-102.3.0esr + Enable DNS over HTTPS
works okay but without Enable DNS over HTTPS
at times gives me the 404 error and at times it works
dig gives me:
$ sudo dig https://lists.alpinelinux.org/lists
; <<>> DiG 9.18.7 <<>> https://lists.alpinelinux.org/lists
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35289
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://lists.alpinelinux.org/lists. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
;; Query time: 25 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 27 16:43:06 PDT 2022
;; MSG SIZE rcvd: 139
https://joewing.net/projects/jwm/
on Falkon 22.08.1 QtWebEngine version 5.15.3
gives me the "This site can’t be reached - ERR_NAME_NOT_RESOLVED" error.
on Firefox-102.3.0esr with or without + Enable DNS over HTTPS works fine.
dig output
$ sudo dig https://joewing.net/projects/jwm/
; <<>> DiG 9.18.7 <<>> https://joewing.net/projects/jwm/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3210
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://joewing.net/projects/jwm/. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
;; Query time: 136 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 27 16:44:18 PDT 2022
;; MSG SIZE rcvd: 137
https://stackexchange.com/
on Falkon 22.08.1 QtWebEngine version 5.15.3
gives me the "This site can’t be reached - ERR_NAME_NOT_RESOLVED" error.
on Firefox-102.3.0esr + Enable DNS over HTTPS works fine
but without Enable DNS over HTTPS
gives me the We can’t connect to the server at stackexchange.com . error
dig output
$ dig https://stackexchange.com/
; <<>> DiG 9.18.7 <<>> https://stackexchange.com/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 64384
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://stackexchange.com/. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
;; Query time: 42 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 27 17:11:44 PDT 2022
;; MSG SIZE rcvd: 130
This is a shot in the dark, but do you have a TP-Link Deco Mesh Wifi?
https://zwbetz.com/unable-to-access-github-on-tp-link-deco-mesh-wifi/
Something funky with it for some things.
Regards,
Daniel
On 2022-09-27 8:20 p.m., amc252 wrote:
> I rechecked 3 websites that gives me error on a fresh alpine install on a spare partition:
>
> https://lists.alpinelinux.org/lists
>
> on Falkon 22.08.1 QtWebEngine version 5.15.3
> gives me the "This site can’t be reached - ERR_NAME_NOT_RESOLVED" error.
> on Firefox-102.3.0esr + Enable DNS over HTTPS
> works okay but without Enable DNS over HTTPS
> at times gives me the 404 error and at times it works
>
> dig gives me:
> $ sudo dig https://lists.alpinelinux.org/lists
>
> ; <<>> DiG 9.18.7 <<>> https://lists.alpinelinux.org/lists
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35289
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;https://lists.alpinelinux.org/lists. IN A
>
> ;; AUTHORITY SECTION:
> . 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
>
> ;; Query time: 25 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 27 16:43:06 PDT 2022
> ;; MSG SIZE rcvd: 139
>
> https://joewing.net/projects/jwm/
>
> on Falkon 22.08.1 QtWebEngine version 5.15.3
> gives me the "This site can’t be reached - ERR_NAME_NOT_RESOLVED" error.
> on Firefox-102.3.0esr with or without + Enable DNS over HTTPS works fine.
>
> dig output
>
> $ sudo dig https://joewing.net/projects/jwm/
>
> ; <<>> DiG 9.18.7 <<>> https://joewing.net/projects/jwm/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3210
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;https://joewing.net/projects/jwm/. IN A
>
> ;; AUTHORITY SECTION:
> . 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
>
> ;; Query time: 136 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 27 16:44:18 PDT 2022
> ;; MSG SIZE rcvd: 137
>
> https://stackexchange.com/
>
> on Falkon 22.08.1 QtWebEngine version 5.15.3
> gives me the "This site can’t be reached - ERR_NAME_NOT_RESOLVED" error.
> on Firefox-102.3.0esr + Enable DNS over HTTPS works fine
> but without Enable DNS over HTTPS
> gives me the We can’t connect to the server at stackexchange.com . error
>
> dig output
> $ dig https://stackexchange.com/
>
> ; <<>> DiG 9.18.7 <<>> https://stackexchange.com/
> ;; global options: +cmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 64384
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
>
> ;; OPT PSEUDOSECTION:
> ; EDNS: version: 0, flags:; udp: 512
> ;; QUESTION SECTION:
> ;https://stackexchange.com/. IN A
>
> ;; AUTHORITY SECTION:
> . 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
>
> ;; Query time: 42 msec
> ;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
> ;; WHEN: Tue Sep 27 17:11:44 PDT 2022
> ;; MSG SIZE rcvd: 130
>
>
>
>
--
https://wildtechgarden.ca Professional and technical website
https://princesandmadmen.ca Personal and political blog
Nope, intel centrino wireless n-1030
By the way, all websites work fine with Dillo.
Same errors appear in Epiphany.
Just to resume:
When I try to connect to certain websites such as https://lists.alpinelinux.org/ , https://joewing.net/projects/ , or https://stackexchange.com
I get a DNS error "website can't be found".
1) This happens on 3 different fresh Alpine installs (default settings, both lts and edge kernels) on the same laptop.
2) This happens on several different browsers (Firefox-esr, Falkon, Epyphany, Surf, Luakit).
3) This does not happen on Devuan on the same laptop.
4) This does not happen using Dillo on Alpine.
5) I have no router, proxy, firewall. Just a normal wifi connection.
6) On Alpine, other pages like google.com or alpinelinux.org work fine.
Here some tests I ran on Alpine & Devuan:
ALPINE
$ dig https://lists.alpinelinux.org/lists
; <<>> DiG 9.18.7 <<>> https://lists.alpinelinux.org/lists
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35289
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://lists.alpinelinux.org/lists. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
;; Query time: 25 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 27 16:43:06 PDT 2022
;; MSG SIZE rcvd: 139
DEVUAN
dig https://lists.alpinelinux.org/lists
; <<>> DiG 9.16.33-Debian <<>> https://lists.alpinelinux.org/lists
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 16646
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://lists.alpinelinux.org/lists. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022093002 1800 900 604800 86400
;; Query time: 51 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Fri Sep 30 16:23:00 PDT 2022
;; MSG SIZE rcvd: 139
ALPINE
$ dig https://joewing.net/projects/jwm/
; <<>> DiG 9.18.7 <<>> https://joewing.net/projects/jwm/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3210
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://joewing.net/projects/jwm/. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
;; Query time: 136 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 27 16:44:18 PDT 2022
;; MSG SIZE rcvd: 137
DEVUAN
$ dig https://joewing.net/projects/jwm/
; <<>> DiG 9.16.33-Debian <<>> https://joewing.net/projects/jwm/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 27745
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://joewing.net/projects/jwm/. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022093002 1800 900 604800 86400
;; Query time: 43 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Fri Sep 30 16:24:31 PDT 2022
;; MSG SIZE rcvd: 137
ALPINE
$ dig https://stackexchange.com/
; <<>> DiG 9.18.7 <<>> https://stackexchange.com/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 64384
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://stackexchange.com/. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022092700 1800 900 604800 86400
;; Query time: 42 msec
;; SERVER: 192.168.1.254#53(192.168.1.254) (UDP)
;; WHEN: Tue Sep 27 17:11:44 PDT 2022
;; MSG SIZE rcvd: 130
DEVUAN
$ dig https://stackexchange.com/
; <<>> DiG 9.16.33-Debian <<>> https://stackexchange.com/
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 39524
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;https://stackexchange.com/. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA a.root-servers.net. nstld.verisign-grs.com . 2022093002 1800 900 604800 86400
;; Query time: 47 msec
;; SERVER: 192.168.1.254#53(192.168.1.254)
;; WHEN: Fri Sep 30 16:26:50 PDT 2022
;; MSG SIZE rcvd: 130
ALPINE
$ delv lists.alpinelinux.org/
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
;; resolution failed: broken trust chain
DEVUAN
$ delv lists.alpinelinux.org/
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; validating ./SOA: got insecure response; parent indicates it should be secure
;; no valid RRSIG resolving 'org//DS/IN': 192.168.1.254#53
;; broken trust chain resolving 'lists.alpinelinux.org//A/IN': 192.168.1.254#53
;; resolution failed: broken trust chain
ALPINE
$ curl https://lists.alpinelinux.org/
curl: (6) Could not resolve host: lists.alpinelinux.org
$ ping lists.alpinelinux.org
ping: bad address 'lists.alpinelinux.org'
$ sudo curl https://alpinelinux.org/
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Alpine Linux">
<title>index | Alpine Linux</title>
<link rel="stylesheet" href="/css/pure-min.css" />
<link rel="stylesheet" href="/css/grids-responsive-min.css" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="shortcut icon" href="/alpine-logo.ico" />
</head>
<body>
<div id="wrapper">
<header class="pure-g" id="header">
<div class="pure-u-1 pure-u-lg-4-24">
<div class="logo">
<a href="/"><img src="/alpinelinux-logo.svg" class="pure-img" alt="" /></a>
</div>
</div>
<input type="checkbox" id="menu-toggle-cb">
<label id="menu-toggle" for="menu-toggle-cb" onclick><s class="bar"></s><s class="bar"></s><s class="bar"></s></label>
<div class="pure-u-1 pure-u-lg-20-24 box-relative menu-wrapper">
<nav class="pure-menu pure-menu-horizontal menu-local">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="/about" class="pure-menu-link">About</a></li>
<li class="pure-menu-item"><a href="/downloads" class="pure-menu-link">Downloads</a></li>
<li class="pure-menu-item"><a href="/releases" class="pure-menu-link">Releases</a></li>
<li class="pure-menu-item"><a href="/community" class="pure-menu-link">Community</a></li>
<li class="pure-menu-item"><a href="/sponsors" class="pure-menu-link">Sponsors</a></li>
</ul>
</nav>
<nav class="pure-menu pure-menu-horizontal menu-external">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="https://docs.alpinelinux.org" class="pure-menu-link">docs</a></li>
<li class="pure-menu-item"><a href="https://wiki.alpinelinux.org" class="pure-menu-link">wiki</a></li>
<li class="pure-menu-item"><a href="https://gitlab.alpinelinux.org" class="pure-menu-link">git</a></li>
<li class="pure-menu-item"><a href="https://gitlab.alpinelinux.org/alpine/aports/-/issues" class="pure-menu-link">issues</a></li>
<li class="pure-menu-item"><a href="https://pkgs.alpinelinux.org" class="pure-menu-link">packages</a></li>
<li class="pure-menu-item"><a href="https://mirrors.alpinelinux.org" class="pure-menu-link">mirrors</a></li>
<li class="pure-menu-item"><a href="https://security.alpinelinux.org" class="pure-menu-link">security</a></li>
</ul>
</nav>
</div>
</header>
<div class="banner">
<div class="banner-content">
<h1>Small. Simple. Secure.</h1>
<h3>Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.</h3>
</div>
</div>
<div id="content" class="index">
<div class="pagedate">
<time datetime=""></time>
</div>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2">
<div class="l-box">
<h2>
<a href="/atom.xml" class="atom"><i class="fa fa-rss"></i></a>
Alpine News
</h2>
<ul class="home-list">
<li><time>2022-08-09</time> <a href="posts/Alpine-3.13.12-3.14.8-3.15.6-3.16.2-released.html">Alpine 3.13.12, 3.14.8, 3.15.6 and 3.16.2 released</a></li>
<li><time>2022-07-19</time> <a href="posts/Alpine-3.13.11-3.14.7-3.15.5-released.html">Alpine 3.13.11, 3.14.7 and 3.15.5 released</a></li>
<li><time>2022-07-18</time> <a href="posts/Alpine-3.16.1-released.html">Alpine 3.16.1 released</a></li>
<li><time>2022-07-14</time> <a href="posts/Alpine-edge-signing-keys-rotated.html">Alpine Linux edge signing keys rotated</a></li>
<li><time>2022-05-23</time> <a href="posts/Alpine-3.16.0-released.html">Alpine 3.16.0 released</a></li>
<li><time>2022-04-04</time> <a href="posts/Alpine-3.12.12-3.13.10-3.14.6-3.15.4-released.html">Alpine 3.12.12, 3.13.10, 3.14.6 and 3.15.4 released</a></li>
<li><time>2022-03-28</time> <a href="posts/Alpine-3.12.11-3.13.9-3.14.5-3.15.3-released.html">Alpine 3.12.11, 3.13.9, 3.14.5 and 3.15.3 released</a></li>
<li><time>2022-03-23</time> <a href="posts/Alpine-3.15.2-released.html">Alpine 3.15.2 released</a></li>
<li><time>2022-03-17</time> <a href="posts/Alpine-3.12.10-3.13.8-3.14.4-released.html">Alpine 3.12.10, 3.13.8 and 3.14.4 released</a></li>
<li><time>2022-03-16</time> <a href="posts/Alpine-3.15.1-released.html">Alpine 3.15.1 released</a></li>
</ul>
<a class="pure-button read-more" href="/posts">Read more</a>
</div>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<div class="l-box">
<h2>
<a href="https://gitlab.alpinelinux.org/alpine/aports" class="cgit">
<i class="fa fa-git "></i>
</a>
Latest development
</h2>
<ul class="home-list">
<li><time datetime="2022-09-25T16:02:09+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=74f61701edaa5d508c9e88afabfa3ded2e68a84e">community/blender: add secfixes</a></li>
<li><time datetime="2022-09-25T16:01:56+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=7beb358cd7bbc0274171afeec44d559530be0acf">testing/pyradio: new aport</a></li>
<li><time datetime="2022-09-25T16:00:36+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=c858a64a79b2ee539842d426797e56dc4e116def">community/cawbird: upgrade to 1.5</a></li>
<li><time datetime="2022-09-25T13:30:05+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=27c35b856963248835c0f4aa73357b30fade8e12">testing/kubeseal: upgrade to 0.18.5</a></li>
<li><time datetime="2022-09-25T13:29:50+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=9d4f375a4a50225899123ed4175e1bc74b8fc515">testing/pulumi: upgrade to 3.40.1</a></li>
<li><time datetime="2022-09-25T13:29:37+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=a2e73cb2c2a74001736c86d3b054ecc3a514261e">testing/helmfile: upgrade to 0.146.0</a></li>
<li><time datetime="2022-09-25T13:11:28+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=28587110462765c47324b0c10390e7ddc7b9afd9">testing/streamlink: upgrade to 5.0.1</a></li>
<li><time datetime="2022-09-25T12:27:49+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=75fe20474a9cbfc2c0c7d2059f2c4eccd2ca90b7">community/opencl: upgrade to 2022.09.23</a></li>
<li><time datetime="2022-09-25T12:17:21+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=932c434d6a7cf825b77c914607b82773b921f785">testing/crowdsec: add default config files</a></li>
<li><time datetime="2022-09-25T11:59:01+00:00">2022-09-25</time> <a href="http://git.alpinelinux.org/aports/commit/?id=6fea84eaf2768c792887f51b802d6d9d8a5a2bf5">community/zoneminder: upgrade to 1.36.26</a></li>
</ul>
<a class="pure-button read-more" href="https://gitlab.alpinelinux.org/alpine/aports/-/commits/master">Read more</a>
</div>
</div>
</div> <!-- end pure-g -->
</div> <!-- end content -->
<footer>© Copyright 2022 Alpine Linux Development Team all rights reserved | <a href="/privacy-policy.html">Privacy Policy</a></footer>
</div> <!-- end wrapper -->
</body>
</html>
--
amc252 <amc252@@gmail.com >
Okay, here is how I solved it:
Enable Google's DNS servers by running for the last time.
[CODE]
sudo su "echo 'nameserver 8.8.8.8' > /etc/resolv.conf"
[/CODE]
Get the fresh packages and install dhclient.
[CODE]
sudo apk update && sudo apk upgrade && sudo apk add dhclient
[/CODE]
Create /etc/dhcp/dhclient.conf and put in the following:
[CODE]
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
send host-name = gethostname();
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes, ntp-servers;
prepend domain-name-servers 8.8.8.8, 8.8.4.4;
[/CODE]
Then restarted networking
[CODE]
sudo rc-service networking restart
[/CODE]
Now list.alpinelinux.org and all the other pages work.