</style>
<script type="text/JavaScript" src="/jquery.js"></script>
<script type="text/javascript">
var detect_dhcp_pppoe = "";
var current_lanip = '192.168.1.1';
var current_mask = '255.255.255.0';
var new_lan_ip = '';
var reboot_time = 5;
var wanstate = -1;
var wansbstate = -1;
var wanauxstate = -1;
var _wlc_ssid = decodeURIComponent('');
// get the wan state at the first time.
wanstate = 4;
wansbstate = 0;
wanauxstate = 0;
function is_logined() return 0;
function login_ip_dec() return '0';
function login_ip_str() return '0.0.0.0';
function login_ip_str_now() return '192.168.1.33';
function login_mac_str() return '14:DA:E9:EF:AE:3F';
var LoginIP = login_ip_str();
var nowIP = login_ip_str_now();
var done_setting_lan = 0;
var winH, winW;
var progress, y;
var casenum = '2';
function initial()
var html_code = '';
var html_code_notlogin = "<ul>\n<li>Please check with your network administrator.</li>\n</ul>\n";
function get_new_lanip()
var reverse_mask_num = ~(inet_aton(current_mask));
var current_lanip_num = inet_aton(current_lanip);
var new_lanip_num = current_lanip_num+reverse_mask_num+1;
return inet_ntoa(new_lanip_num);
function inet_aton(ip_str)
if(!ip_str)
return -1;
var re = /^(\d+)\.(\d+)\.(\d+)\.(\d+)$/;
if(re.test(ip_str))
var v1 = parseInt(RegExp.$1);
var v2 = parseInt(RegExp.$2);
var v3 = parseInt(RegExp.$3);
var v4 = parseInt(RegExp.$4);
function showLoadingBar(seconds)
htmlbodyforIE = document.getElementsByTagName("html"); //this both for IE&FF, use "html" but not "body" because <!DOCTYPE html PUBLIC.......>
htmlbodyforIE[0].style.overflow = "hidden"; //hidden the Y-scrollbar for preventing from user scroll it.
п»ї<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Expires" CONTENT="-1">
<link rel="shortcut icon" href="images/favicon.png">
<link rel="icon" href="images/favicon.png">
<title>ASUS Wireless Router RT-N66U - Сообщение об ошибке</title>
<!--link rel="stylesheet" type="text/css" href="index_style.css"-->
<!--link rel="stylesheet" type="text/css" href="form_style.css"-->
<!--link rel="stylesheet" type="text/css" href="other.css"-->
<style>
body
background-color:#21333e;
margin:10px auto;
.loadingBarBlock
filter:alpha(opacity=90);
opacity:.90;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
behavior: url(/PIE.htc);
border-radius: 10px 10px 10px 10px;
border: 0px;
/*margin-top:200px;*/
width:300px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#000000;
position:absolute;
margin:5px 35% 5px;
.erTable thead
color:#FFFFFF;
font-weight:bolder;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
line-height:25px;
.erTable th
font-weight:bolder;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:25px;
text-align:left;
.erTable thead td
height:52px;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
.erTable tbody th
background: #000; /* Old browsers */
font-size:15px;
.erpage_td
background: #000; /* Old browsers */
.erpage_footer
height:36px;
background: #0e0e0e; /* Old browsers */
background: -moz-linear-gradient(top, #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #0e0e0e 0%,#7d7e7d 100%); /* W3C */
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
.Epagecontent
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:1px dashed #333;
background-color:#FFF;
width:90%;
padding:5px;
margin:2px 0px 10px 20px;
line-height:20px;
color:#000;
.Epagetitle
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
line-height:30px;
color:#FFF;
margin:0px 0px 0px 20px;
.alertImg
position:absolute;
z-index:600;
margin:-117px 0px 0px 410px;
.er_title
color:#4b6688;
background-color:#000000;
font-weight:bolder;
width:450px;
height:30px;
line-height:24px;
margin:5px 0px 0px 20px;
.Bar_container
width:85%;
height:21px;
border:2px inset #999;
margin:0 auto;
background-color:#FFFFFF;
z-index:100;
#proceeding_img_text
position:absolute; z-index:101; font-size:11px; color:#000000; margin-left:110px; line-height:21px;
#proceeding_img
height:21px;
background:#C0D1D3 url(/images/proceeding_img.gif);
.modelName
color:#FFFFFF;
font-size:22px;
font-family:Verdana;
font-weight:bolder;
border:0px solid #333;
width:300px;
position:absolute;
height:20px;
letter-spacing:1px;
margin:10px 0px 0px 18px;
.popup_bar_bg
position:absolute;
margin: auto;
top: 0;
left: 0;
width:100%;
height:100%;
z-index:99;
background-color: #444F53;
filter:alpha(opacity=90); /*IE5гЂЃIE5.5гЂЃIE6гЂЃIE7*/
opacity: .9; /*Opera9.0+гЂЃFirefox1.5+гЂЃSafariгЂЃChrome*/
background-repeat: repeat;
visibility:hidden;
overflow:hidden;
.button_gen
font-weight: bolder;
text-shadow: 1px 1px 0px black;
background: transparent url(/images/New_ui/contentbt_normal.png) no-repeat scroll center top;
_background: transparent url(/images/New_ui/contentbt_normal_ie6.png) no-repeat scroll center top;
border:0;
color: #FFFFFF;
height:33px;
font-family:Verdana;
font-size:12px;
padding:0 .70em 0 .70em;
width:122px;
overflow:visible;
cursor:pointer;
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */
white-space:normal;
.button_gen:hover
font-weight: bolder;
background:url(/images/New_ui/contentbt_over.png) no-repeat;
height:33px;
width:122px;
padding:0 .70em 0 .70em;
background-position:0px;
cursor:pointer;
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */
</style>
<script type="text/JavaScript" src="/jquery.js"></script>
<script type="text/javascript">
var detect_dhcp_pppoe = "";
var current_lanip = '192.168.1.1';
var current_mask = '255.255.255.0';
var new_lan_ip = '';
var reboot_time = 5;
var wanstate = -1;
var wansbstate = -1;
var wanauxstate = -1;
var _wlc_ssid = decodeURIComponent('');
// get the wan state at the first time.
wanstate = 4;
wansbstate = 0;
wanauxstate = 0;
function is_logined() return 0;
function login_ip_dec() return '0';
function login_ip_str() return '0.0.0.0';
function login_ip_str_now() return '192.168.1.33';
function login_mac_str() return '14:DA:E9:EF:AE:3F';
var LoginIP = login_ip_str();
var nowIP = login_ip_str_now();
var done_setting_lan = 0;
var winH, winW;
var progress, y;
var casenum = '2';
function initial()
var html_code = '';
var html_code_notlogin = "<ul>\n<li>Please check with your network administrator.</li>\n</ul>\n";
hideLinkTag();
if(casenum == 1)
showtext($("#failReason1")[0], "Сетевой кабель не подключен.");
$("#case1").show();
else if(casenum == 2)
else if(casenum == 3)
/*if(detect_dhcp_pppoe=="dhcp")
showtext($("#failReason1")[0], "Служба DHCP поставщика услуг Рнтернета работает неправильно.");
$("#case3").show();
else
showtext($("#failReason1")[0], "Определен тип WAN-подключения - PPPoE. Но настроены не все параметры PPPoE.");
*/
showtext($("#failReason1")[0], "Невозможно подключиться Рє Рнтернет. Пожалуйста, дважды проверьте данные учетной записи СЃ Вашим провайдером или свяжитесь РїРѕ горячей линии СЃ технической поддержкой ASUS");
else if(casenum == 4)
showtext($("#failReason1")[0], "Ошибка подключения Рє Рнтернету. IP-адрес маршрутизатора совпадает СЃ IP-адресом шлюза.");
$("#case4").show();
else if(casenum == 5)
if(wanstate == 5)
showtext($("#failReason1")[0], "Возможно, WAN-подключение было выключено вручную.");
else
showtext($("#failReason1")[0], "Установлен неправильный динамический или статический IP-адрес RT-N66U.");
html_code += '<ul>\n';
if(wanstate == 5)
html_code += '<li>Создайте WAN-подключение вручную.</li>\n';
else
html_code += '<li>Проверьте правильность настроек IP-адреса и DNS.</li>\n';
html_code += '</ul>\n';
if(wanstate == 5)
html_code += '<ul>\n';
html_code += '<li><a href="javascript:manually_start_wan_Link();" style="color:#569AC7; text-decoration:underline;">Обновить WAN.</a></li>\n';
html_code += '</ul>\n';
$("#case5")[0].innerHTML = html_code;
$("#case5").show();
else if(casenum == 6)
new_lan_ip = get_new_lanip();
if(LoginIP != "0.0.0.0" && LoginIP != nowIP)
showtext($("#failReason1")[0], "IP conflict detected. Please check again.");
$("#case6")[0].innerHTML = html_code_notlogin;
$("#Epage_Suggest1")[0].style.display= "none";
$("#Epage_Suggest2")[0].style.display= "";
else
showtext($("#failReason1")[0], "Обнаружен конфликт IP адресов. Нажмите Далее для получения нового IP адреса.");
html_code += "<ul>\n";
html_code += "<li>Обновленный IP адрес роутера:<br>";
html_code += "<B>"+new_lan_ip+"</B></li>\n";
html_code += "<li>После нажатия Далее, убедитесь, что Вы обновили IP адреса для каждой службы, например Переадресация портов или DMZ.</li>\n";
html_code += "</ul>\n";
html_code += "<br>\n";
html_code += "<div style=\"text-align: right;\">\n";
html_code += "<input type=\"button\" class=\"button_gen\" width=\"72\" onclick=\"change_lan_subnet();\" value=\"Далее\">\n";
html_code += "</div>\n";
$("#case6")[0].innerHTML = html_code;
$("#case6").show();
$("#suggestion").hide();
else if(casenum == 8)
new_lan_ip = get_new_lanip();
showtext($("#failReason1")[0], "Возможно, родительская точка доступа выключена. Пожалуйста, проверьте повторите.");
if(LoginIP != "0.0.0.0" && LoginIP != nowIP)
$("#case8")[0].innerHTML = html_code_notlogin;
$("#Epage_Suggest1")[0].style.display= "none";
$("#Epage_Suggest2")[0].style.display= "";
else
html_code += "<ul>\n";
html_code += "<li>Рзмените сеть, Рє которой будет подключен RT-N66U.";
html_code += "<span style=\"text-align: right;\">\n";
html_code += "<input type=\"button\" class=\"button_gen\" width=\"72\" onclick=\"javascript:location.href=\'http://www.asusnetwork.net/QIS_wizard.htm?flag=sitesurvey\';\" value=\"Rescan\">";
html_code += "</span>\n";
html_code += "</li>\n";
html_code += "<li>Ручная и точная настройка.";
html_code += "<span style=\"text-align: right;\">\n";
html_code += "<input type=\"button\" class=\"button_gen\" width=\"72\" onclick=\"javascript:location.href=\'QIS_wizard.htm?flag=manual\';\" value=\"Manual\">";
html_code += "</span>\n";
html_code += "</li>\n";
html_code += "</ul>\n";
$("#case8")[0].innerHTML = html_code;
$("#case8").show();
$("#suggestion").hide();
else
parent.location = "/index.asp";
function showtext(obj, str)
if(obj)
obj.innerHTML = str;
function hideLinkTag()
if(document.all)
var tagObjs = document.all.tags("a");
for(var i = 0; i < tagObjs.length; ++i)
tagObjs(i).outerHTML = tagObjs(i).outerHTML.replace(">"," hidefocus=true>");
function wanLink()
location.href = "/Advanced_WAN_Content.asp";
function pppoeLink()
location.href = "/QIS_wizard.htm?flag=pppoe";
function detectLink()
location.href = "/QIS_wizard.htm?flag=detect";
function manually_start_wan_Link()
location.href = "/index.asp?flag=Internet";
function change_lan_subnet()
showLoadingBar(reboot_time);
send_setting();
setTimeout("check_system_ready();", reboot_time*1000);
function check_system_ready()
if(wanstate != 2)
$("#proceeding_action")[0].innerHTML = "IP адрес был обновлен. Если процесс более двух минут, пожалуйста выполните следующие инструкции для обновления IP вручную: (1) отключите сетевой кабель; (2) подождите десять секунд; (3) подключите его обратно для полученияя нового IP адреса вручную.";
detect_router();
setTimeout("check_system_ready();", 3000);
else
$("#proceeding_img")[0].style.width = "100%";
$("#proceeding_img_text")[0].innerHTML = "Выполнено!";
$("#proceeding_action")[0].innerHTML = " IP настройки обновлены. Вы будете перенаправлены на страницу конфигурации RT-N66U.";
setTimeout("parent.location = \"http://"+new_lan_ip+"/QIS_wizard.htm?flag=detect\"", 2*1000);
function send_setting()
$.ajax(
url: '/setting_lan.htm',
dataType: 'script',
error: function(xhr)
setTimeout("send_setting();", 1000);
,
success: function(response)
;
);
function detect_router()
$.ajax(
url: 'http://'+new_lan_ip+'/WAN_info.asp',
dataType: 'script',
error: function(xhr)
setTimeout("detect_router();", 1000);
,
success: function(response)
setTimeout("detect_router();", 1000);
);
function get_new_lanip()
var reverse_mask_num = ~(inet_aton(current_mask));
var current_lanip_num = inet_aton(current_lanip);
var new_lanip_num = current_lanip_num+reverse_mask_num+1;
return inet_ntoa(new_lanip_num);
function inet_aton(ip_str)
if(!ip_str)
return -1;
var re = /^(\d+)\.(\d+)\.(\d+)\.(\d+)$/;
if(re.test(ip_str))
var v1 = parseInt(RegExp.$1);
var v2 = parseInt(RegExp.$2);
var v3 = parseInt(RegExp.$3);
var v4 = parseInt(RegExp.$4);
if(v1 < 256 && v2 < 256 && v3 < 256 && v4 < 256)
return v1*256*256*256+v2*256*256+v3*256+v4;
return -2;
function inet_ntoa(ip_num)
function winW_H()
if(parseInt(navigator.appVersion) > 3)
winW = document.documentElement.scrollWidth;
if(document.documentElement.clientHeight > document.documentElement.scrollHeight)
winH = document.documentElement.clientHeight;
else
winH = document.documentElement.scrollHeight;
function showLoadingBar(seconds)
htmlbodyforIE = document.getElementsByTagName("html"); //this both for IE&FF, use "html" but not "body" because <!DOCTYPE html PUBLIC.......>
htmlbodyforIE[0].style.overflow = "hidden"; //hidden the Y-scrollbar for preventing from user scroll it.
winW_H();
var blockmarginTop;
blockmarginTop = document.documentElement.scrollTop + 200;
$("#loadingBarBlock")[0].style.marginTop = blockmarginTop+"px";
$("#LoadingBar")[0].style.width = winW+"px";
$("#LoadingBar")[0].style.height = winH+"px";
if(!seconds)
seconds = 0;
else
progress = 100/seconds;
y = 0;
LoadingProgress(seconds);
function LoadingProgress(seconds)
$("#LoadingBar")[0].style.visibility = "visible";
y = y+progress;
if(typeof(seconds) == "number" && seconds >= 0)
if(seconds != 0)
if(Math.round(y) == 100)
$("#proceeding_img")[0].style.width = "99%";
$("#proceeding_img_text")[0].innerHTML = "99%";
else
$("#proceeding_img")[0].style.width = Math.round(y) + "%";
$("#proceeding_img_text")[0].innerHTML = Math.round(y) + "%";
--seconds;
setTimeout("LoadingProgress("+seconds+");", 1000);
else
$("#proceeding_img")[0].style.width = "99%";
$("#proceeding_img_text")[0].innerHTML = "99%";
y = 0;
function hideLoadingBar()
$("#LoadingBar")[0].style.visibility = "hidden";
</script>
</head>
<body onload="initial();">
<div id="LoadingBar" class="popup_bar_bg">
<table cellpadding="5" cellspacing="0" id="loadingBarBlock" class="loadingBarBlock" align="center">
<tr>
<td height="80">
<div class="Bar_container">
<span id="proceeding_img_text"></span>
<div id="proceeding_img"></div>
</div>
<div id="proceeding_action" style="margin:5px auto; width:85%;">Changing the local subnet...</div>
</td>
</tr>
</table>
<!--[if lte IE 6.5]><iframe class="hackiframe"></iframe><![endif]-->
</div>
<br><br>
<table width="500" border="0" align="center" cellspacing="0" class="erTable">
<thead>
<tr>
<td height="52" align="left" valign="top"><span class="modelName">RT-N66U</span></td>
</tr>
</thead>
<tr>
<th valign="top" height="60px" background="images/statusTitle.gif"><div class="er_title">Сбой доступа к запрашиваемой веб-странице.</div></th>
</tr>
<tr>
<td valign="top" class="erpage_td">
<!--div class="alertImg"><img src="images/alertImg.png"></div-->
<span class="Epagetitle">Причина сбоя подключения :</span>
<div id="failReason" class="Epagecontent" style="color:red">
<ul>
<li>
<span id="failReason1"></span>
</li>
</ul>
</div>
<div class="Epagetitle">
<div id="Epage_Suggest1"><span>Рекомендуется: (Требуется учетная запись и пароль администратора.)</span></div>
<div id="Epage_Suggest2" style="display:none;"><span>Рекомендуется: </span></div>
</div>
<!--span id="suggestion_title" class="Epagetitle">Рекомендуется: (Требуется учетная запись и пароль администратора.)</span-->
<div class="Epagecontent">
<div id="case1" style="display:none;">
<ul>
<li>Проверьте правильность подключения кабеля между портом WAN RT-N66U Рё Рнтернетом.</li>
</ul>
</div>
<div id="case2" style="display:none;">
<ul>
<li>
<div id="ppp_input_error" style="display:none;">
<a href="javascript:pppoeLink();" style="color:#569AC7; text-decoration:underline;">Перейти на страницу \"Настройка учетной записи\"</a>
<span> и проверьте еще раз свою учетную запись и пароль.</span>
</div>
<div id="ppp_no_response" style="display:none;">
<a href="javascript:detectLink();" style="color:#569AC7; text-decoration:underline;">Перейдите к странице определения типа WAN,</a>
<span> и RT-N66U автоматически определит тип WAN.</span>
</div>
</li>
</ul>
</div>
<div id="case3" style="display:none;">
<ul>
<li>Свяжитесь СЃРѕ СЃРІРѕРёРј поставщиком услуг Рнтернет, чтобы узнать РѕСЃРЅРѕРІРЅСѓСЋ причину СЃР±РѕСЏ DHCP.</li>
</ul>
</div>
<div id="case4" style="display:none;">
<ul>
<li>Повторно настройте IP-адрес для RT-N66U и убедитесь, что он отличается от IP-адреса шлюза.</li>
</ul>
</div>
<div id="case5" style="display:none;"></div>
<div id="case6" style="display:none;">
<ul>
<li>Повторно настройте локальный IP-адрес для RT-N66U и убедитесь, что он отличается от IP-адреса шлюза WAN. Например, 192.168.X.X, где X - число от 2 до 254.</li>
</ul>
</div>
<div id="case8" style="display:none;">
<ul>
<li>Возможно, родительская точка доступа выключена. Пожалуйста, проверьте повторите.</li>
</ul>
</div>
<div id="suggestion" style="display:;">
<ul>
<li>
<span id="suggestion_final">Если эта диагностика не решила проблему,</span>
<a href="javascript:wanLink();" style="color:#569AC7; text-decoration:underline;">Перейдите на страницу настроек RT-N66U</a>
<span> и проверьте и настройте параметры вручную.</span>
</li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td height="22" class="erpage_footer"><span></span></td>
</tr>
</table>
</body>
</html>