iis服务器助手广告广告
返回顶部
首页 > 资讯 > 后端开发 > Python >IPSec in IBM SoftLay
  • 239
分享到

IPSec in IBM SoftLay

IPSecIBMSoftLay 2023-01-31 01:01:57 239人浏览 八月长安

Python 官方文档:入门教程 => 点击学习

摘要

(3)Customer end: Juniper SRX Firewall (policy based ×××)Phase 1set security ike proposal ike-phase1-proposal authenticat

(3)Customer end: Juniper SRX Firewall (policy based ×××)

  1. Phase 1

set security ike proposal ike-phase1-proposal authentication-method pre-shared-keys

set security ike proposal ike-phase1-proposal dh-group group2

set security ike proposal ike-phase1-proposal authentication-alGorithm md5

set security ike proposal ike-phase1-proposal encryption-algorithm 3Des-cbc

set security ike policy ike-phase1-policy mode main

set security ike policy ike-phase1-policy proposals ike-phase1-proposal

set security ike policy ike-phase1-policy pre-shared-key ascii-text "$9$OmpvBhyleWx-wvWjkq.5TRhSylMLxN-bsKvJG"

set security ike gateway SL ike-policy ike-phase1-policy

set security ike gateway SL address x.x.x.x

set security ike gateway SL external-interface ge-0/0/0.0

2. Phase 2

set security ipsec proposal ipsec-phase2-proposal authentication-algorithm hMac-md5-96

set security ipsec proposal ipsec-phase2-proposal encryption-algorithm 3des-cbc

set security ipsec policy ipsec-phase2-policy perfect-forward-secrecy keys group2

set security ipsec policy ipsec-phase2-policy proposals ipsec-phase2-proposal

set security ipsec *** SL××× ike gateway SL

set security ipsec *** SL××× ike proxy-identity local 192.168.109.0/24

set security ipsec *** SL××× ike proxy-identity remote 10.66.24.0/26

set security ipsec *** SL××× ike proxy-identity service any

set security ipsec *** SL××× ike ipsec-policy ipsec-phase2-policy


3. Security Policy (Inbound)

set security policies from-zone trust to-zone untrust policy outbound_*** match source-address local_network

set security policies from-zone trust to-zone untrust policy outbound_*** match destination-address SL-net

set security policies from-zone trust to-zone untrust policy outbound_*** match application any

set security policies from-zone trust to-zone untrust policy outbound_*** then permit tunnel ipsec-*** SL×××

set security policies from-zone trust to-zone untrust policy outbound_*** then count



4. Security Policy (Outbound)

set security policies from-zone untrust to-zone trust policy inbound_*** match source-address SL-net

set security policies from-zone untrust to-zone trust policy inbound_*** match destination-address local_network

set security policies from-zone untrust to-zone trust policy inbound_*** match application any

set security policies from-zone untrust to-zone trust policy inbound_*** then permit tunnel ipsec-*** SL×××

set security policies from-zone untrust to-zone trust policy inbound_*** then count


5.Routing

set routing-options static route 0.0.0.0/0 next-hop 10.1.1.1

--结束END--

本文标题: IPSec in IBM SoftLay

本文链接: https://www.lsjlt.com/news/183402.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • IPSec in IBM SoftLay
    (3)Customer end: Juniper SRX Firewall (policy based ×××)Phase 1set security ike proposal ike-phase1-proposal authenticat...
    99+
    2023-01-31
    IPSec IBM SoftLay
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作