Synology NAS has only one default Gateway field in the GUI for Network, hence in case you want the two lan to have its own gateways then the following will do the trick. Control Pannel > Network > General Tab Server Name: NAS Default Gateway: 192.168.1.1 1. configure the LAN 1 “Manual Configuration” IP Address...
Category: Storage
Network Attached Storage, NAS, HDD, firmware and applications
Rebooting the ADSL Router when it cannot Access Internet
The ADSL Modem hangs every now and then.. a reboot work all the time.. this is a issue if there is nobody to reset the modem or the site is remote. The solution is a simple script in Python which check if “Google” is accessible every 5 min, if google is not available then reboots...
CRON on Synology NAS
to stop and start “crontab” in the following (non-standard-Linux) way (from forum.synology.com): /usr/syno/etc.defaults/rc.d/S04crond.sh stop /usr/syno/etc.defaults/rc.d/S04crond.sh start or Reboot the NAS: Remember Rebooting the NAS will take 5~6 Min..
using PHP and PYTHON on the Synology NAS for Advance Config of Devices on the LAN
Its been a while since i have been tinkering with idea to use the PHP for advance configuration of Routers, NAS and any device on the LAN / WAN using http1.1 on Port 80 forwarded to Synology NAS Webserver.. am able to achieve the following 1. reboot the NAS, Router etc based on Events in the Cameras...