I'm experiencing intermittent communication issues with some LXC containers. When I try to test connectivity using curl, I get the following response:
curl -vI https://192.168.1.15
* Trying 192.168.1.15:443...
* connect to 192.168.1.15 port 443 from 0.0.0.0 port 64467 failed: Connection refused
* Failed to connect to 192.168.1.15 port 443 after 2034 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to 192.168.1.15 port 443 after 2034 ms: Couldn't connect to server
After some time, the connection works again.
Is there a function in Proxmox that could be blocking suspicious communication or something similar?
curl -vI https://192.168.1.15
* Trying 192.168.1.15:443...
* connect to 192.168.1.15 port 443 from 0.0.0.0 port 64467 failed: Connection refused
* Failed to connect to 192.168.1.15 port 443 after 2034 ms: Couldn't connect to server
* Closing connection
curl: (7) Failed to connect to 192.168.1.15 port 443 after 2034 ms: Couldn't connect to server
After some time, the connection works again.
Is there a function in Proxmox that could be blocking suspicious communication or something similar?