@TheDecentralizedVet
My router is surely forwarding that port because I used the node for many months and it was working yesterday, after the migration.
I just discovery that the bitcoin docker keeps restarting… look this sequence of commands, they were sent immediately after one another.
umbrel@umbrel:~$ sudo docker ps | grep bitcoind
da5826addaa4 lncm/bitcoind:v27.0 "bitcoind -port=8333…" 2 hours ago Up 4 seconds 8080/tcp, 18332-18333/tcp, 18443-18444/tcp, 28332-28333/tcp, 0.0.0.0:8332-8333->8332-8333/tcp, :::8332-8333->8332-8333/tcp bitcoin_bitcoind_1
umbrel@umbrel:~$ sudo docker ps | grep bitcoind
da5826addaa4 lncm/bitcoind:v27.0 "bitcoind -port=8333…" 2 hours ago Up 5 seconds 8080/tcp, 18332-18333/tcp, 18443-18444/tcp, 28332-28333/tcp, 0.0.0.0:8332-8333->8332-8333/tcp, :::8332-8333->8332-8333/tcp bitcoin_bitcoind_1
umbrel@umbrel:~$ sudo docker ps | grep bitcoind
da5826addaa4 lncm/bitcoind:v27.0 "bitcoind -port=8333…" 2 hours ago Up 8 seconds 8080/tcp, 18332-18333/tcp, 18443-18444/tcp, 28332-28333/tcp, 0.0.0.0:8332-8333->8332-8333/tcp, :::8332-8333->8332-8333/tcp bitcoin_bitcoind_1
umbrel@umbrel:~$ sudo docker ps | grep bitcoind
da5826addaa4 lncm/bitcoind:v27.0 "bitcoind -port=8333…" 2 hours ago Restarting (139) Less than a second ago bitcoin_bitcoind_1
umbrel@umbrel:~$ sudo docker ps | grep bitcoind
da5826addaa4 lncm/bitcoind:v27.0 "bitcoind -port=8333…" 2 hours ago Up 3 seconds 8080/tcp, 18332-18333/tcp, 18443-18444/tcp, 28332-28333/tcp, 0.0.0.0:8332-8333->8332-8333/tcp, :::8332-8333->8332-8333/tcp bitcoin_bitcoind_1
That is bitcoin node does not start because it keeps restarting, but what could be causing that???