hkong 发表于 2006-12-17 12:04:54

阿飘 发表于 2006-12-17 23:59:47

[求助]mt800 默认端口的更改方法

以xp为例,运行——cmd 进入dos窗口,输入命令
telnet 192.168.1.1
输入登录用户名、密码
&#36;modify nbsize httpport<decvalue>
&#36;modify nbsize telnetport<decvalue>
&#36;modify nbsize ftpport<decvalue>
&#36;commit
&#36;reboot

查看当前端口参数:
&#36;get nbsize
显示:
Max IP Session : 1024      HTTP Port : 80


Telnet Port    : 23      FTP Port: 21


Serial Auth    : Disable

如修改http端口为61180
&#36;modify nbsize httpport61180
&#36;commit
&#36;reboot                              ';重启

其实WEB页面也可以改的呀:http://192.168.1.1/MainPage?id=29
页: [1]
查看完整版本: [求助]mt800 默认端口的更改方法