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

建设网站需要什么条件做的好的地方网站

建设网站需要什么条件,做的好的地方网站,北京保障房建设网站,便民工具 网站开发实验目的#xff1a; 1、R6为ISP#xff0c;接口IP地址均为公有地址#xff0c;该设备只能配置IP地址#xff0c;之后不能再对其进行任何配置#xff1b; 2、R1-R5为局域网#xff0c;私有IP地址192.168.1.0/24#xff0c;请合理分配#xff1b; 3、R1、R2、R4#x…实验目的 1、R6为ISP接口IP地址均为公有地址该设备只能配置IP地址之后不能再对其进行任何配置 2、R1-R5为局域网私有IP地址192.168.1.0/24请合理分配 3、R1、R2、R4各有两个环回IP地址R5,R6各有一个环回地址所有路由器上环回均代表连接用户的接口 4、R3下面的两台PC通过DHCP自动获取IP地址 5、选路最佳路由表尽量小避免环路 6、R1-R5均可以访问R6的环回 7、R6 telnet R5的公有地址时实际登录到R1上 8、R4与R5正常通过1000M链路故障时通过100m链路 实验步骤 1.子网划分 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 2.R1配置: Huaweisystem-view [Huawei]sysname R1 [R1] #配置环回接口 [R1]int loopback 0 [R1-LoopBack0]ip add 192.168.1.33 28 [R1-LoopBack0]int loopback 1 [R1-LoopBack1]ip add 192.168.1.49 28 [R1-LoopBack1]q [R1]int g 0/0/0 [R1-GigabitEthernet0/0/0]ip add 192.168.1.1 30 [R1-GigabitEthernet0/0/0]quit [R1]int g 0/0/1 [R1-GigabitEthernet0/0/1]ip add 192.168.1.9 30 [R1-GigabitEthernet0/0/1]quit#配置静态路由 [R1]ip route-static 192.168.1.65 28 192.168.1.2 [R1]ip route-static 192.168.1.81 28 192.168.1.2 [R1]ip route-static 192.168.1.5 28 192.168.1.2 [R1]ip route-static 192.168.1.97 27 192.168.1.10 [R1]ip route-static 192.168.1.13 30 192.168.1.10 [R1]ip route-static 192.168.1.14 30 192.168.1.10 [R1]ip route-static 192.168.1.129 28 192.168.1.2 [R1]ip route-static 192.168.1.145 28 192.168.1.2 [R1]ip route-static 192.168.1.17 30 192.168.1.2 [R1]ip route-static 192.168.1.21 30 192.168.1.2 [R1]ip route-static 192.168.1.161 27 192.168.1.2 [R1]ip route-static 192.168.1.161 27 192.168.1.10 [R1]ip route-static 192.168.1.129 28 192.168.1.10 [R1]ip route-static 192.168.1.145 28 192.168.1.10[R1]ip route-static 192.168.1.32 27 NULL 0#缺省路由 [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#配置telent服务 [R1]aaa [R1-aaa]local-user rrl password cipher rrl12345 privilege level 15 Info: Add a new user. [R1-aaa]local-user rrl service-type telnet [R1-aaa]q [R1]user-in [R1]user-interface v [R1]user-interface vty 0 4 [R1-ui-vty0-4]au [R1-ui-vty0-4]authentication-mode aaa 3.R3配置: [R3]int g 0/0/0 [R3-GigabitEthernet0/0/0]ip add [R3-GigabitEthernet0/0/0]ip address 192.168.1.10 30 Mar 19 2024 16:02:10-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [R3-GigabitEthernet0/0/0]q [R3] [R3]int g0/0/2 [R3-GigabitEthernet0/0/2]ip add 192.168.1.97 27 [R3-GigabitEthernet0/0/2]q [R3]int g0/0/1 [R3-GigabitEthernet0/0/1]ip add 192.168.1.13 30 [R3-GigabitEthernet0/0/1]q#dhcp配置 [R3]dhcp enable Info: The operation may take a few seconds. Please wait for a moment.done. [R3]int g0/0/2 [R3-GigabitEthernet0/0/2]dhcp select global [R3-GigabitEthernet0/0/2]q [R3]ip pool 1 Info: Its successful to create an IP address pool. [R3-ip-pool-1]network 192.168.1.96 mask 27 [R3-ip-pool-1]gateway-list 192.168.1.97 [R3-ip-pool-1]dns [R3-ip-pool-1]dns-list 114.114.114.114 [R3-ip-pool-1]q #静态路由配置 [R3]ip route-static 192.168.1.33 28 192.168.1.9 [R3]ip route-static 192.168.1.49 28 192.168.1.9 [R3]ip route-static 192.168.1.1 30 192.168.1.9 [R3]ip route-static 192.168.1.6 30 192.168.1.14 [R3]ip route-static 192.168.1.129 28 192.168.1.14 [R3]ip route-static 192.168.1.145 28 192.168.1.14 [R3]ip route-static 192.168.1.17 30 192.168.1.14 [R3]ip route-static 192.168.1.21 30 192.168.1.14 [R3]ip route-static 192.168.1.65 28 192.168.1.9 [R3]ip route-static 192.168.1.65 28 192.168.1.14 [R3]ip route-static 192.168.1.81 28 192.168.1.14 [R3]ip route-static 192.168.1.81 28 192.168.1.9 [R3]ip route-static 192.168.1.161 27 192.168.1.14 #缺省路由 [R3]ip route-static 0.0.0.0 0 192.168.1.14 4.R4配置 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sys [Huawei]sysname R4 [R4]int loo [R4]int LoopBack 0 [R4-LoopBack0]ip add 192.168.1.129 28 [R4-LoopBack0]q [R4]int loo [R4]int LoopBack 1 [R4-LoopBack1]ip add 192.168.1.145 28 [R4-LoopBack1]q [R4]int g0/0/0 [R4-GigabitEthernet0/0/0]ip add 192.168.1.6 30 [R4-GigabitEthernet0/0/0]q [R4]int g0/0/1 [R4-GigabitEthernet0/0/1]ip add 192.168.1.14 30 [R4-GigabitEthernet0/0/1]q [R4]int g0/0/2 [R4-GigabitEthernet0/0/2]ip add 192.168.1.17 30 [R4-GigabitEthernet0/0/2]q [R4]int g4/0/0 [R4-GigabitEthernet4/0/0]ip add 192.168.1.21 30 [R4-GigabitEthernet4/0/0]q#静态路由配置 [R4]ip route-static 192.168.1.2 30 192.168.1.5 [R4]ip route-static 192.168.1.97 27 192.168.1.13 [R4]ip route-static 192.168.1.10 30 192.168.1.13 [R4]ip route-static 192.168.1.33 30 192.168.1.13 [R4]ip route-static 192.168.1.49 30 192.168.1.13 [R4]ip route-static 192.168.1.65 28 192.168.1.5 [R4]ip route-static 192.168.1.81 28 192.168.1.5 [R4]ip route-static 192.168.1.161 27 192.168.1.18 [R4]ip route-static 192.168.1.161 27 192.168.1.22 [R4]ip route-static 192.168.1.33 30 192.168.1.5 [R4]ip route-static 192.168.1.49 30 192.168.1.5[R4]ip route-static 192.168.1.128 27 NULL 0#缺省路由 [R4]ip route-static 0.0.0.0 0 192.168.1.18 [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.22 preference 61 5.R5配置 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sys [Huawei]sysname R5 #环回接口 [R5]int LoopBack 0 [R5-LoopBack0]ip add 192.168.1.161 27 [R5]int g0/0/0 [R5-GigabitEthernet0/0/0]ip add 192.168.1.18 30 [R5-GigabitEthernet0/0/0]q [R5]int g0/0/2 [R5-GigabitEthernet0/0/2]ip add 192.168.1.22 30 [R5-GigabitEthernet0/0/2]q [R5]int g0/0/1 [R5-GigabitEthernet0/0/1]ip add 12.0.0.1 24 [R5-GigabitEthernet0/0/1]q [R5]q R5save#静态路由配置 [R5]ip route-static 192.168.1.6 30 192.168.1.17 [R5]ip route-static 192.168.1.65 28 192.168.1.17 [R5]ip route-static 192.168.1.81 28 192.168.1.17 [R5]ip route-static 192.168.1.14 30 192.168.1.17 [R5]ip route-static 192.168.1.97 27 192.168.1.17 [R5]ip route-static 192.168.1.2 30 192.168.1.17 [R5]ip route-static 192.168.1.10 30 192.168.1.17 [R5]ip route-static 192.168.1.33 28 192.168.1.17 [R5]ip route-static 192.168.1.49 28 192.168.1.17 [R5]ip route-static 192.168.1.129 28 192.168.1.21 [R5]ip route-static 192.168.1.145 28 192.168.1.21 [R5]ip route-static 192.168.1.6 30 192.168.1.21 [R5]ip route-static 192.168.1.65 28 192.168.1.21 [R5]ip route-static 192.168.1.81 28 192.168.1.21 [R5]ip route-static 192.168.1.2 30 192.168.1.21 [R5]ip route-static 192.168.1.33 28 192.168.1.21 [R5]ip route-static 192.168.1.49 28 192.168.1.21 [R5]ip route-static 192.168.1.10 30 192.168.1.21 [R5]ip route-static 192.168.1.97 27 192.168.1.21#公网配置 [R5]ip route-static 0.0.0.0 0 12.0.0.6 [R5]acl 2000 [R5-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255 [R5-acl-basic-2000]q [R5] int 0/0/1 [R5]int g0/0/1 [R5-GigabitEthernet0/0/1]nat o [R5-GigabitEthernet0/0/1]nat outbound 2000 [R5-GigabitEthernet0/0/1]q#telent地址1映射 [R5]int g0/0/1 [R5-GigabitEthernet0/0/1]nat server protocol tcp global current-interface 23 in [R5-GigabitEthernet0/0/1]nat server protocol tcp global current-interface 23 ins ide 192.168.1.1 23 Warning:The port 23 is well-known port. If you continue it may cause function fa ilure. Are you sure to continue?[Y/N]:y#更改优先级将192.168.1.20网段优先级改为61 [R5]ip route-static 192.168.1.0 30 192.168.1.21 pre 61 Info: Succeeded in modifying route. [R5]ip route-static 192.168.1.4 30 192.168.1.21 pre 61 Info: Succeeded in modifying route. [R5]ip route-static 192.168.1.8 30 192.168.1.21 pre 61 Info: Succeeded in modifying route. [R5]ip route-static 192.168.1.12 30 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.64 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.32 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.128 27 192.168.1.21 pre 61 [R5]ip route-static 192.168.1.96 27 192.168.1.21 pre 61 6.R6配置 Huaweisys Enter system view, return user view with CtrlZ. [Huawei]sys [Huawei]sysname R6 [R6]int g0/0/0 [R6-GigabitEthernet0/0/0]ip add 12.0.0.6 24 [R6-GigabitEthernet0/0/0]q [R6]int LoopBack 0 [R6-LoopBack0]ip add 1.1.1.6 24
http://www.zqtcl.cn/news/87988/

