11-30-2018, 08:10 PM
You would just need to ping the NAS's host name from the Pi.
But this will only work if the WiFi adapter in your Pi was configured with the correct Gateway and DNS entries.
Since its IP address is 192.168.1.8 the Gateway and primary DNS addresses should both be 192.168.1.1 which is the LAN address of your Router. Normally these addresses are automatically assigned by your Routers DHCP service except if you have assigned a static IP address in moOde or created a DHCP reservation in your Router. In these two cases your manually entered addresses would used.
Post a screen shot of moOde network config screen and also the output from the command below which will show the DNS address assigned to the WiFi adapter.
-Tim
Code:
ping ODROIDXU4
But this will only work if the WiFi adapter in your Pi was configured with the correct Gateway and DNS entries.
Since its IP address is 192.168.1.8 the Gateway and primary DNS addresses should both be 192.168.1.1 which is the LAN address of your Router. Normally these addresses are automatically assigned by your Routers DHCP service except if you have assigned a static IP address in moOde or created a DHCP reservation in your Router. In these two cases your manually entered addresses would used.
Post a screen shot of moOde network config screen and also the output from the command below which will show the DNS address assigned to the WiFi adapter.
Code:
cat /etc/resolv.conf
-Tim