Re: NFS server setup -

2018-04-17 Thread Tom H
On Fri, Apr 13, 2018 at 10:03 PM, Earl Ramirez wrote: >> >> Does "192.168.1.0/255.255.255.0" work?! >> >> The prefix is usually "24" not "255.255.255.0". > > Yes, that also works NFS supports both contiguous mask length and > prefix. Now that you mention it, my memory's

Re: NFS server setup -

2018-04-14 Thread Gordon Messmer
On 04/13/2018 07:26 PM, Joseph Loo wrote: Don't forget to restart the nfs server whenever you do changes on the /etc/exports. You don't need to restart anything, just run "exportfs -r" to rebuild the binary export file. ___ users mailing list --

Re: NFS server setup -

2018-04-14 Thread Gordon Messmer
On 04/13/2018 04:38 PM, Mark C. Allman wrote: This was probably already suggested, but: -- on the server side, run "sudo netstat -antp | grep 111" to see if the nfs server is there & listening. -- on the client side, try the classic "telnet 111" to see if you can at least connect. Port 111

Re: NFS server setup -

2018-04-14 Thread Gordon Messmer
On 04/13/2018 04:38 PM, Joseph Loo wrote: Have you tried showmounts -e 192.168.1.x to see if the nfs server is exporting the directories. Note that showmounts uses the portmapper.  It may only work if your system supports the use of NFSv3.  If you're using only NFSv4, and don't have the

Re: NFS server setup -

2018-04-14 Thread Gordon Messmer
On 04/13/2018 01:57 PM, Rick Stevens wrote: By default F27 uses NFSv4. The access is far more restrictive. I tend to think it is less so, since it uses fewer ports, which are predictable.  That wasn't the case with v3 and older, which tended to require much more permissive firewall policies.

Re: NFS server setup -

2018-04-14 Thread Gordon Messmer
On 04/13/2018 12:34 PM, Bob Goodwin wrote: I am attempting to set up an NFS server on a new Fedora 27 computer I have assembled using instructions I found, "Fedora Administration_Guide_Draft/NFS" and I am having a problem accessing it. Sadly, that document is both incomplete and badly out of

Re: NFS server setup -

2018-04-14 Thread Bob Goodwin
On 04/13/18 15:34, Bob Goodwin wrote: I am attempting to set up an NFS server on a new Fedora 27 computer I have assembled using instructions I found, "Fedora Administration_Guide_Draft/NFS" and I am having a problem accessing it. $ cat /etc/exports /var/ftp/pub  192.168.1.0/255.255.255.0(ro)

Re: NFS server setup -

2018-04-13 Thread Joseph Loo
On 04/13/2018 07:11 PM, Earl Ramirez wrote: > On Fri, 2018-04-13 at 15:34 -0400, Bob Goodwin wrote: >> $ cat /etc/exports >> /var/ftp/pub 192.168.1.0/255.255.255.0(ro) >> /home/public 192.168.1.0/255.255.255.0(rw) >> >> var/ftp/pub 192.168.54.0/255.255.255.0(ro,sync,no_subtree_check) >> >>

Re: NFS server setup -

2018-04-13 Thread Earl Ramirez
On Fri, 2018-04-13 at 15:34 -0400, Bob Goodwin wrote: > . > > I am attempting to set up an NFS server on a new Fedora 27 computer > I > have assembled using instructions I found, "Fedora > Administration_Guide_Draft/NFS" and I am having a problem accessing > it. > > $ cat /etc/exports >

Re: NFS server setup -

2018-04-13 Thread Earl Ramirez
> > Does "192.168.1.0/255.255.255.0" work?! > > The prefix is usually "24" not "255.255.255.0". Yes, that also works NFS supports both contiguous mask length and prefix. - name: Earl Ramirez e-mail: earlarami...@gmail.com signature.asc Description: This is a digitally signed message

Re: NFS server setup -

2018-04-13 Thread Tom H
On Fri, Apr 13, 2018 at 3:34 PM, Bob Goodwin wrote: > > I am attempting to set up an NFS server on a new Fedora 27 computer I have > assembled using instructions I found, "Fedora > Administration_Guide_Draft/NFS" and I am having a problem accessing it. > > $ cat

