F4-210 Internet Status Disconnected

IPv4/6, Port, VPN, proxy, SSH, remote access and more.
Locked
Chemic
Posts: 7
Joined: 03 Mar 2020, 17:20

F4-210 Internet Status Disconnected

Post 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!
Chemic
Posts: 7
Joined: 03 Mar 2020, 17:20

Re: F4-210 Internet Status Disconnected

Post 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?
User avatar
Hardfecx
Posts: 244
Joined: 04 Jun 2020, 23:17

Re: F4-210 Internet Status Disconnected

Post by Hardfecx »

Why not upgrading to 4.1.3?
Chemic
Posts: 7
Joined: 03 Mar 2020, 17:20

Re: F4-210 Internet Status Disconnected

Post by Chemic »

Right, why not? :roll: I'm just doing it now
Locked

Return to “Network”