You are not logged in.

#1 2021-03-18 00:06:21

z1eka
Member
Registered: 2018-01-28
Posts: 12

Failed to connect to <any ip> port <any port>: Connection refused

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

#2 2021-03-18 01:18:30

ponyrider
Member
Registered: 2014-11-18
Posts: 112

Re: Failed to connect to <any ip> port <any port>: Connection refused

can you post /etc/iptables/iptables.rules?

for now you can disable iptables.service

Offline

Board footer

Powered by FluxBB