【求助】中兴ZXHN F650光猫,如何修改usb外接硬盘传输速率
Tofloor
poster avatar
a2035274
deepin
2018-10-11 05:20
Author
中兴ZXHN F650光猫,外接了一个硬盘,ftp传输速率只能达到200kb/s左右   


已经知道了telecomadmin的密码想问一下大神门,怎样才能修改usb外接硬盘传输速率



1、telnet是关闭的,怎么打开?
2、成功开启了Telnet服务,但是除了ls、cd、cat几个基本命令,几乎所有命令都Access Denied。
比如cp、df、mount、sendcmd 1 DB all和sendcmd 1 DB p TelnetCfg都不行


http://www.chinadsl.net/thread-151687-1-1.html
http://koolshare.cn/thread-135551-1-1.html
Reply Favorite View the author
All Replies
avatar
a2035274
deepin
2018-10-11 14:05
#1
现  telent 已获得全部权限  请教 修改ftp速率的方法
Reply View the author
avatar
a2035274
deepin
2018-10-11 14:25
#2
再次更正  中兴用的是 smbshare 共享
Reply View the author
avatar
洪旭钢
deepin
2018-10-12 00:15
#3
楼主,问下这个超管密码是怎么弄到的,能私信告知方法吗?还有怎么取得所有权限呢。
Reply View the author
avatar
a2035274
deepin
2018-10-12 03:15
#4
向运维工程师 要的 telecomadmin密码 然后在hidden_version_switch.gch  页 改原来的为为default
Reply View the author
avatar
a2035274
deepin
2018-10-12 05:15
#5
Reply View the author
avatar
a2035274
deepin
2018-10-13 04:34
#6
本帖最后由 a2035274 于 2018-10-12 21:10 编辑

/var/samba/lib/smb.conf

下的内容为

  1.     [global]
  2.         guest account = root
  3.         deadtime = 5
  4.         log level = 0
  5.         server string = Samba Server
  6.         security = user
  7.         encrypt passwords = yes
  8.         smb passwd file = /var/samba/var/smbpasswd
  9.         load printers = no
  10.     workgroup = workgroup           
  11.     netbios name = smbshare            
  12.         interfaces = 192.168.1.1/24        
  13.         restrict anonymous = 1  
  14.         socket options = SO_RCVBUF=1262144  SO_SNDBUF=1262144 TCP_NODELAY
  15.     [samba]
  16.         comment = samba share dir
  17.         read only = no
  18.         public = yes
  19.         writable = yes
  20.     max connections = 3
  21.     path = /mnt
Copy the Code


也没有限制速度的选项,还有什么别的地方能控制 samba的传输速度吗?

google上大致有两种回答,
1、network 和 hosts文件中的主机名不一样
2、qos值限制了整个的上传下载速度
Reply View the author