[Help] TOS7 Setting NFS domain name has no effect
Posted: 17 Jul 2026, 01:14
TOS 7.0.0780
I used NFS Advanced Settings to set the NFSv4 domain.
This had no effect. /etc/idmapd.conf has:
It looks like the only place that the domain name is written into is /etc/tos/config/nfs.json however that file has a number of entries that seem to have typos in their keys. Re-indented for legibility:
Notice wriye instead of write and default_uinx instead of default_unix. The nfs_senior key is also suspicious.
The net effect is that NFSv4 id mapping doesn't work. There is no apparent way to set the domain name for the NAS so it just default to localdomain and that doesn't work in a properly configured network.
Reposted to the correct forum section...
I used NFS Advanced Settings to set the NFSv4 domain.
This had no effect. /etc/idmapd.conf has:
Code: Select all
# cat /etc/idmapd.conf
[General]
Domain=
[Mapping]
Nobody-User=nobody
Nobody-Group=nogroup
[Translation]
Method=nsswitch
GSS-Methods=static
[Static]
Code: Select all
{
"status": 1,
"max_nfs": 2,
"nfs_4_region": "myverywellnameddomain.net",
"nfs_senior": {
"default_uinx": false,
"start_port": {
"enable": false,
"statd": "",
"mlockmgr_port": ""
},
"rw_size": {
"enable": false,
"read": 0,
"wriye": 0
}
}
}
The net effect is that NFSv4 id mapping doesn't work. There is no apparent way to set the domain name for the NAS so it just default to localdomain and that doesn't work in a properly configured network.
Code: Select all
# nfsidmap -d
localdomain