DNS Services (bind) and Synology cs407

Setup of your CS407

ssh login to your CS407
ipkg -force-depends install bind (provided you have configured optware for your CS407) — link –
I pretty much followed the instructions for setting up and configuring a primary DNS server, so nothing to add from my side
reverse DNS lookup of any IP address in the local zone doesn’t work [...]

read the article

openldap and Synology CS407

Setup of your CS407

ssh login to your CS407
ipkg -force-depends install openldap (provided you have configured optware for your CS407) — link –
cd /opt/etc/openldap/ and edit slapd.conf and add the following lines (take a look at the README to define which schema files are appropriate for your environment) – below listed schema files are made available [...]

read the article

openvpn and PKI and Synology CS407

The following is a summary of all required steps to enable your CS407 to use openvpn with your own PKI – I was following these instructions. If you want to install and configure openvpn, follow this link.

download and extract openvpn-2.x.zip
copy easy-rsa folder to /opt/etc/openvpn/easy-rsa
edit vars in folder /opt/etc/openvpn/easy-rsa
export KEY_CONFIG=/opt/etc/openvpn/easy-rsa/openssl.cnf
export KEY_DIR=/opt/etc/openvpn/private.lan/keys
export KEY_COUNTRY=YOURCOUNTRY
export KEY_PROVINCE=YOURPROVINCE
export KEY_CITY=YOURCITY
export [...]

read the article

openvpn with Synology CS407

I took the liberty to copy from the following tutorial:  nas-forum

Setup of your CS407

ssh login to your CS407
ipkg -force-depends install openvpn (provided you have configured optware for your CS407) — link –
mkdir /dev/net
mknod /dev/net/tun c 10 200
mkdir /lib/modules/2.6.15
download tun.ko (this is the kernel 2.6 version; to download you will have to register)
cp tun.ko /lib/modules/2.6.15/
echo 1 [...]

read the article

How to enable NFS on the Synology Server

obsolete with Firmware version: DSM 2.0-722
This is a guide on how to enable the NFS capabilities of the Synology product. This procedure is aimed for users who are experienced with Telnet and the Linux Operating System. Please note that improper manipulation or modification of the Synology server may result in machine malfunction or loss of [...]

read the article