wildcards and NFS...

2007-10-26 Thread Bruno Boettcher
hello want to dispatch music from one computer through my house so i exported the mp3 directory by nfs. the problem is that most other comps in the house go by DHCP... so i added the following line to the /etc/exports /home/bboett/mp3/ 192.168.0.*(ro,insecure,root_squash,subtree_check) but

Re: wildcards and NFS...

2007-10-26 Thread Steve Kemp
On Fri Oct 26, 2007 at 13:01:39 +0200, Bruno Boettcher wrote: so i added the following line to the /etc/exports /home/bboett/mp3/ 192.168.0.*(ro,insecure,root_squash,subtree_check) I do this just fine with: /mnt/mp3 192.168.1.0/255.255.255.0 (rw,sync,no_root_squash) Steve -- # The

Re: wildcards and NFS...

2007-10-26 Thread Owen Townend
Hey, Try using this notation instead: /home/bboett/mp3/ 192.168.0.0/24 (ro,insecure,root_squash,subtree_check) cheers, Owen. On Fri, 2007-10-26 at 13:01 +0200, Bruno Boettcher wrote: hello want to dispatch music from one computer through my house so i exported the mp3 directory by nfs.

Re: wildcards and NFS...

2007-10-26 Thread David Brodbeck
On Oct 26, 2007, at 4:20 AM, Steve Kemp wrote: On Fri Oct 26, 2007 at 13:01:39 +0200, Bruno Boettcher wrote: so i added the following line to the /etc/exports /home/bboett/mp3/ 192.168.0.*(ro,insecure,root_squash,subtree_check) I do this just fine with: /mnt/mp3