You are not logged in.
During upgrading process (while trying to update pgp keys, 2 year did not turn on) I've lost my connection to the outside world. I cannot curl any page, but I still able to connect to wifi network, ping any ip and resolve host. I just cannot connect anywhere. More over I can connect to this pc through ssh from another machine.
What can cause a problem? I do not have any firewalls and have fresh ip tables
[zeka@zeka-pc ~]$ sudo iptables -L
[sudo] password for zeka:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
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
Offline
can you post /etc/iptables/iptables.rules?
for now you can disable iptables.service
Offline