设为首页收藏本站language 语言切换
12
返回列表 发新帖
楼主: 小乔
收起左侧

[书籍] 华为IPSec VPN配置详解

[复制链接]
发表于 2022-4-19 17:48:04 | 显示全部楼层
OKKOOKKOOK
16# 2022-4-19 17:48:04 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2022-5-8 17:10:35 | 显示全部楼层
华为IPSec VPN配置详解
18# 2022-5-8 17:10:35 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2022-5-10 21:18:51 | 显示全部楼层
谢谢楼主分享
21# 2022-5-10 21:18:51 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2022-7-31 17:28:24 | 显示全部楼层
麻烦看一下我的这个配置,是那里不合适,不是ping不通





[R1]:
int g0/0/0
ip add 12.1.1.1 24
undo shut

int g0/0/1
ip add 13.1.1.1 24
undo shut

ip route-s 192.168.1.0 255.255.255.0 12.1.1.2
ip route-s 172.16.1.0 255.255.255.0 13.1.1.3
quit


[R2]:
int g0/0/1
ip add 12.1.1.2 24
undo shut

int g0/0/0
ip add 192.168.1.10 24
undo shut

ip route-s 0.0.0.0 255.255.255.0 12.1.1.1

acl 3000
rule 5 permit ip source 192.168.1.0 0.0.0.255 destination 172.16.1.0 0.0.0.255
quit

ipsec proposal huawei
transform esp
encap tunnel
esp auth sha1
esp encryption-algorithm aes-128

ipsec policy huawei 10 manual
secu acl 3000
prop huawei
tunnel local 12.1.1.2
tunnel remote 13.1.1.3
sa spi inb esp 54321
sa string-key inbound esp cipher huawei
sa spi outb esp 12345
sa string-key outbound esp cipher huawei

int g0/0/0
ipsec policy huawei
quit




[R3]:
int g0/0/1
ip add 172.16.1.0 24
undo shut

int g0/0/0
ip add 13.1.1.3 24
undo shut

ip route-s 0.0.0.0 255.255.255.0 13.1.1.1

acl 3000
rule 5 permit ip source 172.16.1.0 0.0.0.255 destination 192.168.1.0 0.0.0.255

ipsec proposal huawei
transform esp
encap tunnel
esp auth sha1
esp encry aes

ipsec policy huawei 10 manual
secu acl 3000
prop huawei
tunnel local 13.1.1.3
tunnel remote 12.1.1.2
sa spi inb esp 12345
sa string-key inbound esp cipher huawei
sa spi outb esp 54321
sa string-key outbound esp cipher huawei

int g0/0/0
ipsec policy huawei
quit


23# 2022-7-31 17:28:24 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2022-7-31 22:18:33 | 显示全部楼层
华为IPSec VPN配置详解
24# 2022-7-31 22:18:33 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-6-18 14:46 , Processed in 0.073282 second(s), 19 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表