L2TP over IPSEC配置实例

news/2024/11/17 20:20:19/

今天继续给大家介绍HCIE安全。本文以华为eNSP模拟器,实现了L2TP over ipsec架构配置。L2TP over IPSEC ,通常是用在当公司员工在外出差,但是需要访问公司内部网站时,单纯的L2TP技术无法保证数据的保密性,而采用L2TP over IPSEC之后就可以使得出差在外的员工访问公司内部资源时数据通信收到保护。
阅读本文,您需要对L2TP 有一定的了解,如果您对此还存在困惑,欢迎您查阅我博客内的其他文章,相信您一定会有所收获。
关于Client-Initiated L2TP配置,请参考下列文章,在该文章中有详细介绍,本文中就不过多赘述了。
L2TP 配置实例——Client-Initiated

一、实验拓扑及目的

在这里插入图片描述
实验拓扑如上所示,现在要求配置L2TP Over IPSEC,其中本地使用Vmware虚拟出一台Win7设备与路由器实现链接。虚拟机如下所示:
在这里插入图片描述

二、实验配置命令

(一)定义感兴趣流

首先,我们需要确定IPSEC的流量,这一点可以根据源端口号或者目标端口号来进行配置,相关配置命令如下:

#
acl number 3000rule 5 permit udp source-port eq 1701

(二)IKE 策略配置

要配置IPSCE,首先需要配置IKE相关的加密算法、认证算法、分组算法,相关配置如下:

ike proposal 1encryption-algorithm aes-128dh group2authentication-algorithm sha1

(三)IPSCE 策略配置

在完成上述配制后,还需要配置IPSEC相关策略,也是包括加密算法和认证算法,相关配置如下:

ipsec proposal 1esp authentication-algorithm sha1esp encryption-algorithm aes-128

(四)IKE Peer配置

在本场景中,由于对端是L2TP来链接的本端,因此对端IP地址并不确定,在配置IKE Peer的时候,相关配置命令如下:

ike peer 1undo version 2pre-shared-key huawei@123ike-proposal 1

(五)IPSEC模板配置

在完成上述配置后,在IPSEC模板相关配置中把上述配置整合起来,相关配置如下:

ipsec policy-template map 10security acl 3000ike-peer 1proposal 1
#
ipsec policy map1 10 isakmp template map

(六)安全策略配置

考虑到防火墙的特点,要完成L2TP OVER IPSEC的相关配置,就必须防火墙安全策略中放行相关的数据流量,相关配置如下:

security-policyrule name IPSECservice protocol 50service protocol udp destination-port 500action permit

三、Seco Client配置

Seco Client配置各项参数已经在本文第一张拓扑图中体现出来了,为了方便读者配置,在这里我把Seco Client的配置截图给出。
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

四、实验现象

(一)配置成功后访问内网

在这里插入图片描述

(二)L2TP over IPSEC建立过程

在这里插入图片描述

(三)查看FW会话表

在这里插入图片描述

五、附录——FW设备配置相关命令

#l2tp enablel2tp domain suffix-separator @
#ipsec sha2 compatible enable
#
acl number 3000rule 5 permit udp source-port eq 1701
#
ipsec proposal 1esp authentication-algorithm sha1esp encryption-algorithm aes-128
#
ike proposal 1encryption-algorithm aes-128dh group2authentication-algorithm sha1authentication-method pre-shareintegrity-algorithm hmac-sha2-256prf hmac-sha2-256
#
ike peer 1undo version 2pre-shared-key %^%#RGSkE5Z6#1F&*.U=Uk3939W'9^0Tu&ynWI+O{rA0%^%#ike-proposal 1
#
ipsec policy-template map 10security acl 3000ike-peer 1proposal 1
#
ipsec policy map1 10 isakmp template map
#
ip pool testsection 0 192.168.100.100 192.168.100.110
#
l2tp-group default-lns
l2tp-group 1tunnel password cipher %$%$lCJhJN&*wEm+q94jKW2U$D&q%$%$allow l2tp virtual-template 1 remote test
#
interface Virtual-Template1ppp authentication-mode chapremote service-scheme L2TPip address 192.168.100.200 255.255.255.0service-manage ping permit
#
interface GigabitEthernet0/0/0undo shutdownip binding XXX-instance defaultip address 192.168.0.1 255.255.255.0alias GE0/METH
#
interface GigabitEthernet1/0/0undo shutdownip address 155.1.11.2 255.255.255.0service-manage ping permitipsec policy map1
#
interface GigabitEthernet1/0/1undo shutdownip address 192.168.58.254 255.255.255.0service-manage ping permit
#
firewall zone trustset priority 85add interface GigabitEthernet0/0/0add interface GigabitEthernet1/0/1
#
firewall zone untrustset priority 5add interface GigabitEthernet1/0/0
#
firewall zone dmzset priority 50add interface Virtual-Template1
#
ip route-static 0.0.0.0 0.0.0.0 155.1.11.1
#
pki realm default
#
sa
#
right-manager server-group
security-policyrule name l2tpsource-zone untrustdestination-zone localservice l2tpaction permitrule name pingsource-zone dmzdestination-zone trustaction permitrule name IPSECservice protocol 50service protocol udp destination-port 500action permit
#

