Author Topic: Keeping/auto starting a network connection to another Linux PC  (Read 546 times)

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 897
Keeping/auto starting a network connection to another Linux PC
« on: October 28, 2010, 10:28:16 AM »
I set up the NFS shares on the computer downstairs a while back and they do work. I can can go into Dolphin, click on Network, and sometimes have to press F5 but then the machines on the network do show up. I click on the machine I want, click one of the listings on that machine, enter the prompted username and password, and then the directory view finally arrives.

I would much prefer one click access, no password req'd. I'm sure this is possible. Any hints?

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Keeping/auto starting a network connection to another Linux PC
« Reply #1 on: October 28, 2010, 10:38:29 AM »
I set up the NFS shares on the computer downstairs a while back and they do work. I can can go into Dolphin, click on Network, and sometimes have to press F5 but then the machines on the network do show up. I click on the machine I want, click one of the listings on that machine, enter the prompted username and password, and then the directory view finally arrives.

I would much prefer one click access, no password req'd. I'm sure this is possible. Any hints?

Adjust the server end so that its shares do not require password or user authentication.

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 897
Re: Keeping/auto starting a network connection to another Linux PC
« Reply #2 on: October 28, 2010, 11:20:46 AM »
I tried adjusting the MSEC Network security permissions to make them more lax. No effect. I also adjusted my NFS shares to what i thought were more sensible settings, still no joy.

Looking at Dolphin it appears that i should be able to add a place and configure that place as one of my shares. This would be exactly what I'm looking for. One click and in!

I gave that a try but didn't have much success. Worse it said something about network access not being supported.

edit: I also had a look at the PCC/Network Sharing/Access NFS shared drives and directories. What is this screen supposed to do exactly? I can't make anything on it to do anything. There are defined Shares on that other machine but it isn't finding anything.
« Last Edit: October 28, 2010, 11:26:18 AM by dixonpete »

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Keeping/auto starting a network connection to another Linux PC
« Reply #3 on: October 28, 2010, 11:41:33 AM »
...
 I also had a look at the PCC/Network Sharing/Access NFS shared drives and directories. What is this screen supposed to do exactly? I can't make anything on it to do anything. There are defined Shares on that other machine but it isn't finding anything.

Are the share on the other machine entered in fstab?

Offline dixonpete

  • Hero Member
  • *****
  • Posts: 897
Re: Keeping/auto starting a network connection to another Linux PC
« Reply #4 on: October 28, 2010, 11:51:34 AM »
i'm just figuring out that's the part I'm missing. When I was accessing the other machine i wasn't using the Shares at all. I'm a networking noob. I'll do some reading.

Seems also when adding a NFS Place in  Dolphin you need to be logged in as root. I'm getting there.

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Keeping/auto starting a network connection to another Linux PC
« Reply #5 on: October 28, 2010, 12:02:18 PM »
i'm just figuring out that's the part I'm missing. When I was accessing the other machine i wasn't using the Shares at all. I'm a networking noob. I'll do some reading.

Seems also when adding a NFS Place in  Dolphin you need to be logged in as root. I'm getting there.


If the NFS shares from PC1 are mounted via an fstab entry in PC2 then that can be arranged to give user access rather than root access to the shares.

This may help you get things going .....

http://www.pclinuxos.com/forum/index.php/topic,81415.msg677960.html#msg677960

If you are using software firewalls you may been to open ports to allow the traffic.

regards.