| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> JavaScript知识库 -> How to configure Cisco firewall PIX 525 (2) -> 正文阅读 |
|
[JavaScript知识库]How to configure Cisco firewall PIX 525 (2) |
In this session we'll will add an internal OSPF network and configure on PIX to let OSPF network to access external and dmz, based on the work of How to configure Cisco firewall PIX 525 (1) 1. The diagram with OSPF network2. Configure OSPF on R9, R2 and R7R9-InternalSvr(config)#int f0/0 R2-Inside(config)#int f0/1 R7-Inside(config)#int f1/0 R9-InternalSvr#sh ip os nei Neighbor ID ? ? Pri ? State ? ? ? ? ? Dead Time ? Address ? ? ? ? Interface 3. Add default routing to external for internal OSPF networkBefore add default routing: R9-InternalSvr#sh ip route Gateway of last resort is not set ? ? ?9.0.0.0/32 is subnetted, 1 subnets Add default routing on R2 and R7: R2-Inside(config)#router ospf 1 R7-Inside(config)#router ospf 1 After adding default routing R9-InternalSvr#sh ip route Gateway of last resort is 10.10.90.12 to network 0.0.0.0 ? ? ?9.0.0.0/32 is subnetted, 1 subnets 4. Add routing from PIX to OSPF network for PIXWe have two paths from PIX to R9. To avoid a single point of failure, we configure HSRP on R2 and R7. R2-Inside(config)#int f0/0 R7-Inside(config-router)#int f0/0 Check the HSRP status: R2-Inside#sh standby brie Add static routing in PIX to R9: pix3# conf t Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP Gateway of last resort is not set C ? ?172.16.1.0 255.255.255.0 is directly connected, dmz 5. Configure R9 to access externalWe follow the way:(Actually it's alreadly done for all internal network to access external, pls refer to??artical How to configure Cisco firewall PIX 525 (2), Chapter 11.) High to low: - Global address (pool) in low area - Internal address in high area - Access control (access-list + access-group) R9-InternalSvr#ping 202.1.1.10 Type escape sequence to abort. R1-Internet# R9 to DMZ is also OK: R9-InternalSvr#ping 172.16.1.13 Type escape sequence to abort. R3-dmz# 6. Configure DMZ to Internal OSPF networkDMZ to R9: pix3(config)# static (inside,dmz) 9.9.9.9 9.9.9.9 netmask 255.255.255.255 ? pix3(config)# access-list from_dmz extended permit tcp any 9.9.9.9 255.255.255.255 eq telnet? R3-dmz#ping 9.9.9.9 Type escape sequence to abort. R9-InternalSvr# |
|
JavaScript知识库 最新文章 |
ES6的相关知识点 |
react 函数式组件 & react其他一些总结 |
Vue基础超详细 |
前端JS也可以连点成线(Vue中运用 AntVG6) |
Vue事件处理的基本使用 |
Vue后台项目的记录 (一) |
前后端分离vue跨域,devServer配置proxy代理 |
TypeScript |
初识vuex |
vue项目安装包指令收集 |
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/24 11:02:34- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |