Qatar

joining a critSit in Doha – Sametime 802 Domino cluster, WebSphere based Enterprise Meeting Service (EMS) cluster in one local zone on top of SUN Solaris. Presenter & viewer out of sync in a web conference, frame size de-, reassembling going on, IOCP layer ?

read the article

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