I was trying to set up a bridge for my VMs, but now I cannot access the WebUI or any of my Docker containers using my server’s local IP. Neither can I SSH into the server. How can I fix this?
Had the same issue, I had to go using keyboard and monitor at the server to fix my bridge.
The issue I had, is my IP did not get removed from the NIC, and put into the bridge which killed all my network access.
Here is the the 3 things you need to access to fix it.
#1. This the the main screen prompt at the NAS. you will need to use option 1 and 2, and I am assuming your running SCALE, I dont know if this is what it looks like in core.
#2. Configure the network interfaces.
#3. Configure the network settings.
Once I had all of the ip’s setup as alias’s in the bridge and removed any ip’s from the nic/s, everything came back online. Make sure you also assign your default gateway and namservers, if you need internet access.
Thank you! That solved the problem!