Will it be possible to get an integrated VPN in the ReadyNas ?
Thanks
apt-get install openvpn
apt-get install liblzo1 (if you want data compression)
apt-get install openssl (if not installed)
cd /usr/share/doc/openvpn/examples/easy-rsa/
vi vars
export KEY_COUNTRY=FR
export KEY_PROVINCE=France
export KEY_CITY=YE
export KEY_ORG="Duo-Poussin"
export KEY_EMAIL="poussin@poussin.fr"
wq!
. ./vars
./clean-all
gunzip openssl.cnf.gz
./build-ca
./build-key-server MyVPNServer
cd /usr/share/doc/openvpn/examples/easy-rsa/
# . ./vars
# ./build-key Client01
./build-dh
cp ./keys/ca.crt /etc/openvpn/
cp ./keys/ca.key /etc/openvpn/
cp ./keys/MyVPNServer.crt /etc/openvpn/
cp ./keys/MyVPNServer.key /etc/openvpn/
cp ./keys/dh1024.pem /etc/openvpn/
groupadd openvpn
useradd -d /dev/null -g openvpn -s /bin/false openvpn
cd /usr/share/doc/openvpn/examples/sample-config-files/
gunzip server.conf.gz
cp server.conf /etc/openvpn/
;Port the openvpn will listen to
;port 1194
;Protocole used (udp is more secured than tcp)
proto udp
;Create Virtual Interface
dev tun
;Authentication files
ca ca.crt
cert MyVPNServer.crt
key MyVPNServer.key
dh dh1024.pem
;Virtual Network @ (server is 10.8.0.1)
server 10.8.0.0 255.255.255.0
;add route to the client
push "route 192.168.0.0 255.255.255.0"
;DNS and WINS parameters for the client
push "dhcp-option DNS 192.168.0.2"
push "dhcp-option DOMAIN MonDomaine.com"
push "dhcp-option WINS 192.168.0.3"
# Allow client to see them each-other (if uncomment)
;client-to-client
keepalive 10 120
;Activate compression
comp-lzo
;Processus will use
user openvpn
group openvpn
;Connection is always up
persist-key
persist-tun
status openvpn-status.log
;Log level (from 1 to 9)
verb 1
/etc/init.d/openvpn restart
tail -100 /var/log/syslog
ps aux | grep openvpn
ifconfig
...
tun0 Lien encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet adr:10.8.0.1 P-t-P:10.8.0.2 Masque:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
--- -------- 

--- -------- 

--- -------- 

Don't forget about WebDAV - the simplest way to make a mapped drive over the web that is secure.
...with ReadyNAS Remote, you simply drag & drop files with File Explorer or Finder over CIFS/SMB...
--- -------- 

sanchrts wrote:Thanks for pointing out ReadyNAS Remote. I was very interested in this add-on (white-labelled product from Leaf Networks) until I read the following on ReadyNAS's page:...with ReadyNAS Remote, you simply drag & drop files with File Explorer or Finder over CIFS/SMB...
I am on a Mac and use AFP exclusively as my protocol for accessing files over my filesystem so it looks like this product is not ideal for users on Macs?
yoh-dah wrote:We'll have remote AFP support in the future.
Users browsing this forum: No registered users and 1 guest