IPSec配置实现GRE封装

本文介绍了在华为设备上配置IPSec以实现GRE封装的详细步骤,包括IKE策略、IPSec策略、ACL配置及Tunnel接口设置。通过这些配置,能够在公网建立安全的通信隧道,允许IP数据包经过GRE封装并应用IPSec保护,确保网络安全传输。
摘要由CSDN通过智能技术生成

华为设备IPSec配置实现GRE封装

前提条件:在公网上建立通信隧道
在这里插入图片描述

配置步骤:

配置IKE策略
ike proposal 1
encryption-algorithm aes-cbc 128
integrity-algorithm sha256
dh group2
lifetime seconds 86400

ike peer XXX名称
pre-shared-key cipher xxx密钥

ike policy 1 proposal 1
pfs dh-group2
lifetime duration 86400 (协商通道保活时间需与对端保持一致)
peer XXX为IKE名称

配置IPSec策略
ipsec proposal 1
esp authentication-algorithm sha256
esp encryption-algorithm aes-cbc 128
lifetime seconds 86400

ipsec policy 1 isakmp
policy policy1
proposal 1
pfs group2
security acl number 100
tunnel select 1
tunnel encapsulation gre
peer XXX

配置ACL (用于匹配本段到对端激活传输数据流)
acl 100
rule permit ip source 192.168.1.0 0.0.0.255 d

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值