After installing Docker blocks access to host by xrdp, ping, cockpit,etc

Good morning, I need help please, I tell you, I am installing docker on a physical host within a lan, when I finish installing it it no longer lets me ping, access cockpit, or ssh, I have another linux computer to which I connect ssh and from there I ssh to my host with docker, so if I can work, I don’t know why iptables blocks me, although I reset iptables, the problem continues.

$sudo iptables -L -n -v
################
Chain INPUT (policy ACCEPT 21717 packets, 3936K bytes)
pkts bytes target prot opt ​​in out source destination

Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt ​​in out source destination
0 0 DOCKER-USER all – * * 0.0.0.0/0 0.0.0.0/0
0 0 DOCKER-ISOLATION-STAGE-1 all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all – * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DOCKER all – * docker0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all – docker0 !docker0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all – docker0 docker0 0.0.0.0/0 0.0.0.0/0

Chain OUTPUT (policy ACCEPT 1935 packets, 192K bytes)
pkts bytes target prot opt ​​in out source destination

Chain DOCKER (1 references)
pkts bytes target prot opt ​​in out source destination

Chain DOCKER-ISOLATION-STAGE-1 (1 references)
pkts bytes target prot opt ​​in out source destination
0 0 DOCKER-ISOLATION-STAGE-2 all – docker0 !docker0 0.0.0.0/0 0.0.0.0/0
0 0 RETURN all – * * 0.0.0.0/0 0.0.0.0/0

Chain DOCKER-ISOLATION-STAGE-2 (1 references)
pkts bytes target prot opt ​​in out source destination
0 0 DROP all – * docker0 0.0.0.0/0 0.0.0.0/0
0 0 RETURN all – * * 0.0.0.0/0 0.0.0.0/0

Chain DOCKER-USER (1 references)
pkts bytes target prot opt ​​in out source destination
0 0 RETURN all – * * 0.0.0.0/0 0.0.0.0/0
##############