Tag Archives: 屏蔽

星际争霸2国服 1.3.5 版本封杀了 mac 版本

星际争霸2天梯赛即将迎来了第三赛季,在网易更新了 1.3.5 版本之后,用 Mac 的朋友应该都会发现,用传统的台服替换大法已经无法奏效,在登陆帐号时,会被系统提示“版本无效,请稍后在试”。 read more »

教育网不能够访问verycd的解决方案

今天,在学校,发现教育网不能够访问verycd网站了,经过检查,是DNS(域名解析服务器)出了问题,屏蔽了verycd的域名。

于是,到处找教育网的DNS,经过数次测试,找到了一个没有屏蔽掉verycd的DNS。

VISTA的解决方法

单击任务栏右下角的网络连接图标

然后选择网络与共享中心。

单击“查看状态”,在弹出的本地连接里面选择属性,UAC会提醒。

双击“Internet 协议版本4 TCP/IPv4”,选择“使用下面的DNS服务器地址”,并且填写上“202.112.20.131”。该地址为“dns.whnet.edu.cn 华中地区网络中心DNS”。

然后连续点击确定,这个时候再试试,应该就可以访问verycd了。

XP的解决方法

点击开始菜单,依次选择:网络连接,显示所有连接(如果没有,请点击控制面板,网络连接)。

然后在弹出窗口中双击“本地连接”。

在弹出窗口中单击”属性“

在中间的框框里面选择 ”Internet 协议(TCP/IP)“(如果有IPv4和IPv6两种的话,选择IPv4的),图同上面VISTA方法。

最后,选择“使用下面的DNS服务器地址”,并且填写上“202.112.20.131”。

确定,确定,确定,关闭。一切OK!

总结

估计教育网用户因为可以享受到最高带宽的下载速度吧,并且verycd这样的P2P下载方式能够最大限度挖掘网络带宽,为了保证所有人的正常使用,才使出此下策吧!

不过,那些电信服务商可不敢这样做,这样做的结果就是工信部的警告了!嘿嘿!

这个是临时之计,如果这个DNS也屏蔽了verycd的话,就只能够再寻找其他可用DNS或者使用tor了。

本人不用XP,所以XP没有截图,不过应该影响不大,有问题就给我留言。希望大家网络愉快,如果对你有用,就多多来看看我的博客!

PS.附上一些教育网的DNS

202.204.48.6
202.204.60.10 北科大

202.112.20.131
202.38.64.1 中科大

166.111.8.28 dns-a.tsinghua.edu.cn清华DNS1
166.111.8.29 dns-b.tsinghua.edu.cn清华DNS2
166.111.8.30 dns.tsinghua.edu.cn 清华DNS

202.114.0.242 server20.hust.edu.cn 华工DNS
202.112.0.35 dns.hust.edu.cn 华工DNS2

202.112.20.131 dns.whnet.edu.cn 华中地区网络中心DNS

202.117.0.20 dec3000.xjtu.edu.cn 西交DNS1
202.117.0.21 ns2.xjtu.edu.cn 西交DNS2

202.112.26.34上交

202.203.128.33 cernet云南中心主dns

202.115.64.33 and 202.115.64.34 西南交大

202.201.48.1 and 202.201.48.2 西北师范大学

202.116.160.33 华南农业

202.114.240.6 武汉科技大学

202.112.0.33 and 202.112.0.34 cernet 华北网

Microsoft 安全通报:4 种方法暂时屏蔽 IE 最新 0day

我知道,访问我的网站的70%用户都是使用的IE核心的浏览器。而这次IE的严重漏洞却是覆盖了所有版本的Windows下的所有版本的IE。为此,转载本文,给大家提醒。

IE 最新 0day 波及了微软全线系统,目前暂时没有补丁。微软于近日发布了一份安全通报,指导您如何暂时屏蔽此漏洞。

漏洞出在 OLEDB32.dll 这个文件上。所以我们的目的就是屏蔽这个文件。对此,微软连出了4个杀手锏:

1. SACL 法(仅适用于 Vista)

[Unicode]

Unicode=yes

[Version]

signature="$CHICAGO$"

Revision=1

[File Security]

