My nfs configuration files (exports, hosts.allow and fstab) all require numeric IP addresses (I think I read that somewhere).
But my router has a nasty habit of sometimes changing the numeric addresses of the computers plugged in. Usually when 1 has been turned off for a few days.
My computers have the names my-net, her-net and her-net-old. I would like to use the computer names which are listed on the router with their corresponding numeric addresses.
Can I get Linux and nfs to utilitze the alpha-numeric names instead of the strictly numeric names?
I have tried to get the alpha-numeric names recognized, but I have failed to do so. For example if I type:
host her-net
Host her-net not found: 3(NXDOMAIN)
So the alpha-numeric name isn't recognized. How do I get Linux/nfs to do so?
But my router has a nasty habit of sometimes changing the numeric addresses of the computers plugged in. Usually when 1 has been turned off for a few days.
My computers have the names my-net, her-net and her-net-old. I would like to use the computer names which are listed on the router with their corresponding numeric addresses.
Can I get Linux and nfs to utilitze the alpha-numeric names instead of the strictly numeric names?
I have tried to get the alpha-numeric names recognized, but I have failed to do so. For example if I type:
host her-net
Host her-net not found: 3(NXDOMAIN)
So the alpha-numeric name isn't recognized. How do I get Linux/nfs to do so?
Comment