Greetings,
Has anyone been able to access the Internet-Box NAS over NFS from Linux?
I inserted a USB stick. I can see it from Linux using SMB protocol:
smb://internetbox-nas.local/USB2/
https://www.swisscom.ch/en/residential/help/internet/nas.html
I am trying to mount the NAS storage in Linux.
This article is very useful:
https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-20-04
https://docs.entcloud.swisscom.com/guide/services/file-service/use/use-nfs/#mount-an-nfs-share
for some reason I am stuck when executing this command:
sudo mount -t nfs 192.168.1.1:/internetbox-nas.local/USB2 /integ/nfs -o vers=4,minorversion=1,sec=sys
mount.nfs: Connection refused
But this works:
telnet 192.168.1.1 443
Trying 192.168.1.1...
Connected to 192.168.1.1.
Any ideas?
Cheers!