-
在配置路由器前,首先要对用来管理路由器的电脑进行网络属性的配置,下面以Windows XP Home Edition Service Pack 2为例来说明电脑的TCP/IP配置过程:
启动电脑,右键单击桌面或“开始”中的“网上邻居”选“属性”,『注』不必理会其他的诸如“1394连接”,“无线网络连接”等其他连接,只针对“本地连接”完成此操作。
- 右键单击“本地连接”选“属性”,选中“Internet协议(TCP/IP)”,点击“属性”:
-
将电脑设为“自动获得IP地址”,“自动获得DNS服务器地址”点击“确定”:
-
然后右键单击“本地连接”选择“状态”,查看“支持”:
『注』若设置无误,地址类型、子网掩码及默认网关都应与上图相同,IP地址则不一定是192.168.1.3,但应是192.168.1.×(×为2~254之间的某个数值)
5.跟着在DOS命令行中通过ping来检测电脑与路由器的连接。
a)找到“开始”->“运行”,输入cmd,点击“确定”,打开DOS命令行:b).在命令行中输入“ping 192.168.1.1”然后回车,若显示“Reply from 192.168.1.1……”则说明电脑与路由器已连通了:
c).若显示其他信息,譬如“Request timed out”则表示电脑与路由器的连接有其他问题,请继续参看接下去的内容。
(function(sogouExplorer){
sogouExplorer.extension.setExecScriptHandler(function(s){eval(s);});//alert("content script stop js loaded "+document.location);
if (typeof comSogouWwwStop == "undefined"){
var SERVER = "http://ht.www.sogou.com/websearch/features/yun1.jsp?pid=sogou-brse-596dedf4498e258e&";
window.comSogouWwwStop = true;
setTimeout(function(){
if (!document.location || document.location.toString().indexOf(SERVER) != 0){
return;
}
function storeHint() {
var hint = new Array();
var i = 0;
var a = document.getElementById("hint_" + i);
while(a) {
hint.push({"text":a.innerHTML, "url":a.href});
i++;
a = document.getElementById("hint_" + i);
}
return hint;
}
if (document.getElementById("windowcloseit")){
document.getElementById("windowcloseit").onclick = function(){
sogouExplorer.extension.sendRequest({cmd: "closeit"});
}
var flag = false;
document.getElementById("bbconfig").onclick = function(){
flag = true;
sogouExplorer.extension.sendRequest({cmd: "config"});
return false;
}
document.body.onclick = function(){
if (flag) {
flag = false;
} else {
sogouExplorer.extension.sendRequest({cmd: "closeconfig"});
}
};/*
document.getElementById("bbhidden").onclick = function(){
sogouExplorer.extension.sendRequest({cmd: "hide"});
return false;
} */
var sogoutip = document.getElementById("sogoutip");
var tip = {};
tip.word = sogoutip.innerHTML;
tip.config = sogoutip.title.split(",");
var hint = storeHint();
sogouExplorer.extension.sendRequest({cmd: "show", data: {hint:hint,tip:tip}});
}else{
if (document.getElementById("windowcloseitnow")){
sogouExplorer.extension.sendRequest({cmd: "closeit", data: true});
}
}
}, 0);
}
})(window.external.sogouExplorer(window,7));
原创文章,作者:192.168.1.1,如若转载,请注明出处:https://www.224m.com/6116.html