"%ProgramFiles%Common FilesSystemOle DBoledb32.dll",2,"S:(ML;;NWNRNX;;;ME)"

将以上内容保存为 BlockAccess_x86.inf

然后在命令提示符里执行

SecEdit /configure /db BlockAccess.sdb /cfg <inf file>

其中 <inf file> 文件路径。若成功会看到“任务成功结束”的提示。

2. 禁用 Row Position 功能法

HKEY_CLASSES_ROOTCLSID{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}

打开注册表编辑器,将此键删除即可。

3. 取消 DLL 注册法

在命令提示符中输入 Regsvr32.exe /u "%ProgramFiles%Common FilesSystemOle DBoledb32.dll"

即可

4. 权限设置法

在命令提示符中输入

cacls "%ProgramFiles%Common FilesSystemOle DBoledb32.dll" /E /P everyone:N

Vista 系统则需要输入3个命令:

takeown /f "%ProgramFiles%Common FilesSystemOle DBoledb32.dll"

icacls "%ProgramFiles%Common FilesSystemOle DBoledb32.dll" /save %TEMP%oledb32.32.dll.TXT

icacls "%ProgramFiles%Common FilesSystemOle DBoledb32.dll" /deny everyone:(F)

其中第一种方法影响最小(只影响 IE 对此 DLL 的访问)。

附:此漏洞影响的系统、软件列表

  • Windows Internet Explorer 7
  • Windows Internet Explorer 7 for Windows XP
  • Windows Internet Explorer 7 for Windows Server 2003
  • Windows Internet Explorer 7 for Windows Server 2003 IA64
  • Windows Internet Explorer 7 in Windows Vista
  • Windows Internet Explorer 8 Beta
  • Microsoft Internet Explorer 6.0 Service Pack 2
  • Microsoft Internet Explorer 6.0 Service Pack 1
  • Microsoft Internet Explorer 6.0
  • Microsoft Internet Explorer 5.01 Service Pack 4
  • Windows Server 2008 Datacenter without Hyper-V
  • Windows Server 2008 Enterprise without Hyper-V
  • Windows Server 2008 for Itanium-Based Systems
  • Windows Server 2008 Standard without Hyper-V
  • Windows Server 2008 Datacenter
  • Windows Server 2008 Enterprise
  • Windows Server 2008 Standard
  • Windows Web Server 2008
  • Windows Vista Service Pack 1, when used with:
    • Windows Vista Business
    • Windows Vista Enterprise
    • Windows Vista Home Basic
    • Windows Vista Home Premium
    • Windows Vista Starter
    • Windows Vista Ultimate
    • Windows Vista Enterprise 64-bit Edition
    • Windows Vista Home Basic 64-bit Edition
    • Windows Vista Home Premium 64-bit Edition
    • Windows Vista Ultimate 64-bit Edition
    • Windows Vista Business 64-bit Edition
  • Microsoft Windows Server 2003 Service Pack 1, when used with:
    • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
    • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
    • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
    • Microsoft Windows Server 2003, Web Edition
    • Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems
    • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
  • Microsoft Windows Server 2003, Datacenter x64 Edition
  • Microsoft Windows Server 2003, Enterprise x64 Edition
  • Microsoft Windows Server 2003, Standard x64 Edition
  • Microsoft Windows XP Professional x64 Edition
  • Microsoft Windows Server 2003 Service Pack 2, when used with:
    • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
    • Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
    • Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)
    • Microsoft Windows Server 2003, Web Edition
    • Microsoft Windows Server 2003, Datacenter x64 Edition
    • Microsoft Windows Server 2003, Enterprise x64 Edition
    • Microsoft Windows Server 2003, Standard x64 Edition
    • Microsoft Windows XP Professional x64 Edition
    • Microsoft Windows Server 2003, Datacenter Edition for Itanium-Based Systems
    • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
  • Microsoft Windows XP Service Pack 2, when used with:
    • Microsoft Windows XP Home Edition
    • Microsoft Windows XP Professional
  • Microsoft Windows XP Service Pack 3, when used with:
    • Microsoft Windows XP Home Edition
    • Microsoft Windows XP Professional

对于非 x86 系统请参考微软安全通报自行操作。