I'm trying to set up an NFS server on a FreeBSD 7.1 machine to serve a few linux clients. The shares are intended to be mounted at boot through /etc/fstab. Actually I've got everything working by assigning the server a static IP and exporting to "-address x.y.z.0 -netmask 255.255.255.0" (or something like that, i don't recall the exact syntax). But I'd like to get it working with all dynamic IPs (DHCP on a Linksys router).
Basically, I reckon I need hostname resolution on both the server and client sides. Is this possible without changing the network architecture? If so, I'd just like some pointers in the right direction. I found
this thread about netbios name resolution on Linux, but I'm not able to test it ATM. Regardless, I'm interested in alternatives as I'd prefer to not install samba. Thanks.