Hmmm your firewall needs the port opened to listen on LAN or on the Web but it shouldn't block 127.0.0.1:8333
Try:
$ sudo apt-get install ufw
$ sudo ufw allow 8333
$ sudo ufw enable
Firewall is already good. The app should be listening on the port first before firewall comes into play.
Thread collapsed