Display MoreHi !
Even with your command :
Coderoot@debiannasgalope:~# wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | bash --2025-11-04 19:35:28-- https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install Résolution de github.com (github.com)… échec : Échec temporaire dans la résolution du nom. wget : impossible de résoudre l’adresse de l’hôte « github.com » root@debiannasgalope:~#Soma, the house network is as follow :
4G Huawei router first floor
Asus wifi router ground floor (Mibox TV, Hifi switch-music server-all in one hifi Amp)
Asus same wifi router set as repeater (pro PC and NAS are connected to ethernet)...
Everything works fine, unless the nas.... Grrrrrrr !
My command looked after the sudo errors. You still have a dns error. can you ping from the server?
ping -c5 8.8.8.8
Should get a response like this:
Code
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=39.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=115 time=37.8 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=115 time=37.8 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=115 time=37.4 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=115 time=37.9 ms
if that works how about
ping -c5 dns.google.com
Should get a response like this:
Code
PING dns.google.com (8.8.8.8) 56(84) bytes of data.
64 bytes from dns.google (8.8.8.8): icmp_seq=1 ttl=115 time=38.5 ms
64 bytes from dns.google (8.8.8.8): icmp_seq=2 ttl=115 time=37.6 ms
64 bytes from dns.google (8.8.8.8): icmp_seq=3 ttl=115 time=37.8 ms
64 bytes from dns.google (8.8.8.8): icmp_seq=4 ttl=115 time=37.3 ms
64 bytes from dns.google (8.8.8.8): icmp_seq=5 ttl=115 time=37.3 ms
If none of that works, perhaps your nic is not configured
What is the output of ip a