Mailinglist Archive: opensuse (3419 mails)
| < Previous | Next > |
Re: [opensuse] nfs server /require/ reverse DNS lookup working?!
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Mon, 9 Apr 2007 11:22:09 +0200
- Message-id: <200704091122.09501.andjoh@xxxxxxxxxx>
On Monday 09 April 2007 09:49, Zhang Weiwu wrote:
> joe:/home/zhangweiwu # cat /etc/exports
> /home/packman/ *(ro,no_subtree_check,insecure,sync)
Don't use * as a wildcard in /etc/exports. It says explicitly in the
documentation that this can happen. * requires reverse DNS.
If you don't want to have reverse DNS, use IP notation 0.0.0.0/0.0.0.0
instead.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> joe:/home/zhangweiwu # cat /etc/exports
> /home/packman/ *(ro,no_subtree_check,insecure,sync)
Don't use * as a wildcard in /etc/exports. It says explicitly in the
documentation that this can happen. * requires reverse DNS.
If you don't want to have reverse DNS, use IP notation 0.0.0.0/0.0.0.0
instead.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |