MikeMcQ
November 2, 2024, 6:02pm
21
IP bans not active. Even if they were it would result in immediate disconnect not a long timeout.
Your BuyPass connection also fails. Something is definitely wrong with your comms routing.
2 Likes
orlovnv
November 3, 2024, 3:06am
23
rg305:
netstat -nr
netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
orlovnv
November 3, 2024, 4:16am
24
I change ip on my router from 92.62.149.126 to 92.62.149.129 and see what happened )))
root@npm:~# curl ifconfig.me
92.62.149.129root@npm:~# curl -v https://acme-v02.api.letsencrypt.org/directory
Trying 172.65.32.248...
TCP_NODELAY set
Connected to acme-v02.api.letsencrypt.org (172.65.32.248) port 443 (#0 )
ALPN, offering h2
ALPN, offering http/1.1
successfully set certificate verify locations:
CAfile: none
CApath: /etc/ssl/certs
TLSv1.3 (OUT), TLS handshake, Client hello (1):
TLSv1.3 (IN), TLS handshake, Server hello (2):
TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
TLSv1.3 (IN), TLS handshake, Certificate (11):
TLSv1.3 (IN), TLS handshake, CERT verify (15):
TLSv1.3 (IN), TLS handshake, Finished (20):
TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
TLSv1.3 (OUT), TLS handshake, Finished (20):
SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
ALPN, server accepted to use h2
Server certificate:
subject: CN=acme-v02.api.letsencrypt.org
start date: Sep 4 16:03:46 2024 GMT
expire date: Dec 3 16:03:45 2024 GMT
subjectAltName: host "acme-v02.api.letsencrypt.org " matched cert's "acme-v02.api.letsencrypt.org "
issuer: C=US; O=Let's Encrypt; CN=R10
SSL certificate verify ok.
Using HTTP2, server supports multi-use
Connection state changed (HTTP/2 confirmed)
Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
Using Stream ID: 1 (easy handle 0x58e1769a1110)
GET /directory HTTP/2
Host: acme-v02.api.letsencrypt.org
User-Agent: curl/7.64.0
Accept: /
TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
old SSL session ID is stale, removing
Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 200
< server: nginx
< date: Sun, 03 Nov 2024 04:14:50 GMT
< content-type: application/json
< content-length: 746
< cache-control: public, max-age=0, no-cache
< x-frame-options: DENY
< strict-transport-security: max-age=604800
<
{
"3WAs5xbZzEA": "Adding random entries to the directory ",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change ",
"meta": {
"caaIdentities": [
"letsencrypt.org "
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.4-April-3-2024.pdf ",
"website": "https://letsencrypt.org "
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct ",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce ",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order ",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/draft-ietf-acme-ari-03/renewalInfo ",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert "
Connection #0 to host acme-v02.api.letsencrypt.org left intact
}root@npm:~#
orlovnv
November 3, 2024, 4:18am
25
as you see all work, I think that 126 ip is blocked or there is another problem on your side
MikeMcQ
November 3, 2024, 4:54pm
27
I see you got certs for several subdomains of orenadvocat.ru
today
Some of them (media, jelly, plex, ...) have the *.126 IP address in the public DNS.
How did you get the certs for those if .126 IP is not working?
npm.orenadvocat.ru. 300 IN A 176.28.64.130
shadow.orenadvocat.ru. 300 IN A 45.143.166.77
orenadvocat.ru. 300 IN A 92.62.149.126
media.orenadvocat.ru. 300 IN A 92.62.149.126
jelly.orenadvocat.ru. 300 IN A 92.62.149.126
plex.orenadvocat.ru. 300 IN A 92.62.149.126
You can see the cert history at a site like this: https://crt.sh Here is a recent sample
2 Likes
orlovnv
November 3, 2024, 5:16pm
28
I said that it worked time ago, but now it stoped and I show you logs why it doesn't curl from 126 and work from 129?
orlovnv
November 3, 2024, 5:18pm
29
MikeMcQ:
today
I receive cert from another ip not 126.
wil end 15.11 and they doesn't update
MikeMcQ
November 3, 2024, 5:20pm
30
No. All 3 of those renewed today and expire 2025-02-01
2 Likes
MikeMcQ
November 3, 2024, 5:20pm
31
Your curl to BuyPass also failed.
2 Likes
system
Closed
December 3, 2024, 5:21pm
32
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.