Page 1 of 1

F4-210 Internet Status Disconnected

Posted: 02 Oct 2020, 19:58
by Chemic
Hello,

I am experiencing the same issue as described in this discussion: viewtopic.php?f=23&t=729
  • The desktop info panel shows Internet "Disconnected"
  • The NAS functionalities (PLEX, File sharing) work ok on the local network
  • When I SSH into it, I can ping remote IPs (8.8.8.8) and domain names (www.google.com), this demonstrated that at the Linux OS level the connection is there and works correctly
  • When I try to download an application (e.g. Python) the operation does not work
My set-up
  • F4-210
  • TOS Version 4.1.18-2001031356
  • Ethernet connection trough a Switch to the home router
  • Static IP configuration
Any idea of how to resolve the issue?

Thanks!

Re: F4-210 Internet Status Disconnected

Posted: 02 Oct 2020, 21:39
by Chemic
Ok guys, I found the root cause being the resolf.conf file:

Code: Select all

admin@TNAS-011CA0:/etc$ cat resolv.conf
nameserver 192.168.1.1

192.168.1.1 is my OLD router. Since I changed ISP I now use 192.168.1.254

Code: Select all

admin@TNAS-011CA0:/etc$ su
Password:
root@TNAS-011CA0:/etc# echo "nameserver 192.168.1.254" > resolv.conf
root@TNAS-011CA0:/etc# cat resolv.conf
nameserver 192.168.1.254
root@TNAS-011CA0:/etc# reboot
And now it works: connection is up, package download works.
Any hint on where this is set on the GUI?

Re: F4-210 Internet Status Disconnected

Posted: 02 Oct 2020, 22:15
by Hardfecx
Why not upgrading to 4.1.3?

Re: F4-210 Internet Status Disconnected

Posted: 02 Oct 2020, 23:46
by Chemic
Right, why not? :roll: I'm just doing it now