原创不易,转载请说明出处:https://blog.csdn.net/weixin_40228200/article/details/119854378


http://www.ppmy.cn/news/720984.html

相关文章

配置分支机构与总部之间通过L2TP Over IPSec方式实现安全互通

配置分支机构与总部之间通过L2TP Over IPSec方式实现安全互通 组网需求 如图1所示,LAC为企业分支网关,LNS为企业总部网关,分支通过LAC自拨号的方式与总部建立L2TP隧道实现互通。 现企业希望通过L2TP隧道传输的业务进行安全保护,…

TCP/tp

TCP/TP架构 传统网络采用的三个层次:接入层、汇聚层、核心层。 OSI模型 OSI七层模型:物理层、数据链路层、网络层、传输层、会话层、表示层、应用层。 上三层: 应用层:提供应用程序通信 表示层:处理数据格式、数据加…

CLient-Initiated L2TP主机上网问题详解

今天继续给大家介绍HCIE安全。本文主要介绍一下Client-Initiated L2TP配置中上互联网问题的解决。 阅读本文,您需要对L2TP 有一定的了解,如果您对此还存在困惑,欢迎您查阅我博客内的其他文章,相信您一定会有所收获。 相关文章链接…

“L2TP 链接尝试失败,因为安全层不能与远程计算机协商兼容的参数”解决方案

操作系统win10 1、 确保“IPsec Policy Agent”服务已经开启。 1.1 、WinR 快捷输入services.msc进入服务列表 查找 IPsec Policy Agent 服务 双击编辑把红线部分设置成下图样子:1.2、WinR 快捷输入regedit进入注册表 进入下图所示路径下:新建 Prohi…

L2TP连接尝试失败,因为安全层在初始化与远程计算机的协商时遇到一个处理错误

L2TP连接尝试失败 昨天还能连接,就因为昨晚上把windows10更新了,今天就连接不了。报错如下 百度全都是千篇一律的文章,也无法解决我的问题,知道我发现是因为更新的问题,卸载更新后问题成功解决。 操作步骤:…

tp5漏洞修复

漏洞描述 由于ThinkPHP5框架对控制器名没有进行足够的安全检测&#xff0c;导致在没有开启强制路由的情况下&#xff0c;黑客构造特定的请求&#xff0c;可直接GetWebShell。 漏洞评级 严重 影响版本 ThinkPHP 5.0系列 < 5.0.23 ThinkPHP 5.1系列 < 5.1.31 安全版本…

TP6 频次限制

第一步&#xff1a; 命令行安装&#xff1a; composer require topthink/think-throttle 第二步&#xff1a; 安装成功之后在config的下面有一个throllte&#xff08;config / throllte&#xff09; 第三步&#xff1a; 将visit_method里面的类型修改成GET POST 这种常用的…

L2TP 配置实例——Client-Initiated

今天继续给大家介绍HCIE安全。本文以华为eNSP模拟器&#xff0c;实现了Client-Initiated类型的L2TP 配置。Client-Initiated 主要应用在公司外部职员在外地出差时访问公司内部网络的场景下。 阅读本文&#xff0c;您需要对L2TP 有一定的了解&#xff0c;如果您对此还存在困惑&a…