网络部署运维实验(pat 端口映射含命令)

简介: 网络部署运维实验(pat 端口映射含命令)

一.实验简介

本实验为思科模拟器画图,内含acl pat和静态端口映射

二.图纸

三.实验命令

isp 路由器配置

Router>en

Router#conf t

Router(config)#int f0/0

Router(config-if)#ip add 202.106.0.2 255.255.255.0

Router(config-if)#no sh


Router(config-if)#int f0/1

Router(config-if)#ip add 201.0.0.1 255.255.255.0

Router(config-if)#no sh


router0路由器配置

Router>

Router>en


Router(config)#int f1/0

Router(config-if)#ip add 192.168.1.1 255.255.255.0

Router(config-if)#no sh


Router(config-if)#int f1/1

Router(config-if)#ip add 192.168.2.1 255.255.255.0

Router(config-if)#no sh


Router(config-if)#int f0/1

Router(config-if)#ip add 172.16.0.1 255.255.255.0

Router(config-if)#no sh


Router(config-if)#int f0/0

Router(config-if)#ip add 202.106.0.1 255.255.255.0

Router(config-if)#no sh


Router(config)#ip route 0.0.0.0 0.0.0.0 202.106.0.2


配置pat

Router(config)#access-list 1 permit any

Router(config)#ip nat inside source list 1 int f0/0 overload

Router(config)#int f0/0

Router(config-if)#ip nat outside

Router(config)#int f1/0

Router(config-if)#ip nat inside

Router(config-if)#int f1/1

Router(config-if)#ip nat inside


配置静态nat

Router(config)#ip nat inside source static 172.16.0.100 202.106.0.100

Router(config)#ip nat inside source static 172.16.0.200 202.106.0.200

Router(config)#int f0/1

Router(config-if)#ip nat inside

Router(config-if)#

Router(config-if)#exit


删掉静态nat 配置 静态端口映射

Router(config)#no ip nat inside source static 172.16.0.200 202.106.0.200

Router(config)#no ip nat inside source static 172.16.0.100 202.106.0.100


Router(config)#ip nat inside source static tcp 172.16.0.100 80 202.106.0.150 80

Router(config)#ip nat inside source static tcp 172.16.0.200 21 202.106.0.150 21


相关文章
|
3月前
|
机器学习/深度学习 人工智能 运维
企业内训|LLM大模型在服务器和IT网络运维中的应用-某日企IT运维部门
本课程是为某在华日资企业集团的IT运维部门专门定制开发的企业培训课程,本课程旨在深入探讨大型语言模型(LLM)在服务器及IT网络运维中的应用,结合当前技术趋势与行业需求,帮助学员掌握LLM如何为运维工作赋能。通过系统的理论讲解与实践操作,学员将了解LLM的基本知识、模型架构及其在实际运维场景中的应用,如日志分析、故障诊断、网络安全与性能优化等。
100 2
|
11天前
|
数据采集 机器学习/深度学习 人工智能
基于AI的网络流量分析:构建智能化运维体系
基于AI的网络流量分析:构建智能化运维体系
71 13
|
3月前
|
运维 网络性能优化 网络虚拟化
|
9天前
|
SQL 运维 安全
网络安全等级保护2.0 定级、评测、实施与运维-复习题目资料
本文详细总结了网络信息安全等级保护的练习题,包括单选题、多选题、判断题和简答题。供朋友们参考复习,学习相关领域知识参考。
|
2月前
|
运维 监控 网络协议
运维工程师日常工作中最常用的20个Linux命令,涵盖文件操作、目录管理、权限设置、系统监控等方面
本文介绍了运维工程师日常工作中最常用的20个Linux命令,涵盖文件操作、目录管理、权限设置、系统监控等方面,旨在帮助读者提高工作效率。从基本的文件查看与编辑,到高级的网络配置与安全管理,这些命令是运维工作中的必备工具。
158 3
|
3月前
|
运维 监控 网络协议
|
2月前
|
缓存 运维 监控
【运维必备知识】Linux系统平均负载与top、uptime命令详解
系统平均负载是衡量Linux服务器性能的关键指标之一。通过使用 `top`和 `uptime`命令,可以实时监控系统的负载情况,帮助运维人员及时发现并解决潜在问题。理解这些工具的输出和意义是确保系统稳定运行的基础。希望本文对Linux系统平均负载及相关命令的详细解析能帮助您更好地进行系统运维和性能优化。
64 3
|
3月前
|
安全 定位技术 数据安全/隐私保护
|
2月前
|
供应链 监控 安全
网络安全中的零信任架构:从概念到部署
网络安全中的零信任架构:从概念到部署
|
3月前
|
机器学习/深度学习 数据采集 算法
目标分类笔记(一): 利用包含多个网络多种训练策略的框架来完成多目标分类任务(从数据准备到训练测试部署的完整流程)
这篇博客文章介绍了如何使用包含多个网络和多种训练策略的框架来完成多目标分类任务,涵盖了从数据准备到训练、测试和部署的完整流程,并提供了相关代码和配置文件。
71 0
目标分类笔记(一): 利用包含多个网络多种训练策略的框架来完成多目标分类任务(从数据准备到训练测试部署的完整流程)

热门文章

最新文章