- modem/router from the provider that also provides DHCP for my network
- managed switches (fixed IP) that connect the pc's and laptops and also a single NAS
- the NAS and desktop use DHCP
- NAS has hostname "truenas"
The NAS runs Truenas and has SMB and NFS running. I use NFS with Gentoo, my sister SMB with Windows.
I have set my fstab like this:
Code: Select all
truenas:/mnt/nas/public /mnt/nas nfs noauto,rw,users,_netdev 0 0But where or what makes the translation from "truenas" to the IP address?


