On Tuesday 15 November 2005 12:51, MJ Ray wrote:
[root@dell stelmack]# more /etc/exports 192.168.1.2(rw) 192.168.1.1(rw)
That doesn't look like a valid exports file to me. Check it against man 5 exports on your system (which might use a different format).
Agreed. The entry in my exports looks like:
/mount *(rw,no_root_squash,sync)
The important thing here is the directory that you need to export. Also, you need to include the name or address of the computers permitted to use this directory in hosts.allow. Again, mine has:
ALL:192.168.0.
For machines in the 192.168.1.xxx range, the entry would need to be changed to:
ALL:192.168.1.
Regards, Paul.