首页 | 资讯动态 | linux基础 | 系统管理 | 网络管理 | 编程开发 | linux数据库 | 服务器技术 | linux相关 | linux认证 | 嵌入式 | 下载中心 | 专题 | linux招聘 | HR | 镜像
OKLinux中文技术站
·设为首页
·加入收藏
·联系我们
系统管理: 中文环境 系统管理 桌面应用 内核技术 | Linux基础: 基础入门 安装配置 常用命令 经验技巧 软件应用 | Linux数据库: Mysql Postgre Oracle DB2 Sybase other
网络管理: 网络安全 网络应用 Linux服务器 环境配置 黑客安全 | 编程开发: PHP CC++ Python Perl Shell 嵌入式开发 java jsp | PHP技术: PHP基础 PHP技巧 PHP应用 PHP文摘
搜索中心 Linux招聘 Linux专题 Apache | Linux相关: 硬件相关 Linux解决方案 Linux认证 企业应用 其它Unix | 相关下载: 资料下载 参考手册 开发工具 服务器类 软路由 其它
 技术搜索:
会员中心 注册会员 高级搜索  
  → 当前位置:首页>服务器技术>WEB服务器>正文

IIS配置及安全访问控制策略详解

http://www.oklinux.cn  2007-01-11  oklinux收集 阿九  会员收藏  游客收藏  【 】 
您查看的文章来源于http://www.oklinux.cn

IIS(Internet 信息服务)是在企业网或者校园网内部提供信息服务的重要工具,目前基于IIS的应用相当广泛,但大多数都在windows操作系统下局域网内部或同一子网内来实现IIS服务,而在不同操作系统之间,在广域网或者不同子网间的应用较少,而且介绍这方面应用的文章也很少,本文旨在介绍不同的操作系统间(Red Hat Linux 9和windows 2000 server),不同的子网间通过IIS所提供的服务访问来实现资源共享和访问。

一、 实验网络环境及配置


图1 拓扑结构

实验环境:锐捷R2624路由器(router2)一台 、锐捷R2624路由器(router1)一台、锐捷S1926 G 交换机一台及PC机3台,服务器1台。

1.在Router 2上配置各端口的IP地址及路由RIP协议后,配置信息如下:

router2#show ip int brief

Interface IP-Address OK? Method Status Protocol
FastEthernet0 172.16.1.1 YES NVRAM up up
FastEthernet1 unassigned YES unset administratively down down
FastEthernet2 unassigned YES unset administratively down down
FastEthernet3 unassigned YES unset administratively down down
Serial0 10.1.1.2 YES NVRAM up up
Serial1 unassigned YES unset down down

router2#show ip route

Codes: C - connected, S - static, R - RIP
O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial0
R 192.168.1.0/24 [120/1] via 10.1.1.1, 00:00:18, Serial0
R 192.168.2.0/24 [120/1] via 10.1.1.1, 00:00:18, Serial0
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, FastEthernet0

2.在Router 1上配置各端口的IP地址及路由RIP协议后,配置信息如下:

router1#show ip int brief

Interface IP-Address OK? Method Status Protocol
FastEthernet0 192.168.1.1 YES NVRAM up up
FastEthernet1 192.168.2.1 YES NVRAM up up
FastEthernet2 unassigned YES unset administratively down down
FastEthernet3 unassigned YES unset administratively down down
Serial0 10.1.1.1 YES NVRAM up up
Serial1 unassigned YES unset down down

router1#show ip route

Codes: C - connected, S - static, R - RIP
O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2

Gateway of last resort is not set

10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Serial0
C 192.168.1.0/24 is directly connected, FastEthernet0
C 192.168.2.0/24 is directly connected, FastEthernet1
R 172.16.0.0/16 [120/5] via 10.1.1.2, 00:00:16, Serial0

3.在锐捷S1926G 以太网交换机上配置

IP Address. . . . . . . . . . . . : 172.16.1.254
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.1.1

4.IIS SERVER服务器及各客户端PC机的配置如表1

此时,各客户端PC机与IISserver间能相互Ping通,企业网络服务实验模型建立完毕。

二、IIS的安装与基本配置

1. IIS的安装步骤

(1).开始——>设置——>控制面板——>添加/删除程序——>windows组件,打开“windows组件向导”,如图2

图2

共14页: 上一页 1 [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] 下一页

上一篇:从权限入手解决IIS PHP环境故障   下一篇:IIS5.1和IIS6.0一些显著的重要区别

收藏于收藏夹】 【评论】 【推荐】 【打印】 【关闭
相关文档
·从权限入手解决IIS PHP环境故障
·IIS5.1和IIS6.0一些显著的重要区别
·WEB专用服务器的安全设置的实战技巧
·网管经验谈-巧妙搭建IIS下PHP环境
·Longhorn下的IIS是Apache杀手么?
·IIS操作失败诊断指南
·巧施妙手,排除IIS特殊管理困惑
·突破WINDOWSXP2的IIS并发数
·如何架设基于windowsXP的Web服务器
·64位Web服务器安装配置注意事项
·WindowsVista上的IIS7设置攻略
·使用IIS5.0调整Web服务器的艺术与科学
·抠出Windows2003中的IIS6安装程序
·解决IIS服务器Web访问提示输入密码
·动态IP建立服务器完全教程
·三种服务器管理技巧高效管理服务器
发表评论
密码: 匿名评论
评论内容:

(不超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规)
 
  最新文档
·Win2003下实现Web虚拟网站之概述篇
·实例讲解Web数据库安全防护
·一步步教你在Win2003下安装IIS组件
·挖掘Web的另类应用(多图)
·加固Windows Server 2003 IIS 服务器(2
·WEB应用防火墙防网站篡改解决方案
·加固Windows Server 2003 IIS 服务器(1
·掌握IIS排错技巧让Web更好服务
·教你如何IIS信息服务器排错指南
·如何评估使用Web应用程序安全测试工具
·利用IIS日志追查网站入侵者
·IIS优化为Web服务器减负
  阅读排行
·Apache php mysql在windows下的安装与
·IIS优化为Web服务器减负
·Windows Server2008安装配置实例图示介
·“http 500内部服务器错误”的解决方法
·从权限入手解决IIS PHP环境故障
·IIS5.1和IIS6.0一些显著的重要区别
·解答终端服务与远程桌面区别(组图)
·Win2003服务器组网、安全管理全攻略二
·设置让Windows Server2008自动登录
·Windows Server2008 IIS 7.0特性介绍
·掌握IIS排错技巧让Web更好服务
·Win2003服务器组网、安全管理全攻略一
·Windows Server 2008新人设置技巧
·使用Windows XP 及IIS 5.1配置Web服务
·解决IIS服务器Web访问提示输入密码
网摘收藏: