tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 835379/perl
tcp6 0 0 :::10000 :::* LISTEN 835379/perl
tcpdump: data link type LINUX_SLL2
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes
13:02:35.683859 enp6s0 In IP 192.168.1.165.56204 > 192.168.1.181.10000: Flags [SEW], seq 567848032, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
13:02:38.686730 enp6s0 In IP 192.168.1.165.56204 > 192.168.1.181.10000: Flags [SEW], seq 567848032, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
13:02:44.687913 enp6s0 In IP 192.168.1.165.56204 > 192.168.1.181.10000: Flags [S], seq 567848032, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
13:03:37.674619 enp6s0 In IP 192.168.1.165.56207 > 192.168.1.181.10000: Flags [SEW], seq 3722710031, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
13:03:40.675543 enp6s0 In IP 192.168.1.165.56207 > 192.168.1.181.10000: Flags [SEW], seq 3722710031, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
13:03:46.676762 enp6s0 In IP 192.168.1.165.56207 > 192.168.1.181.10000: Flags [S], seq 3722710031, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
Chain INPUT (policy ACCEPT)
target prot opt source destination
all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:webmin
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DOCKER-USER all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain DOCKER (1 references)
target prot opt source destination
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
target prot opt source destination
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
RETURN all -- anywhere anywhere
Chain DOCKER-ISOLATION-STAGE-2 (1 references)
target prot opt source destination
DROP all -- anywhere anywhere
RETURN all -- anywhere anywhere
Chain DOCKER-USER (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
if ssl is not None:
ssl_context = ssl._create_unverified_context()
ssl_context.set_ciphers("DEFAULT")
ssl_context.maximum_version = ssl.TLSVersion.TLSv1
ssl.SSLError: [SSL: NO_PROTOCOLS_AVAILABLE] no protocols available (_ssl.c:997)
apt --fix-broken install