LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-06-2008, 12:05 AM   #1
mikeo1313
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Rep: Reputation: 0
user management gui for vpn


Can you recommend vpn server with a management gui to customize folder access (read,write,hidden) on a per user basis?

for example
user x can only see folder y
user y can edit folder x
user z can only upload to an empty directory
user a can see x,y,z but only write z

(windows or linux, doesn't matter) thanks
 
Old 11-06-2008, 12:50 AM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
VPN is really just an extension of your network, so are your really talking about a file server or something on that extended LAN, something like samba?

I guess I'm a bit unclear on exactly what you mean.
 
Old 11-06-2008, 08:18 AM   #3
mikeo1313
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Original Poster
Rep: Reputation: 0
A good example is serve-u ftp server (I'm not sure if theres a linux version).

You configure what privileges users get for each folder (read/write).

Though a vpn is an extension of the network, I want users to have access to "their" network share, not the whole drive.

The application, onenote, is windows based and requires a network share to properly sync, we've been using hamachi vpn to be able to do this over the internet.

I intend on using this application more and more and want to get away from having to personally host my notebooks.

I've looked at a couple of nas's /w embedded linux & mini-servers but still didn't nail how I'm going to accomplish sharing out only parts of the drive since each collab group will probably only need a max of 20 - 50megs. Not to mention I will have personal things on the nas also.

I read some forum posts where people have managed to put openSSH & openVPN on their Qnap NAS, but these are ipkg/ARM versions and believe they aren't menu driven. Not to mention I doubt the possibilities of being able to chroot SSH users will work since nobody on the qnap forum can yet confirm they have.
 
Old 11-06-2008, 08:36 AM   #4
mikeo1313
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Original Poster
Rep: Reputation: 0
Also, I read that ssh fileshares are less stable then vpn fileshares not to mention that ssh also was mainly purposed for temporary/small transfers.

+ I'm not looking for usb router solutions. Just software, a server software either linux or windows.

If its linux I'll check the ipkg software list to see if its available and look further into it.

If the software that tends to be the most promising is available in windows or requires more power I'll probably get an asus eee box or build a mini-box.

Last edited by mikeo1313; 11-06-2008 at 08:38 AM.
 
Old 11-06-2008, 08:45 AM   #5
mikeo1313
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks for the samba suggestion, BTW, here is a list of programs titled samba in ipkg software list:
=======================

Package: samba2
Version: 2.2.12-1
Conflicts: samba
Suggests: xinetd
Architecture: arm
Maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
Size: 7080201
Filename: samba2_2.2.12-1_arm.ipk
Source: http://www.samba.org/samba/ftp/stabl...-2.2.12.tar.gz
Description: Lightweight Samba suite provides file and print services to SMB/CIFS clients.


Package: samba3-dev
Version: 3.2.4-1
Depends: samba
Section: net
Architecture: arm
Maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
MD5Sum: 2604b6244826f87dde7bec52593640c8
Size: 27941
Filename: samba3-dev_3.2.4-1_arm.ipk
Source: http://www.samba.org/samba/ftp/stabl...a-3.2.4.tar.gz
Description: development files for samba3


Package: samba3-swat
Version: 3.2.4-1
Depends: samba, xinetd
Section: net
Architecture: arm
Maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
MD5Sum: d31e956957b101397d3ed93de87f654e
Size: 8921981
Filename: samba3-swat_3.2.4-1_arm.ipk
Source: http://www.samba.org/samba/ftp/stabl...a-3.2.4.tar.gz
Description: the Samba Web Admin Tool for samba3


Package: samba
Version: 3.2.4-1
Depends: popt, readline , openldap-libs
Conflicts: samba2
Suggests: cups
Section: net
Architecture: arm
Maintainer: NSLU2 Linux <nslu2-linux@yahoogroups.com>
MD5Sum: 7ae21f3bd29737a4479b305524161223
Size: 23747698
Filename: samba_3.2.4-1_arm.ipk
Source: http://www.samba.org/samba/ftp/stabl...a-3.2.4.tar.gz
Description: Samba suite provides file and print services to SMB/CIFS clients.


========

If you can't control the setup with a gui, I'd exclude this option. Thanks again
 
Old 11-06-2008, 03:55 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Swat is a web-like front end for samba, samba2 looks like the old version, so if I were you, I'd look at playing with samba and samba3-swat.

Have a look at the docs at www.samba.org while you are about it. I know you want a gui front end, but they'll give you a great idea of what you can do, even if you decide to do it via swat.

Last edited by billymayday; 11-06-2008 at 04:02 PM.
 
Old 11-08-2008, 01:19 AM   #7
mikeo1313
LQ Newbie
 
Registered: Nov 2006
Posts: 19

Original Poster
Rep: Reputation: 0
In the qnap forum it seems samba installs on the nas's have had quite a bit of performance issues. Thanks for the suggestion, it seems you can have allot of control and flexibility over the shares with samba. It seems the only other option would be chrooting ssh users to lock them into their home directory.
 
Old 11-08-2008, 01:32 AM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Are you hooking up linux machines? You could always use NFS.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: EasyVZ: An OpenVZ management GUI released under the GPL. LXer Syndicated Linux News 0 02-07-2007 12:03 AM
WIC wont start from a shell but will through GUI network management with Fedora 5 impulse() Linux - Wireless Networking 0 07-30-2006 07:45 PM
GUI Package Management Problem Lodnod Linux - Newbie 2 10-21-2004 05:25 PM
Distro for K6-2, GUI and easy package management sonofdbn Linux - Newbie 3 03-10-2004 06:48 AM
?vpn clinet (GUI) sanw2k Linux - General 1 12-10-2003 09:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration