当前位置:首页>编程日记>正文

ipsec ---野蛮模式应用

本站寻求有缘人接手,详细了解请联系站长QQ1493399855

IPSEC野蛮模式:

简介:

IKE 的协商模式

RFC2409The Internet Key Exchange )中规定,IKE 第一阶段的协商可以采用

两种模式:主模式(Main Mode )和野蛮模式(Aggressive Mode )。

   主模式被设计成将密钥交换信息与身份、认证信息相分离。这种分离保护了身

份信息;交换的身份信息受已生成的 Diffie-Hellman共享密钥的保护。但这增

加了3 条消息的开销。

  野蛮模式则允许同时传送与SA、密钥交换和认证相关的载荷。将这些载荷组

合到一条消息中减少了消息的往返次数,但是就无法提供身份保护了。

虽然野蛮模式存在一些功能限制,但可以满足某些特定的网络环境需求。例如:远

程访问时,如果响应者(服务器端)无法预先知道发起者(终端用户)的地址、或

者发起者的地址总在变化,而双方都希望采用预共享密钥验证方法来创建IKE SA

那么,不进行身份保护的野蛮模式就是唯一可行的交换方法;另外,如果发起者已

知响应者的策略,或者对响应者

 

本实验采用华为三台F100防火墙,和一台s3526交换机,实现ipsec野蛮模式下的***通道的建立。Fw1是总部,实现fw1可以与fw2的内部网络互访,fw1fw3的内部网络互访。

拓扑图:

ipsec ---野蛮模式应用 配图01

Fw1的配置:

#

interface Ethernet0/1

 ip address 192.168.10.200 255.255.255.0 

 ipsec policy policy

interface Ethernet0/4

 ip address 192.168.1.1 255.255.255.0

ip route-static 0.0.0.0 0.0.0.0 192.168.10.1 preference 60

firewall zone trust

 add interface Ethernet0/4

acl number 3000

 rule 0 permit ip source 192.168.1.0 0.0.0.255 destination 192.168.2.0 0.0.0.255

 rule 1 deny ip

acl number 3001

 rule 0 permit ip source 192.168.1.0 0.0.0.255 destination 192.168.3.0 0.0.0.255

 rule 1 permit ip

ipsec proposal tran1  配置安全提议

encapsulation-mode tunnel

transform esp

esp authentication-algorithm md5

esp encryption-algorithm des

display ipsec proposal

quit

ipsec proposal tran2

ipsec policy policy 10 isakmp #ipsec策略配置使用ike协商

 security acl 3000

 ike-peer peer1

 proposal tran1

ipsec policy policy 20 isakmp

 security acl 3001

 ike-peer peer2

 proposal tran2

 ike local-name fw1

ike local-name fw1

ike peer peer1   配置ike对等体

 exchange-mode aggressive

 pre-shared-key 1234

 id-type name

 remote-name fw2

 local-address 192.168.10.200

ike peer peer2

 pre-shared-key abcd

 remote-name fw3

Fw2的配置:

ip address dhcp-alloc

 

 ip address 192.168.2.1 255.255.255.0

ip route-static 0.0.0.0 0.0.0.0 192.168.20.1 preference 60

acl number 3000

 rule 0 permit ip source 192.168.2.0 0.0.0.255 destination 192.168.1.0 0.0.0.255

ipsec proposal tran1

ipsec policy policy 10 isakmp

ike local-name fw2

ike peer peer1

 remote-name fw1

remote-address 192.168.10.200

Fw3的配置:

ip address dhcp-alloc

 ip address 192.168.3.1 255.255.255.0

ip route-static 0.0.0.0 0.0.0.0 192.168.30.1 preference 60

acl number 3001

 rule 0 permit ip source 192.168.3.0 0.0.0.255 destination 192.168.1.0 0.0.0.255

ike local-name fw3

交换机的配置:

#

vlan 10

vlan 20

vlan 30

interface Vlan-interface1

 ip address 192.168.100.10 255.255.255.0

interface Vlan-interface10

 ip address 192.168.10.1 255.255.255.0

