On Tue, Oct 10, 2006 at 10:01:42AM +0700, Steven Demetrius wrote: > Here is the contents of my /etc/hosts > ********************************************* > 127.0.0.1 localhost > 127.0.1.1 deblin.fiwwi.prv deblin
Note that the latter line is going to break if you're running NFSv4. > My /etc/host.allow and /etc/host.deny files are empty. You mean hosts.allow and hosts.deny? > #Export music files > /home/music 192.168.20.0/255.255.255.0(rw,sync,no_subtree_check) > > #Export Debian directoy > /home/debian 192.168.20.0/255.255.255.0(rw,sync,no_subtree_check) > > #Export steven home > /home/steven 192.168.20.0/255.255.255.0(rw,sync,no_subtree_check) > ********************************************* > > I also tried export to *(rw,sync), localhost(rw,sync) and > 127.0.0.1(rw,sync) with the same results. Well, it works for me with 127.0.0.1(rw,async). Did you remember to reload nfs-kernel-server between editing the files? > I am still learning Debian/Linux and have not delved into bind as yet. > Please advise. Look up the --bind parameter in the mount manpage. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

