Hello there, i came here after trying, and i mean trying to fix it. have been at it for half a day already.
I sucessfully upgraded to fangtooth from EE latest version, and wanted to try making a container with the new feature.
I did not want to mess my current config so i made a different bridge to put the containers on.
Fast forward a few minutes, i get the container running, and it broke the entire lan of my house.
my setup :
1 NAS made on a server/workstation motherboard (has 2 ethernet nics)
1 orange provided router, with dhcp disabled
nas is wired via eth to the router, my laptop over wifi.
DHCP was handled by pihole running as an app on truenas, so it would distribute the truenas box ip for dns (that might have been a bad idea)
for now :
i re enabled dhcp on my router, so i can have the rest of lan working, with a functioning dns.
my truenas box pings the router (plugged screen + keyb)
from my laptop, can’t load web interface or ping truenas.
I changed interfaces to try dhcp, it works, truenas get a new ip (from manually set 192.168.1.2 to dhcp given 192.168.1.221)
i tried rebooting the NAS and the box.
From truenas CLI :
i can’t delete br1, it says it’s used by virt
i sucessfully deleted the container, but same error message when i want to delete
i am quite at a loss of things to try, any idea on how to fix this ?
You have 2 NICs with the IP from the same subnet – enp8s0 and eno1. It is not recommended. And IP should be assigned to the bridge itself (br1), not to the bridged NIC (eno1).
Did you connect your NAS to the router with two cables?
For the two nics, it “is” normal. I disconnected the cable to the eno1 that i was using primarly, and then activated dhcp for the enp8s0 to try to get it working.
I will try to get back to a simple setup and see if the web interface get available again.
Should i remove the config on the nics, and put the ip or enable dhcp on the bridge itself ?