相关文章:

  • 免费网站制作软件平台seo网站营销公司
  • 网站开发流程的8个步骤做营销型网站 推广的好处
  • 安徽seo网站南宁工程造价建设信息网站
  • html5网站框架中山市网站建设公司
  • 烟台建设局网站网站底部浮动
  • 江苏恒健建设集团有限公司网站怎样建设一个卡盟网站
  • 做网站的表情包做网站链接容易吗
  • 网站加密传输怎么做网站做竞价优化
  • 做网站要多少钱联系方式WordPress设置腾讯企业邮箱
  • 网站费用清单网站建设行业好做吗
  • 大伙房水库输水工程建设局网站福州网站建设好的公司
  • 做素材网站如何赚钱专业外贸网站建设公司价格
  • 网站维护合同模板wordpress协调世界时
  • 怎么找做网站的外包公司凡科网登录手机端
  • 如何获得网站后台密码昆明网站设计
  • 一鸣东莞网站建设公司制作手机app需要学什么编程
  • 网站开发 渠道阿里云外贸建站
  • 门户网站建设基本情况PHP网站开发程序员招聘
  • 小程序如何做外部连接网站浅谈电子商务网站建设与管理论文
  • 动态图片素材网站开发网站监控平台
  • 银川网站开发网站自己怎么做的
  • 泰兴网站开发福田欧曼前四后八
  • 外贸soho怎么建网站西部数码的vps云主机如何访问网站
  • 怎样上传图片到自己公司网站推广游戏网站怎么做
  • seo建站需求常平网页设计
  • 网站 如何添加备案号建设网站需要哪些材料
  • 论坛型网站怎么做企业邮箱注册需要多少钱
  • 平面设计网站导航wordpress 分页无效
  • 论坛网站建设费用网页设计与网站建设实训报告
  • 比较厉害的网站制作公司网页布局设计方法