interface Vlan-interface20

 ip address 192.168.20.1 255.255.255.0

interface Vlan-interface30

 ip address 192.168.30.1 255.255.255.0

dhcp server ip-pool fw2

 network 192.168.20.0 mask 255.255.255.0

 gateway-list 192.168.20.1

dhcp server ip-pool fw3

 network 192.168.30.0 mask 255.255.255.0

 gateway-list 192.168.30.1

ipsec ---野蛮模式应用 配图02

测试:

1.0网段的主机访问2.03.0网段的主机:

 

ipsec ---野蛮模式应用 配图03 

 

ipsec ---野蛮模式应用 配图04

2.0网段的主机访问1.0的主机

ipsec ---野蛮模式应用 配图05

3.0网段的主机访问1.0的主机:

ipsec ---野蛮模式应用 配图06

此时可以查看相关配置:

查看ipsec sa  已经建立:

ipsec ---野蛮模式应用 配图07

查看ipsec policy ,此步配置完即可查看

ipsec ---野蛮模式应用 配图08


http://www.coolblog.cn/news/a3b8afecf35b0ed3.html

相关文章:

  • asp多表查询并显示_SpringBoot系列(五):SpringBoot整合Mybatis实现多表关联查询
  • s7day2学习记录
  • 【求锤得锤的故事】Redis锁从面试连环炮聊到神仙打架。
  • 矿Spring入门Demo
  • 拼音怎么写_老师:不会写的字用圈代替,看到孩子试卷,网友:人才
  • Linux 实时流量监测(iptraf中文图解)
  • Win10 + Python + GPU版MXNet + VS2015 + RTools + R配置
  • 美颜
  • shell访问php文件夹,Shell获取某目录下所有文件夹的名称
  • 如何优雅的实现 Spring Boot 接口参数加密解密?
  • LeCun亲授的深度学习入门课:从飞行器的发明到卷积神经网络
  • 支撑微博千亿调用的轻量级RPC框架:Motan
  • Mac原生Terminal快速登录ssh
  • 法拉利虚拟学院2010 服务器,法拉利虚拟学院2010
  • java受保护的数据与_Javascript类定义语法,私有成员、受保护成员、静态成员等介绍...
  • mysql commit 机制_1024MySQL事物提交机制
  • 2019-9
  • jquery 使用小技巧
  • 科学计算工具NumPy(3):ndarray的元素处理
  • vscode pylint 错误_将实际未错误的py库添加到pylint白名单
  • linux批量创建用户和密码
  • 工程师在工作电脑存 64G 不雅文件,被公司开除后索赔 41 万,结果…
  • js常用阻止冒泡事件
  • newinsets用法java_Java XYPlot.setInsets方法代碼示例
  • 气泡图在开源监控工具中的应用效果
  • 各类型土地利用图例_划重点!国土空间总体规划——土地利用
  • php 启动服务器监听
  • dubbo简单示例
  • Ubuntu13.10:[3]如何开启SSH SERVER服务
  • [iptables]Redhat 7.2下使用iptables实现NAT
  • 【设计模式】 模式PK:策略模式VS状态模式
  • CSS小技巧——CSS滚动条美化
  • JS实现-页面数据无限加载
  • 最新DOS大全
  • Django View(视图系统)
  • 阿里巴巴分布式服务框架 Dubbo
  • 阿里大鱼.net core 发送短信
  • Sorenson Capital:值得投资的 5 种 AI 技术
  • 程序员入错行怎么办?
  • 两张超级大表join优化
  • Arm芯片的新革命在缓缓上演
  • 第九天函数
  • Linux软件安装-----apache安装
  • HDU 5988 最小费用流
  • 《看透springmvc源码分析与实践》读书笔记一
  • nagios自写插件—check_file
  • python3 错误 Max retries exceeded with url 解决方法
  • 正式开课!如何学习相机模型与标定?(单目+双目+鱼眼+深度相机)
  • 通过Spark进行ALS离线和Stream实时推荐
  • 行为模式之Template Method模式