当前位置: 首页 > news >正文

解决USG5150防火墙web无法连接问题

参考

防火墙usg5500(V300R001C00SPC700)WEB界面无法登陆

现象

Web防火墙突然无法web登录,Ping通,但是Tcpping端口不通。无论是从外网、还是内网都一样。

Probing 192.168.100.1:1234/tcp - No response - time=2047.528ms
Probing 192.168.100.1:1234/tcp - No response - time=2014.602ms
Probing 192.168.100.1:1234/tcp - No response - time=2012.373ms
Probing 192.168.100.1:1234/tcp - No response - time=2001.961ms

解决

  • 关闭web-manager
Login authenticationNote: The max number of VTY users is 5, and the current numberof VTY users on line is 3.
NOTICE:This is a private communication system.Unauthorized access or use may lead to prosecution.
<usg5150>
<usg5150>
<usg5150>syst
<usg5150>system-view
17:29:02  2025/04/15
Enter system view, return user view with Ctrl+Z.
[usg5150]
[usg5150]undo we
[usg5150]undo web-manager ?config-guide  Indicate the keyword of the HTTPD configuration guideenable        Enable Web serversecurity      Indicate the web servertimeout       Specify the web timeout of the Web serveruser          Specify the parameter of the web user[usg5150]undo web-manager ena
[usg5150]undo web-manager enable
[usg5150]display web-manager configuration
17:31:17  2025/04/15Httpd server is disable.rootdir is FLASH:/web/.default file name is /default.html.HTTP port is 8080.Httpd security server is disable.rootdir is FLASH:/web/.default file name is /default.html.HTTPS port is 8443.
  • 重启web-manager
[usg5150]web-manager enable port 8080
[usg5150]display web-manager configuration
17:40:19  2025/04/15Httpd server is enable.rootdir is FLASH:/web/.default file name is /default.html.HTTP port is 8080.Httpd security server is disable.rootdir is FLASH:/web/.default file name is /default.html.HTTPS port is 8443.
http://www.dtcms.com/a/135484.html

相关文章:

  • 【AI论文】PixelFlow:基于流的像素空间生成模型
  • 【android bluetooth 协议分析 21】【ble 介绍 1】【什么是RPA】
  • DDS信号发生器设计
  • 自编码网络深度解析:原理、数学推导与实现细节
  • 标易行项目redis内存中放哪些数据
  • linux多线(进)程编程——(7)消息队列
  • 熟悉Linux下的编程
  • MySQL分组查询和子查询
  • secsgem v0.3.0版本使用说明文档
  • 探索 C 与 Java/Kotlin 的语言差异:从指针到高阶函数
  • 深入定制 QSlider——实现精准点击跳转与拖拽区分
  • 用Python手搓一个简单的饭店管理系统(上篇)
  • 依赖注入(DI)与自动装配的深度分析:优势、局限与实践考量
  • 智慧城市:如同为城市装上智能大脑,开启智慧生活
  • 用 Depcheck 去除Vue项目没有用到的依赖
  • GitHub action中的 jq 是什么? 常用方法有哪些
  • 计算机保研机试准备——C++算法题
  • 【cmake-笔记】
  • CANDENCE 原理图元件有多个相同名称引脚报错
  • 2.区间dp
  • QML TableView:基础用法和自定义样式实现
  • ROW_NUMBER 函数
  • 嵌入式开发_电能计量芯片HLW8110与HLW8112
  • Mysql-视图和存储过程
  • 在 K8s 上构建和部署容器化应用程序(Building and Deploying Containerized Applications on k8s)
  • THCON 2025
  • 向量数据库Qdrant 安装 不使用docker
  • Windows进行磁盘分区/扩容
  • vue3项目如何在index.html中根据环境(开发,生产)动态切换js src路径
  • 事件触发控制与响应驱动控制的定义、种类及区别