Архив рубрики: Synology

Set IP address manually in Synology NAS via command

1. “vi /etc/sysconfig/network-scripts/ifcfg-eth0” With an example config below: DEVICE=eth0 BOOTPROTO=static ONBOOT=yes IPADDR= NETMASK= 2. After modifying IPADDR and NETMASK information, use the next command for changes to take effect. “/etc/rc.network restart”

Меняем grub.conf не вытаскивая флешки

Кому лениво перезаписывать флешку или нужно сделать это удаленно при редактировании grub.cfg и замене extra.lzma, вспомнил про старый трюк, как это сделать прямо на работающей хрени: 1. Заходим по ssh через Putty или терминал 2. Делаем следующее: 3. С помощью nano/mc правим grub.cfg и/или с помощью команд/mc заменяем extra.lzma 4. Перезагружаем хрень штатными средствами 5.… Читать далее: Меняем grub.conf не вытаскивая флешки »

Tutorial: How to access DSM’s Data & System partitions

If you can’t access your Xpenology box but you still wish to try and ‘fix’ some configuration files or perhaps your wish to finally make that backup that you should have done before fiddling with the root user, then you can access the content of the system partition and data partitions through a Live Ubuntu… Читать далее: Tutorial: How to access DSM’s Data & System partitions »

Как настроить iLO VSP (iLO Virtual Serial Port)

Reboot your gen8 and enter bios (F9). If I remeber well you must disable BIOS serial console, because if you don’t do it, when you launch VSP you will see gen8’s bios console… Select «BIOS serial console & EMS» >> «BIOS Serial console port» and disable it. Now go to «System Options» >> «Serial Port… Читать далее: Как настроить iLO VSP (iLO Virtual Serial Port) »

Wanscam: JW0004 setup Synology Surveillance Station

Wanscam: JW0008 DSM: 5.1 Surveillance Station: 6.3-3312 1. Open the camera_model.conf: Code: vi /volume1/@appstore/SurveillanceStation/device_pack/camera_support/camera_model.conf 2. At the end of the list within the [camera*list] tag (in my case right below SIEMENS*CCIC1410-LAW=SIEMENS*generic-gr1) add: Code: Wanscam*JW0008=Wanscam*generic 3. At the end of the same file add Code: [Wanscam*generic] port=99 video source=»/videostream.cgi» tilt up=»/decoder_control.cgi?command=0&onestep=1″ tilt down=»/decoder_control.cgi?command=2&onestep=1″ pan left=»/decoder_control.cgi?command=4&onestep=1″ pan right=»/decoder_control.cgi?command=6&onestep=1″… Читать далее: Wanscam: JW0004 setup Synology Surveillance Station »