Onsdag 27 december 2006 20:33 skrev Tim Erickson:
> Hello
>
> I'm looking to set up Suse 10.2 to share files between several
> computers in my home via a wireless router. [Linksys WRT54GL] The
> router is the connection to the internet btw. I would like to use NFS
> but having never done so before I'm looking for some advice and/or
> links to how-to files for SUSE. Currently I have installed the NFS
> software for client and server on the main machine and my laptop and
> have tried to get them to talk to each other with no luck. All my
> attempts at configuration have been done with the YAST2 modules since
> I figure that is  the most fool-proof method.
>
> Q: Do I need to have NIS server setup? The machines get their
> addresses from the router's DHCP. Is this relevant?
>
> Q: Is there a special configuration I need to do within the router? VPN?
>
> Q; Is there a better way? Samba, iFolder?
>
> Thanks in advance,
>
> Tim

Hi,

You don't need a NIS setup.
You don't need anything special in your router.
I think the best way is to manually edit /etc/exports and /etc/fstab and then 
use YaST to start the NFS server service.

This is your server.../etc/exports
/home/somedir/ashareddirectory       10.0.0.0/255.255.255.0(rw,sync)
#the PATH of the shared stuff         the network/mask          some options
In YaST, select network services, start the NFS server.

This is your client..one of many, in /etc/fstab do something like...
10.0.0.30:/home/somedir/ashareddirectory  /home/someuser/some-directory     
nfs     rw,rsize=8192,wsize=8192
(all of the above in one line)


Does this help?
-- 


-------------------------------------------------------------------------
Med venlig hilsen/Best regards
Verner Kjærsgaard
SuSE10.2 2.6.18.2-34-default
8:36pm oppe 2:09, 4 users, belastningennemsnit: 0,09, 0,18, 0,24
-------------------------------------------------------------------------
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to