docker-electrumx icon indicating copy to clipboard operation
docker-electrumx copied to clipboard

cannot access it from outsite

Open iEddie-cmd opened this issue 5 years ago • 0 comments

Hi, i cannot access / ping it from outsite the server.

hain 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
ACCEPT tcp -- anywhere 172.17.0.2 tcp dpt:50002 ACCEPT tcp -- anywhere 172.17.0.2 tcp dpt:50001 ACCEPT tcp -- anywhere 172.17.0.2 tcp dpt:8000

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
ACCEPT all -- anywhere anywhere
RETURN all -- anywhere anywhere

Any Ideas?

iEddie-cmd avatar Feb 12 '21 17:02 iEddie-cmd