|
At the time of writing the current version of QNap Turbo NAS OS, 4.0.2 is shipped in a not very secure state, which is capable of sucking up bandwidth.
The OS is shipped with most of the featur... |
|
|
QNAP shared folder set up can be a little confusing as the settings which effect shared folders are separated across a number of headings in the TurboNAS control panel
1. Set the server name,... |
|
|
Can not backup to the TimeMachine service on QNap NAS from OSX 10.8 Mountain Lion
After configuring the TimeMachine service on the QNap and selecting the TMBackup share on the OSX client.
At... |
|
|
Synology Audio Station includes a karaoke lyrics lookup plug-in. By default, the plugin points to a lyricwiki demo which, due to license restrictions, responds with broken lyrics. To obtai... |
|
|
The Synology DNS Server is essentially Bind (named) repackaged for DSM.
The installation and configuration files can be found at
/volume1/@appstore/DNSServer
The cache can be flushed using the pre-... |
|
|
1. report raid rebuild status
cat /proc/mdstat
watch -n1 cat /proc/mdstat
2. raid speed limits. Increases CPU and RAM utilisation
#report current speed limits
sysctl dev.raid.speed_limit_min
sysc... |
|
|
Linux MD RAID5 Creation
1. Wipe the current partition table
2. Parted /dev/sda
mklabel gpt
makepart, name p1, type btrfs, min=1MiB, max= -1
set 1 raid on
align-check opt 1
#Repeat for each raid5 me... |
|
|
DSM 6.x
smb.conf is located at: /etc/samba/smb.conf
[global]
wins support=yes
name resolve order = wins hosts lmhosts bcast
Restart samba: synoservice --restart samba |
|
|
ref: https://ds620slim.synology.me/posts/Synology_WebStation_custom_error_pages-(en).html
DSM 6.2.2-24922 Update 4
The default web server used by WebStation is nginx.
Each time WebStation is restarted... |
|
|
Synology VPN Server (DSM7)
Symptom
After configuring the Synology VPN Server package a connected VPN client is unable to route IP traffic beyond the NAS itself.
Cause
IP forwarding between the VPN tun... |
|
|
When the DSM is in pre-configure or recovery mode it is possible to access the command line via telnet using a backdoor admin account. The account uses a fixed passphrase in pre-configure mode an... |
|
|
SHR = RAID 5 (1 Disk failure tolerant)
SHR2 = RAID 6 (2 Disk failure tolerant, reduced capacity for extra parity)
|
|