取消
显示结果 
搜索替代 
您的意思是: 
cancel
9093
查看次数
44
有帮助
11
回复

asa8.0透明模式 内网架设海康服务器 外网不能访问视频

fishlonely
Level 1
Level 1
外网能telnet内网服务器任何端口 ,能登录内网web服务器,但是不能访问web页面上视频摄像头。
ciscoasa(config)# sh run
: Saved
:
ASA Version 8.0(4)
!
firewall transparent
hostname ciscoasa
enable password .pqTEpRSbjzD0Og8 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface GigabitEthernet0/0
nameif outside
security-level 0
!
interface GigabitEthernet0/1
nameif inside
security-level 100
!
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
!
interface Management0/0
shutdown
no nameif
no security-level
management-only
!
ftp mode passive
access-list in2out extended permit ip any any
access-list in2out extended permit tcp any any
access-list in2out extended permit udp any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address 211.141.155.170 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
access-group in2out in interface outside
access-group in2out in interface inside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
class-map inspection_default
match default-inspection-traffic
class-map conns3000
match port tcp eq 81
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ctiqbe
inspect dcerpc
inspect http
inspect icmp
inspect ils
inspect ipsec-pass-thru
inspect mgcp
inspect pptp
inspect snmp
inspect waas
policy-map conns3000
class conns3000
set connection conn-max 1000 embryonic-conn-max 3000
set connection timeout tcp 0:00:00
!
service-policy global_policy global
service-policy conns3000 interface inside
prompt hostname context
Cryptochecksum:963e6ba8c26beced1ebeca0d7c6d5a7c
: end
ciscoasa(config)#
正常的应该打开界面:

以下是打不开的界面:


11 条回复11

fishlonely
Level 1
Level 1
外网能telnet内网服务器任何端口,也能登录内网服务器web页面,但是不能打开web里摄像头监控
使用的是海康
配置:
ciscoasa(config)# sh run
: Saved
:
ASA Version 8.0(4)
!
firewall transparent
hostname ciscoasa
enable password .pqTEpRSbjzD0Og8 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface GigabitEthernet0/0
nameif outside
security-level 0
!
interface GigabitEthernet0/1
nameif inside
security-level 100
!
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
!
interface Management0/0
shutdown
no nameif
no security-level
management-only
!
ftp mode passive
access-list in2out extended permit ip any any
access-list in2out extended permit tcp any any
access-list in2out extended permit udp any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address 211.141.155.170 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
access-group in2out in interface outside
access-group in2out in interface inside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
class-map inspection_default
match default-inspection-traffic
class-map conns3000
match port tcp eq 81
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ctiqbe
inspect dcerpc
inspect http
inspect icmp
inspect ils
inspect ipsec-pass-thru
inspect mgcp
inspect pptp
inspect snmp
inspect waas
policy-map conns3000
class conns3000
set connection conn-max 1000 embryonic-conn-max 3000
set connection timeout tcp 0:00:00
!
service-policy global_policy global
service-policy conns3000 interface inside
prompt hostname context
Cryptochecksum:963e6ba8c26beced1ebeca0d7c6d5a7c
: end
ciscoasa(config)#

wilson_yong
Community Member
不错,支持一下。。。

duxiulei
Level 1
Level 1
摄像头配置应该有个视频穿越的选项,要开启

fishlonely
Level 1
Level 1
duxiulei 发表于 2018-6-21 15:01
摄像头配置应该有个视频穿越的选项,要开启

我防火墙是透明模式

fishlonely
Level 1
Level 1
哪位大神给下提示
谢谢。

fortune
VIP Alumni
VIP Alumni
去掉ASA 就能通?

nmyp007
Level 7
Level 7
外网有几个IP,映射的外网端口号不能重复!

byl_qware_com
Level 8
Level 8
从内网能通过查看web摄像头监控吗?先排除海康摄像设备的问题!

Rockyw
Spotlight
Spotlight
fishlonely 发表于 2018-6-21 11:02
外网能telnet内网服务器任何端口,也能登录内网服务器web页面,但是不能打开web里摄像头监控
使用的是海康 ...

在内网登录web页面能打开摄像头监控吗?如果能的话,那就尝试一下在内网和外网分别抓取打开web页面里摄像头时的数据包,比较两者的异同看看有没有线索。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rockyw | If it solves your problem, please mark as answer. Thanks !

Rockyw
Spotlight
Spotlight
海康录像机设备无法访问常见排查
http://www.82416.com/hikvision-problem/web/1843.html
[rtsp]海康IPC监控摄像头远程外网监控配置(DDNS)
http://www.cuplayer.com/player/PlayerCode/RTSP/2015/0330/1851.html
海康威视NVR/DVR端口映射远程访问图解
http://www.taoanf.com/jiankong/92.html
楼主参考一下看看。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rockyw | If it solves your problem, please mark as answer. Thanks !

fishlonely
Level 1
Level 1
谢谢楼上各位百忙之中,给予的回复。
问题找到了。
是个乌龙球。
谢谢各位了。
入门指南

使用上面的搜索栏输入关键字、短语或问题,搜索问题的答案。

我们希望您在这里的旅程尽可能顺利,因此这里有一些链接可以帮助您快速熟悉思科社区:









快捷链接