Page 1 of 1

[Help] TOS7 Setting NFS domain name has no effect

Posted: 17 Jul 2026, 01:14
by peteru
TOS 7.0.0780

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]
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:

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
    }
  }
}
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.

Code: Select all

# nfsidmap -d
localdomain
Reposted to the correct forum section...

Re: [Help] TOS7 Setting NFS domain name has no effect

Posted: 17 Jul 2026, 15:39
by TMjack
We will assign engineers to resolve the issue you reported at the earliest opportunity.