我想启用一个DraytekEnergy2960路由器上的web管理接口,并且已经通过SSH连接了,但是对于如何像这样配置有点困惑。但是,像下面这样尝试,只显示了一个命令列表。
Vigor2960> ip6 mngt https on
^
apply Apply setting
debug show debug log
enable Change to enable mode
fpp Change inspection policy and packet count of FPP
help Display an overview of the CLI syntax
history Display the current session's command line history
logout Logout of the current CLI session
ping Send ICMP ECHO_REQUEST packets to network host
ping6 Send ICMP ECHO_REQUEST packets to network host
restart Restart service
status Get current system related status
tr069 Get current tr069 parameter value
traceroute Print the route packets trace to network host
uci uci command
wd_off close watch dog, ps: watch dog is running in default after reboot
exit Exit不确定是否需要进入配置模式,或者这是否是启用此模式的正确命令,并想知道这是如何实现的?
发布于 2020-06-16 09:23:42
好吧,想清楚了.输入enable进入启用模式,然后缓慢地输入内容,并找到了我的方法。键入命令似乎提供了如下选项,新模式在“.”下面有附加命令。这似乎是特定的模式。所以:
Vigor2960# configure
applications bandwidth nat object_setting system
terminal user vpn系统似乎是该去的地方:
Vigor2960# configure system从里面我可以看到所有的新模式,并猜测它将是“配置访问控制”。
Vigor2960@config-sys# acc_ctrl get要检索当前设置,请执行以下操作。
acc_ctrl set web_lan_allow enable然后键入apply。
Vigor2960@config-sys# applyhttps://serverfault.com/questions/1021664
复制相似问题