failed or bad record mac

murantopet

New Member
Nov 21, 2021
1
0
1
31
Hello, i have problem with configration some services, i can't download some packages because i have problems with "bad record mac"
i have default network settings.
I have already reinstalled the system several times


1637501010370.png
1637501056875.png

i installed docker using repositories and now i have problem with download docker image
1637501235760.png
 
Last edited:
Hello.
I have the same problem with network inside vmbr private subnet. If VM has router's IP address 192.168.x.x - there isn't any errors. But the problem periodically exist inside created vmbr 10.10.10.0/24 network. (Probably, it can depend on some router's configuration).
And when I use python pip install command I get the following error sometimes:
Code:
# pip install --force-reinstall --no-cache-dir  django
Collecting django
  Downloading Django-5.0.3-py3-none-any.whl (8.2 MB)
     ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.3/8.2 MB 2.6 MB/s eta 0:00:04
ERROR: Exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher
    yield
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 561, in read
    data = self._fp_read(amt) if not fp_closed else b""
  File "/usr/local/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read
    return self._fp.read(amt) if amt is not None else self._fp.read()
  File "/usr/local/lib/python3.10/http/client.py", line 466, in read
    s = self.fp.read(amt)
  File "/usr/local/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
  File "/usr/local/lib/python3.10/ssl.py", line 1274, in recv_into
    return self.read(nbytes, buffer)
  File "/usr/local/lib/python3.10/ssl.py", line 1130, in read
    return self._sslobj.read(len, buffer)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2578)

Or another error inside docker containers when run "apt update && apt install"
Code:
Err:1 http://deb.debian.org/debian bookworm/main amd64 apache2 amd64 2.4.57-2
  Hash Sum mismatch
  Hashes of expected file:
   - SHA256:5857cb3cfd29597c3b4898b788b048b2c0bcf092012773c330459dc9abfbb63f
   - MD5Sum:3e510937d7323527502133b230614002 [weak]
   - Filesize:214864 [weak]
  Hashes of received file:
   - SHA256:d5e07bb206b1b97639a7d682b4fe6e547071cdba4ab9484210cea7904ef09b1d
   - MD5Sum:082786c7deb04cddf53d5854488e9c7f [weak]
   - Filesize:214864 [weak]

Sometimes periodically, the network is broken. Please help me how I can I investigate the problem ?
On the proxmox node I have one I-tables rule:
Code:
-A POSTROUTING -s 10.10.10.0/24 -o vmbr0 -j MASQUERADE
 

Attachments

  • Знімок екрана 2024-03-17 о 09.29.25.png
    Знімок екрана 2024-03-17 о 09.29.25.png
    65.8 KB · Views: 1
  • Like
Reactions: akharkovnyk