Hello!
If someone have such problem:
Then just add "quantum" option to 'FreshJR_QOS file", in "custom_rates" section.
'Quantum 60000' - for 100mbp/s isp
'Quantum 180000' - for 300mbp/s isp
etc..
EXAMPLE:
Did you try to access your router from outside through USB WAN? Did your USB modem pass incoming traffic?
fixed by:
1. running DDNS update client on both: router and server PC with same "login/pass/domain" settings
2. point DMZ ip address on usb modem to local server's ip
Success installation.
-not less then 2GB of free space on fdd/hdd is required
-swap file must be 512mb or bigger
I made automatic mounting of samba to usb at boot via "services-start" script:
create file: "/jffs/scripts/mount"
add this string to "/jffs/scripts/services-start"
set...
1. Add your dns enteries to "/jffs/configs/dnsmasq.conf.add" or make local dns server (local-access).
exmple:
/jffs/configs/dnsmasq.conf.add:
addn-hosts=/jffs/hosts.local
/jffs/hosts.local:
192.168.1.1 router.ddns.net
192.168.1.2 abc.ddns.net
192.168.1.3 def.ddns.net...