Re: Problem with OpenBSD as nfs client

2018-04-30 Thread philipper01
Thank you so much Eike mount_nfs -T works perfectly. So i added TCP option in my fstab and all my shares are automatically mounted. Philippe -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html

Re: Problem with OpenBSD as nfs client

2018-04-30 Thread Rupert Gallagher
> /home/filip/Documents 192.168.1.1238 1238?

Re: Problem with OpenBSD as nfs client

2018-04-30 Thread Eike Lantzsch
On Sunday, April 29, 2018 10:36:22 AM -04 philipper01 wrote: > I had a cpy/paste mistake > > my exports file is : > > /home/filip/Documents 192.168.1.128 (rw) > > /home/filip/Public 192.168.1.128 (rw) To be sure that I misunderstand you correctly: 192.168.1.128 is the ip of your OpenBSD 6.3 clien

Re: Problem with OpenBSD as nfs client

2018-04-30 Thread vandung
Hi Philipper01, I am no expert in NFS. Your OpenBSD NFS client looks to call a different IP that the described Fedora workstation. Cheers, Van Dung -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html

Re: Problem with OpenBSD as nfs client

2018-04-30 Thread Stuart Longland
On 29/04/18 19:22, philipper01 wrote: > First, im new with OpenBSD 6.3 that i run in Virtualbox. > > I try to setup a NFS share : > server is Fedora workstation 28 > - exports file looks like this > /home/filip/Documents 192.168.1.1238 (rw) > /home/filip/Public 192.168.1.128 (rw) > Of course NFS

Re: Problem with OpenBSD as nfs client

2018-04-29 Thread philipper01
I had a cpy/paste mistake my exports file is : > /home/filip/Documents 192.168.1.128 (rw) > /home/filip/Public 192.168.1.128 (rw) and the output of rpcinfo : filip@openbsd:~$ rpcinfo -p 192.168.1.85 program vers proto port 104 tcp111 portmapper 103 tcp

Problem with OpenBSD as nfs client

2018-04-29 Thread philipper01
Hi, First, im new with OpenBSD 6.3 that i run in Virtualbox. I try to setup a NFS share : server is Fedora workstation 28 - exports file looks like this /home/filip/Documents 192.168.1.1238 (rw) /home/filip/Public 192.168.1.128 (rw) Of course NFS is active on the server client is Openbsd 6.3 an

Re: Problem with OpenBSD as nfs client

2018-04-29 Thread Ken M
Best guess the problem is selinux on the fedora side. Try setting it to permissive and if that solves the problem. If that does solve the problem you need to analyze what to change in selinux not just leave it at permissive. Sorry I forget the exact commands but they can be found with a quick g

Re: Problem with OpenBSD as nfs client

2018-04-29 Thread Eike Lantzsch
On Sunday, April 29, 2018 2:14:23 PM -04 philippe@laposte.net wrote: > Hi, > > First, im new with OpenBSD 6.3 that i run in Virtualbox. > > I try to setup a NFS share : > server is Fedora workstation 28 > - exports file looks like this > /home/filip/Documents 192.168.1.1238 (rw) > /home/filip

Re: Problem with OpenBSD as nfs client

2018-04-29 Thread Solene Rapenne
philippe@laposte.net writes: > Hi, > > First, im new with OpenBSD 6.3 that i run in Virtualbox. > > I try to setup a NFS share : > server is Fedora workstation 28 > - exports file looks like this > /home/filip/Documents 192.168.1.1238 (rw) > /home/filip/Public 192.168.1.128 (rw) > Of c

Problem with OpenBSD as nfs client

2018-04-29 Thread philippe . r01
Hi, First, im new with OpenBSD 6.3 that i run in Virtualbox. I try to setup a NFS share : server is Fedora workstation 28 - exports file looks like this /home/filip/Documents 192.168.1.1238 (rw) /home/filip/Public 192.168.1.128 (rw) Of course NFS is active on the server client is Openbsd