I have recently installed TrueNAS Scale 24.10.1 and after initially installing some apps TrueNAS seems to have lost connection to the internet. Updates fail, fetching the app catalogue fails, and even pinging fails.
I have tried looking for solutions and making changes in my network but nothing helps. I originally set a static IP in my router and have tried going back to dynamic. I have restarted, reloaded configs, and re-installed. Reverting the config or re-installing doesn’t fix it so I assume it is something from my router.
If I clear the default gateway and namespaces they do get re-populated seemingly correctly and obviously the web UI still works. If I ping anything it never gets a packet returned.
Any help would be greatly appreciated as I fear I don’t have much hair left to pull out.
See if anything on my post is relevant or helps you fix:
At the very worst the output of
Ifconfig
And
Ip link
Will help confirm what could possibly be wrong. Sometimes I also notice that once gui is up, if everything is configured correctly but internet isn’t reachable, but router is, I make a random change in the network co fig, test it, undo it, and everything magicall works afterwards. Then I refresh app catelogue, unset app pool, set app pool, and life is good.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp11s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether **:**:**:**:**:** brd ff:ff:ff:ff:ff:ff
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:54:7a:4b:57 brd ff:ff:ff:ff:ff:ff
My network is extremely simple, no IPv6, default gateway is set to 192.168.2.1 which is the IP address of my router, and I let DHCP set everything.
I can ping the TrueNAS IP address from my other PCs on the network but can’t ping the router or other PCs from TrueNAS. It completely boggles my mind that I can access the web interface and make all these cahnges but pinging out just does not work for anything at all as if it is disconnected from the network.
I did try inspecting IPv6 configuration when I read through your other post. It didn’t help unfortunately. What is interesting is that not long after sending my last reply I decided to try setting a static IP but using a different address than what DHCP gave me. This somehow worked which makes me think the router I have is causing problems. I’ll look into replacing it probably.