• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

H3C F1005防火墙通过IPsec成功建立与深信服AF隧道,但单边ping不通。

2021-03-31提问
  • 0关注
  • 1收藏,1248浏览
粉丝:0人 关注:0人

问题描述:

总部和分支野蛮模式ipsec成功建立后,总部ping分支可以通,分支无法ping通总部。

Tracert 发现流量没进隧道,跑公网了。

组网及组网描述:

总部深信服AF(172.16.0.0/16)------分支H3C SECPATH F1005(172.25.0.0/24)

最佳答案

粉丝:36人 关注:10人

应该是内部感兴趣流的路由有问题。

我配置有贴上来了,能麻烦指导下吗?

zhiliao_MJcRfO 发表时间:2021-03-31
4 个回答
zhiliao_MJcRfO 知了小白
粉丝:0人 关注:0人

防火墙配置信息: 

version 7.1.064, Release 9510P03
#
sysname HCfirewall
#
clock timezone Beijing add 08:00:00
clock protocol ntp context 1
#
context Admin id 1
#
telnet server enable
#
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 1 priority 1
#
security-zone intra-zone default permit
#
dhcp enable
#
dns server 61.128.128.68
#
password-recovery enable
#
vlan 1
#
vlan 2
#
object-group ip address VPN-TEST
0 network subnet 192.168.0.0 255.255.0.0
10 network subnet 172.16.0.0 255.255.0.0
20 network subnet 172.25.0.0 255.255.0.0
#
object-group ip address 本地
0 network subnet 172.25.0.0 255.255.255.0
#
object-group ip address 总部
0 network subnet 172.16.0.0 255.255.0.0
10 network subnet 192.168.10.0 255.255.255.0
#
object-group service ALL-1
0 service tcp
10 service icmp 0
20 service icmp 8
30 service udp
#
dhcp server ip-pool 0
gateway-list 172.25.0.1
network 172.25.0.0 mask 255.255.255.0
dns-list 218.201.4.3
#
interface NULL0
#
interface Vlan-interface1
#
interface Vlan-interface2
ip address 172.25.0.1 255.255.255.0
#
interface GigabitEthernet1/0/0
port link-mode route
combo enable copper
#
interface GigabitEthernet1/0/1
port link-mode route
combo enable copper
ip address dhcp-alloc
nat outbound 2000
#
interface GigabitEthernet1/0/2
port link-mode route
#
interface GigabitEthernet1/0/5
port link-mode route
ip address 218.201.xxx.xxx 255.255.255.x
nat outbound 2000
ipsec apply policy GE1/0/5
#
interface GigabitEthernet1/0/3
port link-mode bridge
port link-type trunk
port trunk permit vlan 1
port trunk pvid vlan 2
#
interface GigabitEthernet1/0/4
port link-mode bridge
port access vlan 2
#
interface GigabitEthernet1/0/6
port link-mode bridge
port access vlan 2
#
interface GigabitEthernet1/0/7
port link-mode bridge
port access vlan 2
#
interface GigabitEthernet1/0/8
port link-mode bridge
port access vlan 2
#
interface GigabitEthernet1/0/9
port link-mode bridge
port access vlan 2
#
interface GigabitEthernet1/0/10
port link-mode bridge
port access vlan 2
#
interface GigabitEthernet1/0/11
port link-mode bridge
port access vlan 2
#
object-policy ip Any-Any
rule 0 pass
#
object-policy ip Local-Trust
rule 0 pass
#
object-policy ip Local-Untrust
rule 0 pass
#
object-policy ip Trust-Trust
rule 0 pass
#
object-policy ip Trust-Untrust
rule 0 pass
#
object-policy ip Untrust-Trust
rule 0 pass
#
security-zone name Local
#
security-zone name Trust
import interface Vlan-interface2
import interface GigabitEthernet1/0/3 vlan 2
import interface GigabitEthernet1/0/4 vlan 2
import interface GigabitEthernet1/0/6 vlan 2
import interface GigabitEthernet1/0/7 vlan 2
import interface GigabitEthernet1/0/8 vlan 2
import interface GigabitEthernet1/0/9 vlan 2
import interface GigabitEthernet1/0/10 vlan 2
import interface GigabitEthernet1/0/11 vlan 2
#
security-zone name DMZ
#
security-zone name Untrust
import interface GigabitEthernet1/0/1
import interface GigabitEthernet1/0/5
#
security-zone name Management
import interface GigabitEthernet1/0/0
import interface GigabitEthernet1/0/2
#
zone-pair security source Any destination Any
packet-filter 2000
#
zone-pair security source Local destination Untrust
object-policy apply ip Local-Untrust
#
scheduler logfile size 16
#
line class aux
user-role network-operator
#
line class console
user-role network-admin
#
line class vty
user-role network-operator
#
line aux 0
user-role network-admin
#
line con 0
authentication-mode scheme
user-role network-admin
#
line vty 0 63
authentication-mode scheme
user-role network-admin
#
ip route-static 0.0.0.0 0 218.201.48.129
#
ssh server enable
#
acl basic 2000
rule 10 permit
#
acl advanced name IPsec_GE1/0/5_IPv4_1
rule 1 permit ip source 172.25.0.0 0.0.0.255 destination 172.16.0.0 0.0.255.255
rule 2 permit ip source 172.25.0.0 0.0.0.255 destination 192.168.10.0 0.0.0.255
#
domain system
#
aaa session-limit ftp 16
aaa session-limit telnet 16
aaa session-limit ssh 16
domain default enable system
#
role name level-0
description Predefined level-0 role
#
role name level-1
description Predefined level-1 role
#
role name level-2
description Predefined level-2 role
#
role name level-3
description Predefined level-3 role
#
role name level-4
description Predefined level-4 role
#
role name level-5
description Predefined level-5 role
#
role name level-6
description Predefined level-6 role
#
role name level-7
description Predefined level-7 role
#
role name level-8
description Predefined level-8 role
#
role name level-9
description Predefined level-9 role
#
role name level-10
description Predefined level-10 role
#
role name level-11
description Predefined level-11 role
#
role name level-12
description Predefined level-12 role
#
role name level-13
description Predefined level-13 role
#
role name level-14
description Predefined level-14 role
#
user-group system
#
local-user addmin class manage
authorization-attribute user-role network-operator
#
local-user admin class manage
password hash $h$6$UbIhNnPevyKUwfpm$LqR3+
service-type ssh telnet terminal https
authorization-attribute user-role level-3
authorization-attribute user-role network-admin
authorization-attribute user-role network-operator
#
ipsec logging packet enable
ipsec sa global-duration time-based 86400
#
ipsec transform-set GE1/0/5_IPv4_1
esp encryption-algorithm 3des-cbc
esp authentication-algorithm md5
pfs dh-group1
#
ipsec policy GE1/0/5 1 isakmp
transform-set GE1/0/5_IPv4_1
security acl name IPsec_GE1/0/5_IPv4_1
local-address 218.201.48.134
remote-address 222.179.140.234
qos pre-classify
ike-profile GE1/0/5_IPv4_1
sa duration time-based 26500
sa idle-time 86400
#
ike dpd interval 5 on-demand
#
ike profile GE1/0/5_IPv4_1
keychain GE1/0/5_IPv4_1
dpd interval 5 on-demand
exchange-mode aggressive
local-identity fqdn fuling
match remote identity fqdn hechuan
match local address GigabitEthernet1/0/5
proposal 65535
#
ike proposal 65535
encryption-algorithm 3des-cbc
authentication-algorithm md5
sa duration 26800
description GE1/0/5_IPv4_1
#
ike keychain GE1/0/5_IPv4_1
match local address GigabitEthernet1/0/5
pre-shared-key hostname hechuan key cipher $c$3$8x96
#
ip https enable
#

Xcheng 九段
粉丝:121人 关注:3人

根据描述可能是转发路径没进ipsec封装或者ipsec策略的流未能命中导致。

另外从单通结合没有隧道流量怀疑是组网存在非正确的目的主机应答了。

以及tracert是从那到那tracert的。


建议先明确下具体组网信息不方面透露的话建议拨打400热线或者采购渠道方面的H3C认证代理商方面沟通下。

或者检查下ipsec配置和nat配置,以及整理下客户端源地址和目的地址流转发是否能正确通过ipsec隧道完成会话。

粉丝:22人 关注:11人

感兴趣流ACL有问题吧,是不是nat没有拒绝掉

粉丝:11人 关注:0人

分支是否单出口?nat规则添加拒绝ipsec 的感兴趣流量。nat流量的优先级高于ipsec vpn流量

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明