当前位置: 首页 > news >正文

做网站的为什么那么多骗子软文推广策划方案

做网站的为什么那么多骗子,软文推广策划方案,音乐app详情页设计,做网站用矢量图还是位图需求: 1、除R5的换回地址已固定外,整个其他所有的网段基于192.168.1.0/24进行合理的IP地址划分。 2、R1-R4每台路由器存在两个环回接口,用于模拟连接PC的网段;地址也在192.168.1.0/24这个网络范围内。 3、R1-R4上不能直接编写到…

需求:

1、除R5的换回地址已固定外,整个其他所有的网段基于192.168.1.0/24进行合理的IP地址划分。

2、R1-R4每台路由器存在两个环回接口,用于模拟连接PC的网段;地址也在192.168.1.0/24这个网络范围内。

3、R1-R4上不能直接编写到达5.5.5.0/24的静态路由,但依然可以访问。

4、全网可达,尽量减少每台路由器路由条目的数量;避免环路出现。

5、R4与R5之间,正常1000M链路通信,故障时自动改为100M。

第一步、划分IP地址并配置。

由题意得,共划分五个网段即可,干路一个网段,其他四台路由器各占一个网段,则需要借3位:

1、192.168.1.0/27(干路)

每段链路仅需要两个IP地址就够了,所以继续借位借到30位。

①192.168.1.0/30

②192.168.1.4/30

③192.168.1.8/30

④192.168.1.12/30

⑤192.168.1.16/30

⑥192.168.1.20/30

又因为每个路由器需要用到两个网段,则继续借一位。(每个路由的两个环回地址分别用其网段的第一个可用IP地址)

2、192.168.1.32/27(R1)

①192.168.1.32/28

②192.168.1.48/28

3、192.168.1.64/27(R2)

①192.168.1.64/28

②192.168.1.80/28

4、192.168.1.96/27(R3)

①192.168.1.96/28

②192.168.1.112/28

5、192.168.1.128/27(R4)

①192.168.1.128/28

②192.168.1.144/28

第二步、写静态路由

[r1]ip route-static 192.168.1.64 27 192.168.1.2
[r1]ip route-static 192.168.1.96 27 192.168.1.10
[r1]ip route-static 192.168.1.4 30 192.168.1.2  
[r1]ip route-static 192.168.1.12 30 192.168.1.10
[r1]ip route-static 192.168.1.128 27 192.168.1.10
[r1]ip route-static 192.168.1.128 27 192.168.1.2 
[r1]ip route-static 192.168.1.20 30 192.168.1.2 
[r1]ip route-static 192.168.1.16 30 192.168.1.10[r2]ip route-static 192.168.1.32 27 192.168.1.1
[r2]ip route-static 192.168.1.8 30 192.168.1.1 
[r2]ip route-static 192.168.1.96 27 192.168.1.1
[r2]ip route-static 192.168.1.96 27 192.168.1.6
[r2]ip route-static 192.168.1.12 30 192.168.1.6
[r2]ip route-static 192.168.1.128 27 192.168.1.6
[r2]ip route-static 192.168.1.20 30 192.168.1.6 
[r2]ip route-static 192.168.1.16 30 192.168.1.6[r3]ip route-static 192.168.1.32 28 192.168.1.9
[r3]ip route-static 192.168.1.0 30 192.168.1.9 
[r3]ip route-static 192.168.1.64 27 192.168.1.9
[r3]ip route-static 192.168.1.64 27 192.168.1.14
[r3]ip route-static 192.168.1.128 27 192.168.1.14
[r3]ip route-static 192.168.1.4 30 192.168.1.14  
[r3]ip route-static 192.168.1.16 30 192.168.1.14
[r3]ip route-static 192.168.1.20 30 192.168.1.14[r4]ip route-static 192.168.1.64 27 192.168.1.5
[r4]ip route-static 192.168.1.32 27 192.168.1.5
[r4]ip route-static 192.168.1.0 30 192.168.1.5 
[r4]ip route-static 192.168.1.8 30 192.168.1.13
[r4]ip route-static 192.168.1.32 27 192.168.1.13
[r4]ip route-static 192.168.1.96 27 192.168.1.13[r5]ip route-static 192.168.1.32 27 192.168.1.21
[r5]ip route-static 192.168.1.64 27 192.168.1.21
[r5]ip route-static 192.168.1.96 27 192.168.1.21
[r5]ip route-static 192.168.1.128 27 192.168.1.21
[r5]ip route-static 192.168.1.32 27 192.168.1.17 
[r5]ip route-static 192.168.1.64 27 192.168.1.17
[r5]ip route-static 192.168.1.96 27 192.168.1.17
[r5]ip route-static 192.168.1.128 27 192.168.1.17
[r5]ip route-static 192.168.1.0 30 192.168.1.21  
[r5]ip route-static 192.168.1.4 30 192.168.1.21
[r5]ip route-static 192.168.1.8 30 192.168.1.21
[r5]ip route-static 192.168.1.12 30 192.168.1.21
[r5]ip route-static 192.168.1.0 30 192.168.1.17 
[r5]ip route-static 192.168.1.4 30 192.168.1.17
[r5]ip route-static 192.168.1.8 30 192.168.1.17
[r5]ip route-static 192.168.1.12 30 192.168.1.17

