版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、好网吧 好网络华为3COM网吧网络解决方案之网关配置指导华为三康技术有限公司Huawei-3Com Technologies Co., Ltd.版权所有 侵权必究All rights reserved目 录第一部分 配置原则概述41需要注意的配置事项41.1配置ACL对非法报文进行过滤41.1.1进行源IP和目的IP过滤41.1.2限制ICMP报文61.1.3限制netbios协议端口61.1.4限制常见病毒使用的端口71.1.5关闭没有使用的端口81.2NAT配置注意事项81.3路由配置注意事项81.4进行IP-MAC地址绑定91.5限制P2P应用(根据实际情况可选)91.5.1通过ACL限
2、制端口91.5.2结合QOS和ACL限制端口流量101.5.3限制单机的NAT会话数121.5.4在客户机上通过软件限制122附:限制常见P2P软件端口的ACL12第二部分 典型配置实例131单出口典型配置131.1局域网内的主机地址是私网IP地址131.2局域网内的主机地址是公网IP地址202双出口链路备份典型配置282.1两条链路都是以太网链路的情况282.2两条链路是以太网链路+PPPOE链路的情况373双出口同时实现负载分担和链路备份典型配置46第一部分 配置原则概述随着网络建设和应用的不断深入,网络安全问题正逐渐成为一个突出的管理问题。AR18系列路由器通过多种手段和配置可以控制和管
3、理网络的流量,能够有效地实施各种防攻击策略。尤其在网吧这种复杂的网络环境中,全面合理的配置能够大大提高网络的稳定性和可靠性。由于网吧上网人员数量多、构成复杂、流动性大,因此网络流量具有流量大、协议种类多、流量复杂等特点。一般网吧局域网内均有一定程度主机感染病毒,同时也很容易被用来发起网络攻击,或者被他人攻击,这就对网吧中的核心设备网关提出了较高的要求。本文以AR18系列路由器为例讲解网关在网吧应用中需要注意的配置事项,同时给出了各种组网情况下的典型配置。1 需要注意的配置事项1.1 配置ACL对非法报文进行过滤ACL 是每个安全策略的组成部份,控制和监视什么数据包进入和离开网络几乎是网络安全的
4、定义。尽管路由器的工作是进行数据包的转发而不是阻止它。但是有些数据包我们必须阻止它。1.1.1 进行源IP和目的IP过滤至少应该在所有的接口上对入方向的报文进行过滤。在RFC2827/BCP 38 (Best Current Practice ) 中高度建议使用入口过滤,这不仅可以使你的网络安全,而且可以使其它的网络不会被来自你的网络的伪装的源IP给攻击。许多的网络攻击者使用伪装的源IP地址来隐藏它们的身份,在网络使用了入口过滤功能后,也更加容易定位网络攻击者,因为攻击者必须使用真实的源IP地址。例如:假设局域网接口的IP地址为/24,广域网接口的IP地址为162.1.1
5、.0/30,在局域网接口可以设置:acl number 3003rule 2000 permit ip source 55 rule 3000 deny ip 在广域网接口可以设置:acl number 3001rule 2000 permit ip destination rule 2001 permit ip destination 55 rule 3000 deny ip 在广域网接口也可以通过静态包过滤结合ASPF进行更精确的包过滤和攻击防范。例如:#acl number 3
6、011 rule 160 permit icmp icmp-type echo rule 161 permit icmp icmp-type echo-reply rule 162 permit icmp icmp-type ttl-exceeded rule 206 permit tcp destination-port eq telnet rule 3000 deny ip# interface Ethernet1/0 ip address 52 firewall packet-filter 3011 inbound firewall as
7、pf 1 outbound# 注意事项:由于目前ASPF对内存和性能的影响较大,网吧应用环境中不建议在AR18系列路由器上进行配置。在所有的出报文都需要进行NAT的情况下一般也没有必要配置ASPF。1.1.2 限制ICMP报文ICMP 报文是另一种我们需要关心的数据包。大量的攻击和病毒使用ICMP报文作为攻击手段。但实际上internet是使用的ICMP绝大部分是ping和traceroute。大量的其它icmp类型并不使用。因此,实际上我们可以仅允许ICMP 的ping echo 和 ping reply 及traceroute 所需要的TTL 开放。其它的均可以关闭。例如:acl numb
8、er 3001rule 160 permit icmp icmp-type echo rule 161 permit icmp icmp-type echo-reply rule 162 permit icmp icmp-type ttl-exceeded rule 165 deny icmp 1.1.3 限制netbios协议端口在现今的网络上,充斥着大量的网络扫描。 基于UDP 137, 138 端口的扫描是常见的扫描,UDP 137和UDP138是netbios 的数据报和名字服务。通常情况下,进入到路由器的137和138包是广播包,而路由器在默认情况下是不转发这些广播包的。但在某些情况
9、下,一些扫描工具扫描UDP 137 和UDP138的端口,以图找出主机上的共享文件夹。这种情况下,进入路由器的数据包会是unicast的137和138,而且通常目的地址不停变化。因此我们可以将这些UDP 138和138的数据包通过ACL 挡断。保护用户和网络的安全。例如:acl number 3001rule 31 deny udp destination-port eq netbios-ns rule 41 deny udp destination-port eq netbios-dgm rule 51 deny udp destination-port eq netbios-ssn 1.1
10、.4 限制常见病毒使用的端口一般网吧中存在大量的“冲击波”、“震荡波”等病毒,这类病毒会不断地变化源IP或目的IP进行扫描和发送攻击数据,这会极大地消耗网络设备的资源。笔者曾在一个网吧的实际环境中发现56的上行报文都是“震荡波”病毒的扫描报文。这些病毒一般使用固定的端口,比如TCP/135、TCP/4444、UDP/1434、TCP/5554、TCP/9996等,通过ACL对匹配这些目的端口的报文进行过滤会大大提高网络设备的安全性。例如:acl number 3001rule 10 deny tcp destination-port eq 445 / Worm.Blaster rule 11
11、deny udp destination-port eq 445 / Worm.Blaster rule 20 deny tcp destination-port eq 135 / Worm.Blaster rule 21 deny udp destination-port eq 135 / Worm.Blaster rule 30 deny tcp destination-port eq 137 rule 40 deny tcp destination-port eq 138 rule 50 deny tcp destination-port eq 139 / Worm.Blaster ru
12、le 61 deny udp destination-port eq tftp / Worm.Blaster rule 70 deny tcp destination-port eq 593 / Worm.Blaster rule 80 deny tcp destination-port eq 4444 / Worm.Blaster rule 90 deny tcp destination-port eq 707 /Nachi Blaster-D rule 100 deny tcp destination-port eq 1433 rule 101 deny udp destination-p
13、ort eq 1433 rule 110 deny tcp destination-port eq 1434 rule 111 deny udp destination-port eq 1434 / SQL Slammer rule 120 deny tcp destination-port eq 5554 / Sasser rule 130 deny tcp destination-port eq 9996 / Sasser1.1.5 关闭没有使用的端口网络中每时每刻都存在大量的扫描报文,扫描软件一般都会先探测目的主机开放了哪些端口。对于常用的应用程序,如www、ftp、tftp等,如果局域
14、网内并没有机器开放这些服务,可以在广域网接口通过ACL对匹配这些目的端口的报文进行过滤。例如:acl number 3001rule 200 deny tcp destination-port eq www rule 202 deny tcp destination-port eq ftp rule 204 deny tcp destination-port eq 33891.2 NAT配置注意事项需要使用NAT转换地址池时,应尽量缩小NAT转换地址池的大小,因为地址池越大,占用的内存空间就可能会越大,大的地址池对于内存较小的设备很可能会导致内存耗尽。AR系列路由器上每个NAT转换地址可以支持
15、50000个会话,网吧每台机器正常上网时平均会创建30条会话,因此一般情况下地址池配置1个NAT转换地址就可以满足需求。建议在AR18系列路由器上配置NAT地址池时只配置1个IP地址。例如:nat address-group 1 1.3 路由配置注意事项RFC1918中指定的保留的私有地址和其他已知的私有地址不应该存在于现有的internet网络上。可以通过黑洞路由进行过滤。避免局域网中存在攻击时占用大量的快转表项或者NAT表项。例如:ip route-static NULL 0 preference 60
16、 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 601.4 进行IP-MAC地址绑定由于网吧上网人员比较复杂,可能有人有意或无意地更改IP地址,或者使用网络执法官等软件
17、进行恶意地破坏,通过在网关和客户机上都进行IP-MAC地址绑定(静态ARP),可以有效地防止这类以ARP欺骗为基础的攻击。在网关上可以通过arp static命令对所有的客户机进行静态ARP设置。在客户机上可以建立一个批处理文件放到启动组里,批处理文件的内容就是对网关进行IP-MAC绑定,这样每次启动就都会自动进行设置。客户机设置静态ARP的实例:echo offarp s 00-0f-e2-21-a0-011.5 限制P2P应用(根据实际情况可选)P2P应用对于网吧带宽来说是致命杀手,一个P2P客户端就有可能占用总带宽的90以上,这会严重影响网吧的其他用户的正常上网,
18、尤其是玩在线游戏的用户。限制P2P应用有多种方式可以选择,但目前还没有非常有效的方法。下面分别介绍几种常用的方法。1.5.1 通过ACL限制端口通过ACL限制端口。一是只限制P2P的端口,开放所有的其他端口,这种方法有其局限性,因为现在有的p2p软件,端口可以改变,封锁后会自动改端口,甚至可以改到80端口,如果连这个也封,那网络使用就无法正常工作了;二是只开放有用的端口,封闭其他端口,这种方法是对网络进行严格的控制,对简单的小型网络还可行,而如果是大型网络,数据流量又很复杂那么管理的难度将非常大;因此这两种方法对网吧都不太适合。1.5.2 结合QOS和ACL限制端口流量结合QOS和ACL来限制
19、P2P端口的数据流量。因为多数蠕虫病毒和p2p的端口都是大于3000的,当然也有正常的应用是采用3000以上的端口,如果我们将3000以上的端口封闭,这样正常的应用也无法开展,所以折中的方法是对端口3000以上的数据流进行限速。在实际应用中可能需要根据实际情况更改端口号的范围以使对其他应用的影响降低到最小。例如:在广域网接口和QOS结合使用的ACL。acl number 3100 rule 1000 permit tcp destination-port gt 3000 rule 1010 permit udp destination-port gt 3000 在广域网接口配置的QOS。# t
20、raffic classifier p2pin operator or if-match acl 3100# traffic behavior p2pin car cir 2048000 cbs 1024000 ebs 0 green pass red discard# qos policy p2pin classifier p2pin behavior p2pin# interface Ethernet1/0 ip address 52 qos apply policy p2pin inbound# 在局域网接口和QOS结合使用的ACL。acl
21、number 3300 rule 1000 permit tcp source-port gt 3000 rule 1010 permit udp source-port gt 3000在局域网接口配置的QOS。# traffic classifier p2pout operator or if-match acl 3300#traffic behavior p2pout car cir 2048000 cbs 1024000 ebs 0 green pass red discard#qos policy p2pout classifier p2pout behavior p2pout# in
22、terface Ethernet3/0 ip address qos apply policy p2pout inbound #1.5.3 限制单机的NAT会话数以后的VRP软件会支持NAT的单用户限制,即可以对做地址转换的单个IP限制其NAT的TCP连接数,因为P2P类软件如BT的一大特点就是同时会有很多的连接数,从而占用了大量的NAT表项,因此应用该方法可有效限制BT的使用,比如我们为IP 设置最大的NAT表项数为100;正常的网络访问肯定够用了,但如果使用BT,那么很快此IP的NAT表项数会达到100,一旦达到峰值
23、,该IP的其他访问就无法再进行NAT转换,必须等到部分NAT表项失效后,才能再次使用,这样既有效的保护了网络的带宽,也达到了警示的作用。1.5.4 在客户机上通过软件限制在客户机上通过软件设置来禁止使用P2P软件。有很多网吧管理软件可以根据需要禁止各种软件的运行,建议需要禁止P2P应用的网吧采用这种方式。以上我们总结了目前可用的限制P2P软件的一些方法,具体采用哪种方法只能根据具体网络的状况来定,当然也可以将几种方法结合起来使用。2 附:限制常见P2P软件端口的ACL acl number 3100rule 1000 deny tcp destination-port eq 2710 rule
24、 1010 deny tcp destination-port eq 6969 rule 1020 deny tcp destination-port range 8881 8999 rule 1030 deny tcp destination-port eq 10137 rule 1040 deny tcp destination-port eq 16881 rule 1050 deny tcp destination-port range 4661 4662 rule 1060 deny udp destination-port eq 4665 rule 1070 deny udp des
25、tination-port eq 4672 第二部分 典型配置实例1 单出口典型配置 这类网吧只有一个到ISP的出口,是最常见的一种情况,网络拓扑比较简单,下面根据局域网内的主机地址是私网IP地址还是公网IP地址分为两种情况举例。1.1 局域网内的主机地址是私网IP地址网络拓扑图如图1所示,AR18-22-24通过/30网段和ISP相连,局域网内的IP地址段是/24,局域网内的主机上网需要通过AR18-22-24进行NAT转换。/30/24ISPAR18-22-24 图1 单出口需要进行NAT转换拓扑图Quidwa
26、y display current-configuration# sysname Quidway# clock summer-time BJ repeating 00:00:00 06/01/2000 23:59:59 08/31/2000 01:00:00# clock timezone Peking add 08:00:00# FTP server enable# firewall enable# flow-interval 5# web set-package force flash:/http.zip#radius scheme system#domain system#local-u
27、ser admin password cipher .USE=B,53Q=QMAF4<1! service-type telnet terminal level 3 service-type ftp# 配置进行NAT转换时引用的ACL。acl number 2001 rule 10 permit source 55# 配置在接口上应用的过滤规则,主要用于攻击防范,强烈建议配置。acl number 3001 rule 10 deny tcp destination-port eq 445 rule 11 deny udp destination-po
28、rt eq 445 rule 20 deny tcp destination-port eq 135 rule 21 deny udp destination-port eq 135 rule 30 deny tcp destination-port eq 137 rule 31 deny udp destination-port eq netbios-ns rule 40 deny tcp destination-port eq 138 rule 41 deny udp destination-port eq netbios-dgm rule 50 deny tcp destination-
29、port eq 139 rule 51 deny udp destination-port eq netbios-ssn rule 61 deny udp destination-port eq tftp rule 70 deny tcp destination-port eq 593 rule 80 deny tcp destination-port eq 4444 rule 90 deny tcp destination-port eq 707 rule 100 deny tcp destination-port eq 1433 rule 101 deny udp destination-
30、port eq 1433 rule 110 deny tcp destination-port eq 1434 rule 111 deny udp destination-port eq 1434 rule 120 deny tcp destination-port eq 5554 rule 130 deny tcp destination-port eq 9996 rule 141 deny udp source-port eq bootps rule 160 permit icmp icmp-type echo rule 161 permit icmp icmp-type echo-rep
31、ly rule 162 permit icmp icmp-type ttl-exceeded rule 165 deny icmp rule 2002 permit ip destination 0 rule 3000 deny ipacl number 3003 rule 10 deny tcp destination-port eq 445 rule 11 deny udp destination-port eq 445 rule 20 deny tcp destination-port eq 135 rule 21 deny udp destination-port
32、eq 135 rule 30 deny tcp destination-port eq 137 rule 31 deny udp destination-port eq netbios-ns rule 40 deny tcp destination-port eq 138 rule 41 deny udp destination-port eq netbios-dgm rule 50 deny tcp destination-port eq 139 rule 51 deny udp destination-port eq netbios-ssn rule 61 deny udp destina
33、tion-port eq tftp rule 70 deny tcp destination-port eq 593 rule 80 deny tcp destination-port eq 4444 rule 90 deny tcp destination-port eq 707 rule 100 deny tcp destination-port eq 1433 rule 101 deny udp destination-port eq 1433 rule 110 deny tcp destination-port eq 1434 rule 111 deny udp destination
34、-port eq 1434 rule 120 deny tcp destination-port eq 5554 rule 130 deny tcp destination-port eq 9996 rule 141 deny udp source-port eq bootps rule 160 permit icmp icmp-type echo rule 161 permit icmp icmp-type echo-reply rule 162 permit icmp icmp-type ttl-exceeded rule 165 deny icmp rule 2010 deny ip s
35、ource 0 rule 2030 permit ip source 55 rule 3000 deny ip# 配置广域网接口E1/0,对入报文进行过滤(所有出报文均需要做NAT时可以不对入报文进行过滤),对出报文进行NAT。interface Ethernet1/0 ip address 52 firewall packet-filter 3001 inbound nat outbound 2001#interface Ethernet2/0# 配置局域网接口E3/0,对入报文进行过
36、滤。interface Ethernet3/0 ip address firewall packet-filter 3003 inbound#interface Ethernet3/1#interface Ethernet3/2#interface Ethernet3/3#interface Ethernet3/4#interface Ethernet3/5#interface Ethernet3/6#interface Ethernet3/7#interface Ethernet3/8#interface Ethernet3/9#inter
37、face Ethernet3/10 #interface Ethernet3/11#interface Ethernet3/12#interface Ethernet3/13#interface Ethernet3/14#interface Ethernet3/15#interface Ethernet3/16#interface Ethernet3/17#interface Ethernet3/18#interface Ethernet3/19#interface Ethernet3/20#interface Ethernet3/21 #interface Ethernet3/22#inte
38、rface Ethernet3/23#interface Ethernet3/24#interface NULL0# 配置缺省路由和黑洞路由。 ip route-static preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preferenc
39、e 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60#user-interface con 0user-interface vty 0 4 authentication-mode scheme#return1.2 局域网内的主机地址是公网IP地址网络拓扑图如图2所示,AR18-22-24通过/30网段和ISP相连,局域网内的IP地址段是/24,局域网内的主机上
40、网只需要在AR18-22-24上设置路由。/30/24ISPAR18-22-24 图2 单出口不需要进行NAT转换拓扑图Quidwaydisplay current-configuration# sysname Quidway# clock summer-time BJ repeating 00:00:00 06/01/2000 23:59:59 08/31/2000 01:00:00# clock timezone Peking add 08:00:00# FTP server enable# firewall enable# flow-interva
41、l 5# web set-package force flash:/http.zip#radius scheme system#domain system#local-user admin password cipher .USE=B,53Q=QMAF4<1! service-type telnet terminal level 3 service-type ftp# 配置在接口上应用的过滤规则,主要用于攻击防范,强烈建议配置。acl number 3001 rule 10 deny tcp destination-port eq 445 rule 11 deny udp destina
42、tion-port eq 445 rule 20 deny tcp destination-port eq 135 rule 21 deny udp destination-port eq 135 rule 30 deny tcp destination-port eq 137 rule 31 deny udp destination-port eq netbios-ns rule 40 deny tcp destination-port eq 138 rule 41 deny udp destination-port eq netbios-dgm rule 50 deny tcp desti
43、nation-port eq 139 rule 51 deny udp destination-port eq netbios-ssn rule 61 deny udp destination-port eq tftp rule 70 deny tcp destination-port eq 593 rule 80 deny tcp destination-port eq 4444 rule 90 deny tcp destination-port eq 707 rule 100 deny tcp destination-port eq 1433 rule 101 deny udp desti
44、nation-port eq 1433 rule 110 deny tcp destination-port eq 1434 rule 111 deny udp destination-port eq 1434 rule 120 deny tcp destination-port eq 5554 rule 130 deny tcp destination-port eq 9996 rule 141 deny udp source-port eq bootps rule 160 permit icmp icmp-type echo rule 161 permit icmp icmp-type e
45、cho-reply rule 162 permit icmp icmp-type ttl-exceeded rule 165 deny icmp rule 200 deny tcp destination-port eq www rule 202 deny tcp destination-port eq ftp rule 204 deny tcp destination-port eq 3389 rule 2001 permit ip destination 55 rule 2002 permit ip destination 0 ru
46、le 3000 deny ipacl number 3003 rule 10 deny tcp destination-port eq 445 rule 11 deny udp destination-port eq 445 rule 20 deny tcp destination-port eq 135 rule 21 deny udp destination-port eq 135 rule 30 deny tcp destination-port eq 137 rule 31 deny udp destination-port eq netbios-ns rule 40 deny tcp
47、 destination-port eq 138 rule 41 deny udp destination-port eq netbios-dgm rule 50 deny tcp destination-port eq 139 rule 51 deny udp destination-port eq netbios-ssn rule 61 deny udp destination-port eq tftp rule 70 deny tcp destination-port eq 593 rule 80 deny tcp destination-port eq 4444 rule 90 den
48、y tcp destination-port eq 707 rule 100 deny tcp destination-port eq 1433 rule 101 deny udp destination-port eq 1433 rule 110 deny tcp destination-port eq 1434 rule 111 deny udp destination-port eq 1434 rule 120 deny tcp destination-port eq 5554 rule 130 deny tcp destination-port eq 9996 rule 141 den
49、y udp source-port eq bootps rule 160 permit icmp icmp-type echo rule 161 permit icmp icmp-type echo-reply rule 162 permit icmp icmp-type ttl-exceeded rule 165 deny icmp rule 2010 deny ip source 0 rule 2030 permit ip source 55 rule 3000 deny ip# 配置广域网接口E1/0,对入报文进行过滤。int
50、erface Ethernet1/0 ip address 52 firewall packet-filter 3001 inbound#interface Ethernet2/0# 配置局域网接口E3/0,对入报文进行过滤interface Ethernet3/0 ip address firewall packet-filter 3003 inbound#interface Ethernet3/1#interface Ethernet3/2#interface Ethernet3/3#inte
51、rface Ethernet3/4#interface Ethernet3/5#interface Ethernet3/6#interface Ethernet3/7#interface Ethernet3/8#interface Ethernet3/9#interface Ethernet3/10 #interface Ethernet3/11#interface Ethernet3/12#interface Ethernet3/13#interface Ethernet3/14#interface Ethernet3/15#interface Ethernet3/16#interface
52、Ethernet3/17#interface Ethernet3/18#interface Ethernet3/19#interface Ethernet3/20#interface Ethernet3/21 #interface Ethernet3/22#interface Ethernet3/23#interface Ethernet3/24#interface NULL0# 配置缺省路由和黑洞路由。 ip route-static preference 60 ip route-static NULL
53、 0 preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60 ip route-static NULL 0 preference 60#user-interface con 0user-interface vty 0
54、4 authentication-mode scheme#return2 双出口链路备份典型配置双出口进行主备备份在一般出现在到一个ISP有两条链路,一条带宽比较宽,一条带宽比较低的情况下。下面就两种常见的组网给出配置实例。2.1 两条链路都是以太网链路的情况网络拓扑图如图3所示,AR18-22-24有两条到ISP的链路,E1/0为主用链路,网络地址为/30,E2/0为备用链路,网络地址为/30。正常工作时所有的流量通过主用链路E1/0发送,当主用链路出现异常时设备会自动切换到备用链路,主用链路恢复后会自动重新启用。/30/30/24/30/30ISPAR18-22-24ISP 图3 双以太网链路主备备份拓扑图Quidwaydisplay curren
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 酒店实习报告内容版6篇
- 网络营销的产品方案
- 护士医德医风个人自我总结(30篇)
- 河北省邯郸市大名县2024−2025学年高二上学期10月月考 数学试卷含答案
- 公益爱心活动策划方案(7篇)
- DB12-T 1077-2021 党政机关办公用房配置管理规范
- 标准文本-青贮玉米中粗脂肪的测定
- 上海市县(2024年-2025年小学五年级语文)人教版综合练习(下学期)试卷及答案
- DB11T 1083-2014 耕地地力评价技术规程
- 规则游戏课件教学课件
- 顶管用钢筋混凝土管标准
- (完整版)肝硬化ppt课件
- 幼师专业职业生涯规划书PPT课件(PPT 13页)
- 一年级第一学期体育知识结构图(1)
- PPT模板:严谨实用国奖答辩国家奖学金申请课件
- 校园道路的施工设计方案
- 小学生个人简历表(空表)【范本模板】
- 小学五年级下册科学课件-4.3《火山》1人教版(28张)ppt课件
- 地表能量平衡
- 汽车灯光系统--ppt课件
- 配合比调整权限
评论
0/150
提交评论