博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
第 17 章 Router
阅读量:5752 次
发布时间:2019-06-18

本文共 494 字,大约阅读时间需要 1 分钟。

set interface trust natset interface untrust routeset route 0.0.0.0/0 interface untrust gateway 61.144.230.40 preference 20set route 192.168.6.0/24 interface trust gateway 192.168.3.12set route 192.168.7.0/24 interface trust gateway 192.168.3.12set route 192.168.8.0/24 interface trust gateway 192.168.3.12set route 192.168.9.0/24 interface trust gateway 192.168.3.12
set route 172.16.3.0/24 interface ethernet0/3 gateway 10.10.0.5

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

你可能感兴趣的文章
Asp.net安全架构之4:Brute force(爆破)
查看>>
DBS:同学录
查看>>
【JUnit4.10源码分析】5 Statement
查看>>
JAVA设计模式之【适配器模式】
查看>>
Mysql备份系列(1)--备份方案总结性梳理
查看>>
C#开发的高性能EXCEL导入、导出工具DataPie(支持MSSQL、ORACLE、ACCESS,附源码下载地址)...
查看>>
[CareerCup] 1.6 Rotate Image 翻转图像
查看>>
Execution Plan 执行计划介绍
查看>>
29.6. nm - list symbols from object files
查看>>
Codeforces Round #423 (Div. 2, rated, based on VK Cup Finals)爆零记
查看>>
jQuery中$.fn的用法示例介绍
查看>>
Python中的画图初体验
查看>>
又一个半成品库 weblog rpc client
查看>>
关于前端的photoshop初探的学习笔记
查看>>
Java程序员的日常 —— 响应式导航Demo
查看>>
敏捷软件开发宣言--常读常新
查看>>
objective-c内存管理基础
查看>>
Windows窗口在Vista中最小化效果
查看>>
Jquery真的不难~第七回 JS也要面向对象
查看>>
从C#到Objective-C,循序渐进学习苹果开发(1)--准备开发账号和开发环境
查看>>