URL: https://linuxfr.org/forums/linux-general/posts/network-is-unreachable-sur-mon-nas-ds413j Title: "Network is unreachable" sur mon NAS DS413j Authors: Madef Date: 2013年11月09日T08:44:16+01:00 License: CC By-SA Tags: network et synology Score: 1 Bonjour à tous, Depuis quelque temps et pour une raison inconnu, mon NAS n'a plus accès au réseau externe. Je ne suis pas un expert en réseau. Malgré tout j'ai fait quelque test et pour moi tout semble OK. Par exemple un wget de google.com : ``` $ wget google.com --18:57:11-- http://google.com/ => 'index.html' Resolving google.com... 173.194.40.192, 173.194.40.195, 173.194.40.206, ... Connecting to google.com|173.194.40.192|:80... failed: Connection timed out. Connecting to google.com|173.194.40.195|:80... failed: Connection timed out. ``` Alors que wget sur un poste local fonctionne : ```> wget 192.168.0.11 --19:05:35-- http://192.168.0.11/ => 'index.html.1' Connecting to 192.168.0.11:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,619 (1.6K) [text/html] 100%[==========================================================>] 1,619 --.--K/s 19:05:35 (47.56 MB/s) - 'index.html.1' saved [1619/1619] ``` Les routes ne me semblent pas déconnantes : ```> route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 ``` Enfin le traceroute de google.com, qui montre qu'il arrive bien à sortir. Peut être est-ce le retour alors ? ```> traceroute google.com traceroute to google.com (173.194.40.194), 30 hops max, 38 byte packets 1 192.168.0.1 (192.168.0.1) 0.396 ms 0.328 ms 0.165 ms 2 10.92.0.1 (10.92.0.1) 7.114 ms 7.339 ms 8.499 ms 3 ip-225.net-80-236-9.asnieres.rev.numericable.fr (80.236.9.225) 7.524 ms 8.369 ms 11.472 ms 4 ip-249.net-80-236-0.static.numericable.fr (80.236.0.249) 15.135 ms 13.875 ms 8.017 ms 5 172.19.128.170 (172.19.128.170) 8.292 ms 9.545 ms 12.645 ms 6 ip-161.net-80-236-1.static.numericable.fr (80.236.1.161) 32.985 ms 8.636 ms 20.024 ms 7 72.14.239.205 (72.14.239.205) 12.873 ms 11.426 ms 9.698 ms 8 209.85.243.51 (209.85.243.51) 10.159 ms 9.604 ms 10.049 ms 9 par10s12-in-f2.1e100.net (173.194.40.194) 9.448 ms 11.503 ms 10.495 ms ``` Quelqu'un aurait une idée ?