NFS exports and netgroups.

Hi all,

I’ve migrated my home gateway / server from 11.4 to Leap 42.1 and am having problems getting my NFS exports to work.

I have a local dns domain for my local network machines which is served by a local named this is working correctly and can look up the machines and get the correct IP address (i.e. for nslookup, ssh etc).

In my /etc/netgroup I have :


linux   (aurigae.ftt,,) (altair.ftt,,) (beavis.ftt,,) (clarf.ftt,,) (deneb.ftt,,) (capella.ftt,,) (olga.ftt,,) 

in /etc exports I have :


/home   @linux(rw,no_root_squash,fsid=0)
/usr/src        @linux(rw,no_root_squash) @sgi(rw,no_root_squash) @sun(rw,no_root_squash) @mac(rw,no_root_squash,insecure)
/var/mail       @linux(rw,no_root_squash) @sgi(rw,no_root_squash) @sun(rw,no_root_squash) @mac(rw,no_root_squash,insecure)
/other/src      @linux(rw,no_root_squash) @sgi(rw,no_root_squash) @sun(rw,no_root_squash) @mac(rw,no_root_squash,insecure)
/other/dist     @linux(rw,no_root_squash) @sgi(rw,no_root_squash) @sun(rw,no_root_squash) @mac(rw,no_root_squash,insecure)
/other/SuSE     @linux(ro,no_root_squash) @all(ro,no_root_squash)
/other/Ubuntu   @linux(ro,no_root_squash)
/tmp    @test(rw,no_root_squash)

However if I move to machine capella and type :


capella:~ # mount aurigae:/tmp /mnt
mount.nfs: access denied by server while mounting aurigae:/tmp

As you can see I get an nfs access error, exporting the /tmp as either capella(rw,no_root_squash) or using 192.168.0.0/24(rw,no_root_squash) and it works.

Any idea what is causing this as it used to work without problems on 11.4.

Cheers.

Phill.