华为防火墙:两个网关之间通过IKE方式协商IPSec VPN隧道(采用预共享密钥认证)

华为防火墙:两个网关之间通过IKE方式协商IPSec VPN隧道(采用预共享密钥认证)

FW_A_2022.01.11.21时13分55秒.txt

sw1_2022.01.11.21时15分14秒.txt

sw2_2022.01.11.21时15分29秒.txt

FW_B_2022.01.11.21时14分18秒.txt

router_2022.01.11.21时14分52秒.txt

(1)

(2)拓扑图

图片.png

说明:
local和untrust的域间策略用于控制IKE协商报文通过FW,该域间策略可以使用源地址和目的地址作为匹配条件,也可以在此基础上使用协议、端口作为匹配条件。本例中是以源地址和目的地址为例介绍,如果需要使用协议、端口作为匹配条件,则需要放开ESP服务和UDP 500端口(NAT穿越场景中还需要放开4500端口)。
(3)接口配置
略。
(4)安全策略
略。
两台防火墙配置:
security-policy
 rule name permitany
  action permit
(5)配置到达目的的静态路由,把流量导向应用ipsec策略的接口
#FW_A
ip route-static 0.0.0.0 0.0.0.0 202.0.0.2
ip route-static 202.1.1.0 255.255.255.0 202.0.0.2
#FW_B
ip route-static 0.0.0.0 0.0.0.0 202.1.1.2
ip route-static 202.0.0.0 255.255.255.0 202.1.1.2
(6)定义被保护的数据流。配置高级ACL 3000。
#FW_A
acl number 3000
 rule 5 permit ip source 192.168.1.0 0.0.0.255 destination 192.168.2.0 0.0.0.255
#FW_B
acl number 3000
 rule 5 permit ip source 192.168.2.0 0.0.0.255 destination 192.168.1.0 0.0.0.255
(7)两台防火墙都配置IPSec安全提议,两台防火墙的配置都一样。缺省参数可不配置。
ipsec proposal tran1
  esp authentication-algorithm sha2-256
  esp encryption-algorithm aes-256
(8)配置IKE安全提议,两台防火墙的配置都一样。
ike proposal 10
  encryption-algorithm aes-256
  dh group14
  authentication-algorithm sha2-256
  authentication-method pre-share
  integrity-algorithm hmac-sha2-256
  prf hmac-sha2-256
(9)配置IKE peer
#FW_A
ike peer b
 pre-shared-key xxxx
 ike-proposal 10
 remote-address 202.1.1.1
#FW_B
ike peer b
 pre-shared-key xxxx
 ike-proposal 10
 remote-address 202.0.0.1
(9)配置IPSec策略,双边配置一样,都最是调用acl3000
 ipsec policy map1 10 isakmp               
    security acl 3000
    ike-peer b
    proposal tran1
    tunnel local applied-interface
    sa trigger-mode auto
(10)应用到接口,双边配置一样,都最是应用到g1/0/0接口
interface GigabitEthernet1/0/0
  ipsec policy map1


图片.png

图片.png

(10)检查
display ike sa、display ipsec sa会显示安全联盟的建立情况。

图片.png

图片.png

(11)测试

防火墙两边的内网可以互ping通。

图片.png

图片.png


出错:

阶段1协商结果:
发起方发送初始交互请求报文失败,或等待下一条报文超时。

图片.png

原因:

图片.png

修改:

图片.png

结果:成功

图片.png


vpn遂道已经成功建立起来,但双方还是ping不通:原因可以是没有把流量引向应用了策略的接口

图片.png

解决:

#[FW_A]
ip route-static 0.0.0.0 0.0.0.0 202.0.0.2
#[FW_B]
ip route-static 0.0.0.0 0.0.0.0 202.1.1.2

结果:

图片.png

图片.png


VPN配置案例汇总、VPN汇总(列表、list、全)vpnlist
http://www.zh-cjh.com/wenzhangguilei/1193.html
文章归类、所有文章列表、LISTLIST
http://www.zh-cjh.com/wangzhangonggao/2195.html

1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。

转载请保留出处:  www.zh-cjh.com珠海陈坚浩博客 » 华为防火墙:两个网关之间通过IKE方式协商IPSec VPN隧道(采用预共享密钥认证)

作者: cjh


手机扫一扫,手机上查看此文章:

一切源于价值!

其他 模板文件不存在: ./template/plugins/comment/pc/index.htm

未雨绸缪、居安思危!

数据安全、有备无患!

注意操作、数据无价!

一切源于价值!