Hello there, I really hope someone may have some insight to help me get my TrueNAS Scale instance functioning over the network again.
I created a custom docker container app yesterday with bubuntux/protorrent and during troubleshooting some network configuration with accessing the container despite exposing ports, I ended up enabling docker host networking within the GUI. Immediately I was treated to the attempting to reconnect to truenas overlay and then a full timeout.
I rebooted the system to no effect, so I pulled a monitor and keyboard to access a linux shell. The system cannot access any resource either over WAN or on my LAN and no incoming requests are handled either (such as SSH). Here are some things I’ve tried:
- I used systemctl to stop the docker service to see if that would help at the time which did not.
- Stopped the container through the docker cli.
- Removed the container and deleted it’s associated docker network.
- Reboots throughout to see if any changes helped.
Unfortunately none of this did anything. There are two network adapters in Truenas configured: enp4s0 which is the host network card and a br0 bridge I created for virtual machine networking. Anything to point me towards a solution would be deeply appreciated!