Posts

Showing posts from July, 2011

Install and configure dnsmasq on Synology NAS

ipkg dnsmasq In /opt/etc/dnsmasq.conf , modify the path where dhcp lease file is saved: dhcp-leasefile=/opt/var/dnsmasq/dnsmasq.leases

Configure OpenVPN package on Synology to enable DNS

An openvpn package is now available on Synology Website. After the openvpn package is installed, the configuration file is located here : /usr/syno/etc/synovpn/openvpn/openvpn.conf Add the following line in the configuration file : push "dhcp-option DNS 192.168.1.3" where ip address is your DNS server ip address. Restart the openvpn package.

Open web remote access on Belgacom BBOX router via Synology NAS

Prerequisites : Synology NAS accessible via SSH lynx installed on the nas (you can install it with ipkg) If you want to remotly access to the router's web configuration page but didn't enable the option before, here is the way to do it : Connect via SSH to your server inside your local network Telnet the BBOX (192.168.1.1) login : admin pwd : BGCVDSL2 (if you didn't change it) Change the remote port with the following command  rg_conf_set admin/https/1/port 7777 Enable the remote access rg_conf_set admin/https/1/remote_access 1 Exit telnet Connect to the web interface localy with lynx (a command line webbrowser) lynx 'http://192.168.1.1/index.cgi?user_name=admin&password=BGCVDSL2' This is done probably because the admin web interface need to be accessed in order to load the new parameters You can now connect on your BBOX web interface through port 7777 #1   #2