Remote client for Linux

ReadyNAS Remote allows you to have seamless drag & drop remote access to your ReadyNAS. See What is ReadyNAS Remote? for more info.

Re: Remote client for Linux

Postby pdharg » Sun Mar 04, 2012 5:32 am

Yet another Vote. Command line or ssh would be a great start.

Is there any way at all of gaining remote access to a Ready Duo from a Linux client?
pdharg
ReadyNAS Newbie
 
Posts: 13
Joined: Mon Apr 05, 2010 3:06 am
ReadyNAS: Duo

Re: Remote client for Linux

Postby greymont » Mon Mar 05, 2012 9:15 am

Yet another request for a linux ReadyNAS Remote client.
greymont
ReadyNAS Newbie
 
Posts: 12
Joined: Mon Jul 11, 2011 11:58 am
Location: Massachusetts, USA
ReadyNAS: Ultra

Re: Remote client for Linux

Postby elmacus » Mon Mar 05, 2012 1:17 pm

+1 . Debian.

Sent from my Galaxy Nexus using Tapatalk
elmacus
ReadyNAS Newbie
 
Posts: 11
Joined: Wed Mar 23, 2011 1:35 am
ReadyNAS: 2100

Re: Remote client for Linux

Postby orGSD » Sat Mar 10, 2012 4:42 pm

I will begrudgingly bump this thread as well. I had a brief exchange with someone from Netgear towards the end of 2010 about at least a command line client. I have not yet had any updates but I did just contact them again seeking an update. This individual has been friendly and helpful in the past.

Cheers,

orGSD
orGSD
ReadyNAS Newbie
 
Posts: 21
Joined: Fri Aug 15, 2008 6:11 pm

Re: Remote client for Linux

Postby brainjuice » Mon Jun 04, 2012 6:44 am

Thinking this is going no where but willing to throw my hat in the ring asking for a Linux (debian Ubuntu for me) client.
brainjuice
ReadyNAS Newbie
 
Posts: 3
Joined: Tue Jul 01, 2008 8:21 pm

Re: Remote client for Linux

Postby Ton » Mon Jun 11, 2012 11:04 am

+1. Ubuntu/Mint.
Ton
ReadyNAS Newbie
 
Posts: 4
Joined: Thu May 17, 2007 7:58 am

Re: Remote client for Linux

Postby edalquist » Mon Jul 09, 2012 9:18 am

Another vote here. Just getting a CLI client out would be huge. Then you can get help from other folks with wrapping a GUI around it.
edalquist
ReadyNAS Newbie
 
Posts: 16
Joined: Thu Dec 22, 2011 9:20 am
ReadyNAS: Ultra

Re: Remote client for Linux

Postby mbburgess2008 » Mon Sep 03, 2012 11:50 pm

I would be interested in a Linux version of Remote for Linux (command line or GUI)
mbburgess2008
ReadyNAS Newbie
 
Posts: 1
Joined: Mon Sep 03, 2012 11:45 pm
ReadyNAS: Duo

Re: Remote client for Linux

Postby sorenfriis » Tue Sep 04, 2012 12:52 am

I have had great success in installing OpenVPN on my Ultra2.

It is a much more versatile solution that will even get you access to the rest of your home network.

I followed this guide
http://blog.roychowdhury.org/2011/05/10/adding-a-vpn-server-to-readynas/
sorenfriis
ReadyNAS Newbie
 
Posts: 4
Joined: Mon Jan 17, 2011 11:15 am
ReadyNAS: Duo

Re: Remote client for Linux

Postby chirpa » Tue Sep 04, 2012 11:38 am

There is a Linux binary for it (such as used on the ReadyNAS). I don't have access to the manual setup steps anymore since I left NTGR, or I'd share it. Maybe cap1 can drop it in here one of these days.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: Remote client for Linux

Postby StephenB » Tue Sep 04, 2012 11:39 am

chirpa wrote:There is a Linux binary for it (such as used on the ReadyNAS). I don't have access to the manual setup steps anymore since I left NTGR, or I'd share it. Maybe cap1 can drop it in here one of these days.
That would be very nice! Looking forward to seeing it.
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5066
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Remote client for Linux

Postby OOM-9 » Tue Sep 04, 2012 2:56 pm

I have been trying to get the manual setup for the Remote on my linux box, but I need to look into it more. I will keep everyone posted once I find out more details.
Support Contact Info | Hardware Compatibility List | FAQ | How to send logs | XRAID Calc | Follow me on twitter

"What's not to get, Commander? It is a simple concept to understand."
User avatar
OOM-9
Jedi Council
 
Posts: 279
Joined: Wed Sep 28, 2011 11:39 pm

Re: Remote client for Linux

Postby chirpa » Wed Sep 05, 2012 12:56 pm

Check with cap1, he has all the details, and a .deb file for the p2p agent.

Just a matter of dpkg -i, then copy/config the configuration.xml.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: Remote client for Linux

Postby chirpa » Thu Oct 25, 2012 12:53 am

Okay, well since none of the Jedi's reply on here much anymore, I dug up old emails with some instructions, YMMV.

http://www.sendspace.com/file/n6ij51 (leafp2p.deb,1.9.9-75)
http://www.sendspace.com/file/vhiehc (remote.deb,0.9.9-1)

Code: Select all
You will have to do is create an account for your device and update lnconfiguration.xml with this new account for your device.
You can create an account here: https://remote.readynas.com/index.jsp?pid=4

dpkg -i leafp2p.deb
vi /opt/p2p/conf/lnconfiguration.xml // and update the device account you created and change <Settings><Run>1</Run>
vi /opt/p2p/conf/lnservices.lst // and make sure you have remote in the first line
mkdir /opt/p2p/conf/service folder // and add remote.xml file like I have on my machine. <- dont have this, was notes from cap1
mkdir /opt/remote /opt/remote/conf /opt/remote/bin
mv ./remote  /opt/remote/bin
// Create a file in /opt/remote/bin/ called remote.sh like I have on my machine. <- dont have this, was notes from cap1
/etc/init.d/leafp2p start
start-stop-daemon -S -b -m --pidfile /var/run/READYNASREMOTE.pid -q -x /opt/remote/bin/remote.sh

You're on your own from there. I stopped using Remote, so don't ask me for help setting it up.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Previous

Return to ReadyNAS Remote



Who is online

Users browsing this forum: No registered users and 1 guest