Re: NFS server setup -

2018-04-13 Thread Joseph Loo
On 04/13/2018 04:01 PM, Ed Greshko wrote: > On 04/14/18 06:16, Bob Goodwin wrote: >> On 04/13/18 16:57, Rick Stevens wrote: >>> By default F27 uses NFSv4. The access is far more restrictive. If you're >>> NFS mounting a filesystem as a normal user on the client, then you have >>> to make sure that

Re: NFS server setup -

2018-04-13 Thread Mark C. Allman
On 04/13/2018 07:01 PM, Ed Greshko wrote: > On 04/14/18 06:16, Bob Goodwin wrote: >> On 04/13/18 16:57, Rick Stevens wrote: >>> By default F27 uses NFSv4. The access is far more restrictive. If you're >>> NFS mounting a filesystem as a normal user on the client, then you have >>> to make sure

Re: NFS server setup -

2018-04-13 Thread Ed Greshko
On 04/14/18 06:16, Bob Goodwin wrote: > On 04/13/18 16:57, Rick Stevens wrote: >> By default F27 uses NFSv4. The access is far more restrictive. If you're >> NFS mounting a filesystem as a normal user on the client, then you have >> to make sure that user has the same UID and GID on the server and

Re: NFS server setup -

2018-04-13 Thread Bob Goodwin
On 04/13/18 16:57, Rick Stevens wrote: By default F27 uses NFSv4. The access is far more restrictive. If you're NFS mounting a filesystem as a normal user on the client, then you have to make sure that user has the same UID and GID on the server and has access to that exported directory. If

Re: NFS server setup -

2018-04-13 Thread Rick Stevens
On 04/13/2018 12:39 PM, Danny Horne via users wrote: > On 13/04/18 20:34, Bob Goodwin wrote: >> . >> >> I am attempting to set up an NFS server on a new Fedora 27 computer I >> have assembled using instructions I found, "Fedora >> Administration_Guide_Draft/NFS" and I am having a problem accessing

Re: NFS server setup -

2018-04-13 Thread Bob Goodwin
On 04/13/18 15:36, Terry Polzin wrote: Firewall? Probably closed by default. . I just tried stopping firewalld and selinux at either computer, client and server, one at a time, but it would not connect with any one of them stopped. -- Bob Goodwin - Zuni, Virginia, USA

Re: NFS server setup -

2018-04-13 Thread Bob Goodwin
On 04/13/18 15:37, Danny Horne via users wrote: I can't see anything there that says you've opened up the NFS ports on the NFS server I have another NFS server that's always running and works so I think the required ports are open. Firewall? Probably closed by default. May be a firewall

Re: NFS server setup -

2018-04-13 Thread Terry Polzin
On Fri, Apr 13, 2018 at 3:34 PM, Bob Goodwin wrote: > . > > I am attempting to set up an NFS server on a new Fedora 27 computer I have > assembled using instructions I found, "Fedora Administration_Guide_Draft/NFS" > and I am having a problem accessing it. > > $ cat

Re: NFS server setup -

2018-04-13 Thread Danny Horne via users
On 13/04/18 20:34, Bob Goodwin wrote: > . > > I am attempting to set up an NFS server on a new Fedora 27 computer I > have assembled using instructions I found, "Fedora > Administration_Guide_Draft/NFS" and I am having a problem accessing it. > > $ cat /etc/exports > /var/ftp/pub 

Re: NFS server setup -

2018-04-13 Thread Danny Horne via users
On 13/04/18 20:34, Bob Goodwin wrote: > . > > I am attempting to set up an NFS server on a new Fedora 27 computer I > have assembled using instructions I found, "Fedora > Administration_Guide_Draft/NFS" and I am having a problem accessing it. > > $ cat /etc/exports > /var/ftp/pub 

NFS server setup -

2018-04-13 Thread Bob Goodwin
. I am attempting to set up an NFS server on a new Fedora 27 computer I have assembled using instructions I found, "Fedora Administration_Guide_Draft/NFS" and I am having a problem accessing it. $ cat /etc/exports /var/ftp/pub  192.168.1.0/255.255.255.0(ro) /home/public