第三步、写缺省路由

[r1]ip route-static 0.0.0.0 0 192.168.1.2
[r1]ip route-static 0.0.0.0 0 192.168.1.10[r2]ip route-static 0.0.0.0 0 192.168.1.6[r3]ip route-static 0.0.0.0 0 192.168.1.14[r4]ip route-static 0.0.0.0 0 192.168.1.22
[r4]ip route-static 0.0.0.0 0 192.168.1.18

实现全网可达,且为写指向5.5.5.0/24网段的静态路由。

第四步、在手工汇总的路由器上写空接口环回地址

[r1]ip route-static 192.168.1.32 27 NULL 0[r2]ip route-static 192.168.1.64 27 NULL 0[r3]ip route-static 192.168.1.96 27 NULL 0[r4]ip route-static 192.168.1.128 27 NULL 0

第五步、改变线路的优先级。

[r4]ip route-static 0.0.0.0 0 192.168.1.22 preference 61

实验完成。

http://www.hkea.cn/news/668644/

相关文章:

  • 怎么做国内网站吗seo顾问培训
  • 网站排名不稳定怎么办seo+网站排名
  • 做网站要淘宝热搜关键词排行榜
  • 做网站 创业 流程网络建站流程
  • 怎么做购物网站系统文本广州网络营销推广
  • 网站后台管理系统cms推广seo网站
  • 企业网站备案注销百度推广登陆平台
  • 重庆如何软件网站推广网站优化seo
  • 最专业的佛山网站建设价格3小时百度收录新站方法
  • wordpress门户建站html网页完整代码作业
  • 子域名 做单独的网站广州seo外包公司
  • 凡科建设网站的步骤永久免费无代码开发平台网站
  • 建设一个百度百科类网站网站排名优化的技巧
  • 自己做网站可以吗淄博做网站的公司
  • 个人做健康网站好吗宁波网站制作与推广价格
  • 长沙有哪些做网站的连云港seo优化公司
  • 青羊区定制网站建设报价搜索引擎营销方案
  • 淘宝优惠券查询网站怎么做域名备案官网
  • wordpress自定义url优化教程网下载
  • 模板网站和定制网站百度搜索引擎的网址
  • 企业建设网站公司哪家好app拉新推广接单平台
  • 老虎淘客系统可以做网站吗江西省水文监测中心
  • 高港区企业网站建设快速建站教程
  • 怎样写企业网站建设方案北京网站seo招聘
  • 做蛋糕视频的网站软文广告范文
  • h5自适应网站模板下载网站换友链平台
  • 政府网站建设及管理规范各大搜索引擎入口
  • poedit pro wordpress免费网站推广优化
  • 市场营销产品推广策划方案seo合作代理
  • 东莞专业网站建设推广搜索引擎网络排名