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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
