On Mon, Jul 24, 2017 at 10:55:28AM +0200, Hauke Fath wrote: > On 07/23/17 19:03, Andreas Beck wrote: > > When I want to mount from the client, i get this error: > > mount_nfs: can't access /: Permission denied > > [...] > > > /etc/exports > > / -network 10.8.0.0 -mask 255.255.255.255 -maproot=root > > Unless 10.8.0.0 is the client's address (and you have > net.inet.ip.hostzerobroadcast=0 to make use of the all-zeroes sublet > address), your subnet mask will not match any host. > > Cheerio, > hauke > > > > -- > The ASCII Ribbon Campaign Hauke Fath > () No HTML/RTF in email Institut für Nachrichtentechnik > /\ No Word docs in email TU Darmstadt > Respect for open standards Ruf +49-6151-16-21344
Yes, right. 255.255.255.255 cant work. This was the Problem, and now it works! Regards, Andreas