I have recently installed a new DNS-323 and upgraded its firmware to V1.05
The device works fine except of the web interface that stops responding from time to time - the browser can't connect to any page. At the same time the file system works fine and EasySearch finds the device.
The connectivity to the management web interface is restored only after manual power cycle.
I do not see any similar problem posted on this forum. Is there anything wrong in the configuration (please see the following config file)? Or I should replace the unit or flash it back to V1.04?
Thanks.
config file
----------------------
Version = v3.0
;CF-SYS-MODEL-STR = "NAS"
CF-WEB-IDLE-TIME = "10"
CF-IP-DHCP-ENABLE = "0"
CF-IP-STATIC-IP = "10.10.10.200"
CF-IP-STATIC-IP-NETMASK = "255.255.255.0"
CF-IP-STATIC-IP-GATEWAY = "10.10.10.1"
CF-IP-DNS1 = "208.67.222.222"
CF-IP-DNS2 = "208.67.220.220"
CF-TIMEZONE = "-4"
CF-METHOD = "1"
CF-WEB-USER-IDLE = "10"
CF-TIMESERVER = ""
CF-WL-WIRELESS = "0"
CF-WL-COMM-MODE = "2"
CF-WL-SSID = ""
CF-WL-CHANNEL = "0"
CF-WL-AUTH = "0"
CF-WL-SECURITY-MODE = "0"
CF-WL-ENCRYPTION-MODE = "0"
CF-WL-KEY-FORMATE = "0"
CF-WL-DEFAULT-KEY = ""
CF-WL-KEY-VALUE-1 = ""
CF-WL-KEY-VALUE-2 = ""
CF-WL-KEY-VALUE-3 = ""
CF-WL-KEY-VALUE-4 = ""
CF-WL-PSK = ""
CF-Daylight = "1"
CF-WL-MACADDRESS = ""
CF-WL-SIGNAL = ""
CF-WL-CONNECT = "0"
CF-WL-BEGIN-CHANNEL = "1"
CF-WL-END-CHANNEL = "11"
CF-WL-COUNTRY-REGION = "0"
CF-JUMBO = "0"
CF-WL-WIRELESS-MODE = "0"
CF-UDHCP = "0"
CF-QUOTA = "0"
CF-UDHCP-START-IP = "192.168.0.2"
CF-UDHCP-END-IP = "192.168.0.254"
CF-UDHCP-LEASE-TIME = "604800"
CF-POWER-MANAGE-STATE = "1"
CF-POWER-MANAGE-TIME = "5"
CF-iTunesServ = "0"
CF-LINKSPEED = "1000"
CF-UPNPAVServ = "0"
CF-COMPANY-URL = "http://www.dlink.com.tw/"
CF-UPNPAVPRESCAN = "i"
CF-LLTD = "0"
CF-JF-STATUS = "0"
CF-JF-MTU = ""
;ShareFolder:/mnt
;CF-AP-APStation = "1"
CF-AP-APOnOff = "0"
CF-AP-SSID = ""
CF-AP-CHANNEL = "0"
CF-AP-802-11G-ONLYMODE = "0"
CF-AP-SSID-BROADCAST = "0"
CF-AP-SECURITY-MODE = "0"
CF-AP-AUTH = "1"
CF-AP-ENCRYPTION-MODE = "1"
CF-AP-KEY-TYPE = "1"
CF-AP-DEFAULT-KEY = "1"
CF-AP-KEY-VALUE-1 = ""
CF-AP-KEY-VALUE-2 = ""
CF-AP-KEY-VALUE-3 = ""
CF-AP-KEY-VALUE-4 = ""
CF-AP-RADIUS-IP = ""
CF-AP-RADIUS-PORT = ""
CF-AP-RADIUS-SHARED-SECRET = ""
CF-AP-PSK = ""
CF-AP-SIGNAL = ""
CF-AP-TX-RATE = "0"
CF-AP-TRANSMIT-POWER = "0"
CF-AP-BEACON-INTERVAL = "100"
CF-AP-RTS-THRESHOLD = "2346"
CF-AP-FRAGMENTATION = "2346"
CF-AP-DTIM-INTERVAL = "1"
CF-AP-PREAMBLE-TYPE = "2"
CF-AP-CTS-MODE = "2"
CF-AP-OWN-IP-ADDRESS = "10.10.10.200"
CF-AP-SESSION-TIMEOUT-INTERVAL = "0"
CF-AP-PID = ""
CF-AP-AUTOCHANNEL = ""
;[ global ]
interfaces = egiga0
unix charset = UTF8
workgroup = workgroup
netbios name = NAS
server string = DNS-323 dlink-ABC1CF
hosts allow =
hosts deny =
security = SHARE
encrypt passwords = yes
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536
max xmit = 65535
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777
load printers = Yes
printcap name = /usr/local/LPRng/etc/printcap
min print space = 2000
max print jobs = 1000
printing = lprng
print command = /usr/local/LPRng/bin/lpr -P%p -r %s
lpq command = /usr/local/LPRng/bin/lpq -P%p
lprm command = /usr/local/LPRng/bin/lprm -P%p %j
lppause command = /usr/local/LPRng/sbin/lpc hold %p %j
lpresume command = /usr/local/LPRng/sbin/lpc release %p %j
queuepause command = /usr/local/LPRng/sbin/lpc -P%p stop
queueresume command = /usr/local/LPRng/sbin/lpc -P%p start
use sendfile =yes
[ web_page ]
comment = Enter Our Web Page Setting
path = /mnt/web_page
valid users =
read only = yes
guest ok = yes
[printers]
path = /mnt/HD_a4/.lpd
guest ok = Yes
printable = Yes
use client driver = Yes
browseable = No
;0000
;admin:$1$$FJPyoONOplWjr8bPtadBh.:0:0:99999:7:::
nobody:pFCzI8gCXYNl3:0:0:99999:7:::
;nameserver 208.67.222.222
nameserver 208.67.220.220
;#!/bin/sh
/sbin/ifconfig egiga0 10.10.10.200 netmask 255.255.255.0
kill -9 `pidof udhcpc` 2>/dev/null
route del default
route add default gw 10.10.10.1
route add -net 224.0.0.0 netmask 255.0.0.0 dev egiga0
HOSTNAME='NAS'
echo "Setting hostname .... $HOSTNAME"
/bin/hostname $HOSTNAME
;root:x:0:0:Linux User,,,:/home/root:/bin/sh
admin:x:500:500:Linux User,,,:/home/admin:/bin/sh
nobody:x:501:501:Linux User,,,:/home/nobody:/bin/sh
;127.0.0.1 localhost.localdomain localhost
10.10.10.200 NAS NAS
;root:x:0:root
500:x:500:admin
501:x:501:nobody
;SADDR = ""
DADDR = ""
SERVER = ""
PORT = "25"
MODE = "0"
AUTH = "1"
UNAME = ""
PASSWD = ""
INTERVAL = "0"
TEMPERATURE = "140"
KOT = "F"
;CF-SYS-MODEL-STR = "DNS-323"
CF-WEB-IDLE-TIME = "10"
CF-IP-DHCP-ENABLE = "1"
CF-IP-STATIC-IP = "192.168.0.32"
CF-IP-STATIC-IP-NETMASK = "255.255.255.0"
CF-IP-STATIC-IP-GATEWAY = "192.168.0.1"
CF-IP-DNS1 = ""
CF-IP-DNS2 = ""
CF-TIMEZONE = "-8"
CF-METHOD = "2"
CF-WEB-USER-IDLE = "10"
CF-TIMESERVER = ""
CF-WL-WIRELESS = "0"
CF-WL-COMM-MODE = "2"
CF-WL-SSID = ""
CF-WL-CHANNEL = "0"
CF-WL-AUTH = "0"
CF-WL-SECURITY-MODE = "0"
CF-WL-ENCRYPTION-MODE = "0"
CF-WL-KEY-FORMATE = "0"
CF-WL-DEFAULT-KEY = ""
CF-WL-KEY-VALUE-1 = ""
CF-WL-KEY-VALUE-2 = ""
CF-WL-KEY-VALUE-3 = ""
CF-WL-KEY-VALUE-4 = ""
CF-WL-PSK = ""
CF-Daylight = "f"
CF-WL-MACADDRESS = ""
CF-WL-SIGNAL = ""
CF-WL-CONNECT = "0"
CF-WL-BEGIN-CHANNEL = "1"
CF-WL-END-CHANNEL = "11"
CF-WL-COUNTRY-REGION = "0"
CF-JUMBO = "0"
CF-WL-WIRELESS-MODE = "0"
CF-UDHCP = "0"
CF-QUOTA = "0"
CF-UDHCP-START-IP = "192.168.0.2"
CF-UDHCP-END-IP = "192.168.0.254"
CF-UDHCP-LEASE-TIME = "604800"
CF-POWER-MANAGE-STATE = "1"
CF-POWER-MANAGE-TIME = "5"
CF-iTunesServ = "1"
CF-LINKSPEED = "0"
CF-UPNPAVServ = "1"
CF-COMPANY-URL = "http://www.dlink.com.tw/"
CF-UPNPAVPRESCAN = "i"
CF-LLTD = "0"
CF-JF-STATUS = "0"
CF-JF-MTU = "1500"
;SYSTEM = "0"
EMAIL = "0"
;web_root /web
port 3689
admin_pw
db_dir /mnt/HD_a4/.systemfile/.mt-daapd
mp3_dir /mnt
tmp_dir /mnt/HD_a4/.systemfile
servername NAS
runas nobody
playlist /etc/mt-daapd.playlist
password
extensions .mp3,.m4a,.m4p
rescan_interval
;;0000
;#version = 1.06
[ Volume_1 ]
comment =
path = /mnt/HD_a2
valid users =
read only = no
guest ok = yes
oplocks = no
map archive = no
;#version = 1.06
[ Volume_2 ]
comment =
path = /mnt/HD_b2
valid users =
read only = no
guest ok = yes
oplocks = no
map archive = no
;kill -9 `pidof upnp`
/sys/custom/upnp/upnp 0 "D-Link Corporation" "http://www.dlink.com" "D-Link Network Storage Enclosure" "DNS-323" "103" &
;### Pure-ftpd configure ###
Version = "1.00"
Status = "stop"
MaxClientsNumber = "10"
MaxIdleTime = "2"
Port = "21"
FlowControl = "0"
FileSystemCharset = "UTF-8"
ClientCharset = "ISO8859-1"
;0000
;CF-DDNS-ENABLE = "0"
CF-DDNS-USERNAME = ""
CF-DDNS-PASSWORD = ""
CF-DDNS-DOMAIN = ""
CF-DDNS-SERVER = ""
CF-DDNS-TIMEOUT = "2073600"
;