This site can't be reached

demo.nstech.vn unexpectedly closed the connection.

ERR_NAME_NOT_RESOLVED

Check your Internet connection

Check any cables and reboot any routers, modems, or other network devices you may be using.

Allow Chrome to access the network in your firewall or antivirus settings.

If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.

If you use a proxy server…

Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.



Wifi – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn Mon, 17 Jun 2024 12:37:01 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png Wifi – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn 32 32 Thiết Bị Mang Wifi Cisco WAP150-E-K9 https://demo.nstech.vn/san-pham/thiet-bi-mang-wifi-cisco-wap150-e-k9/ https://demo.nstech.vn/san-pham/thiet-bi-mang-wifi-cisco-wap150-e-k9/#respond Mon, 17 Jun 2024 12:37:01 +0000 https://demo.nstech.vn/?post_type=product&p=3482 - Băng tần hỗ trợ: 2.4 GHz / 5 GHz

- Chuẩn kết nối: 802.11 a/b/g/n/ac

- Tốc độ 2.4GHz: 300Mbps

- Tốc độ 5.0GHz: 867Mbps

- Ăng ten: 1x ngầm / 4 dBi

Bài viết Thiết Bị Mang Wifi Cisco WAP150-E-K9 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
THIẾT BỊ MẠNG/ ROUTER CISCO WAP150 WIRELESS-AC/N DUAL RADIO ACCESS POINT WITH POE (WAP150-E-K9)

Router Cisco WAP150 có thiết kế nhỏ gọn với nhiều ăng ten bên trong có nhiều đặc điểm nổi bật như phát hai băng tần (2.4GHz và 5GHz) đồng thời, cho tốc độ wifi lên đến 1.2Gbps, an toàn cho người dùng sử dụng.

Thiết Bị Mang Wifi Cisco WAP150-E-K9

  • Router Cisco WAP150 sử dụng radio hai băng tầng đồng thời để cải thiện vùng phủ sóng trên thiết bị di động. Giao diện Gigabit Ethernet LAN với Power over Ethernet (PoE) cho phép đường truyền tốc độ cao đến mạng có dây.
  • Để tăng cường độ tin cậy và bảo vệ thông tin bảo mật của doanh nghiệp, các điểm truy cập WAP150 hỗ trợ cả cá nhân và doanh nghiệp truy cập được an toàn, bảo vệ Wi-Fi (WPA), mã hóa tất cả các truyền dẫn không dây của bạn bằng đoạn mã mạnh mẽ. Ngoài ra xác
  • Router Cisco WAP150 dễ thiết lập và sử dụng. Cài đặt đơn giản và hướng dẫn dựa trên web trực tiếp có thể triển khai và thiết lập nhanh chóng, đơn giản trong vài phút.
  • Để cung cấp quyền truy cập khách an toàn cao cho khách truy cập và các người dùng, Router Cisco WAP150 hỗ trợ cổng khóa với nhiều tùy chọn xác thực và khả năng định cầu hình, băng thông. Trang đăng nhập khách tùy chỉnh cho phép bạn trình bày được nội dung chào mừng và chi tiết truy cập cũng như quảng cáo công ty.

Bài viết Thiết Bị Mang Wifi Cisco WAP150-E-K9 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/thiet-bi-mang-wifi-cisco-wap150-e-k9/feed/ 0
Bộ Thu Phát Wifi Linksys RE4100W N600 Wireless Range Extender https://demo.nstech.vn/san-pham/bo-thu-phat-wifi-linksys-re4100w-n600-wireless-range-extender/ https://demo.nstech.vn/san-pham/bo-thu-phat-wifi-linksys-re4100w-n600-wireless-range-extender/#respond Mon, 17 Jun 2024 12:36:38 +0000 https://demo.nstech.vn/?post_type=product&p=3475 LINKSYS RE4100W N600 WIRELESS RANGE EXTENDER • Bộ tiếp sóng không dây chuẩn N, mở rộng vùng phủ sóng lên tới 700m2 • Tốc độ truyền tải lên tới 600Mbps (N300Mbps + N300Mbps) • 2 x 10/100Mbps cổng Fast Ethernet + 1 cổng Audio 3.5 • Hỗ trợ các chuẩn IEEE 802.11a/b/g/n • 2 Băng […]

Bài viết Bộ Thu Phát Wifi Linksys RE4100W N600 Wireless Range Extender đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
LINKSYS RE4100W N600 WIRELESS RANGE EXTENDER

• Bộ tiếp sóng không dây chuẩn N, mở rộng vùng phủ sóng lên tới 700m2

• Tốc độ truyền tải lên tới 600Mbps (N300Mbps + N300Mbps)

2 x 10/100Mbps cổng Fast Ethernet + 1 cổng Audio 3.5

• Hỗ trợ các chuẩn IEEE 802.11a/b/g/n

• 2 Băng tần hoặt động cùng lúc 2.4Ghz + 5Ghz, với 2 ăng-ten ngầm (gắn trong) công suất cao

• Tương thích với tất cả thiết bị Linksys và các hãng khác nhau

• Tự động ưu tiên băng thông mạng (QoS) cho các ứng dụng đa phương tiện online

• Công nghệ CROSS-BAND giúp tối ưu hoá việc sử dụng đồng thời hai băng tần để truyền dữ liệu tốc độ cao và không gián đoạn luồng

• Kết nối hệ thống âm thanh nổi hoặc loa âm thanh với bộ khuếch đại phạm vi và phát nhạc từ một thiết bị thông minh hoặc máy tính

• Vỏ nhựa, nhỏ gọn, thiết kế cắm trực tiếp vào ổ điện

• Cài đặt dễ dàng chỉ với 3 bước bằng phần mềm hỗ trợ đi kèm

• Chuẩn mã hoá WEP/WPA/WPA2 mạnh nhất và tường lửa SPI chủ động ngăn ngừa tấn công DoS.

• Bảo hành 3 năm 1 đổi 1 + hỗ trợ kỹ thuật chuyên sâu

Bài viết Bộ Thu Phát Wifi Linksys RE4100W N600 Wireless Range Extender đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

]]>
https://demo.nstech.vn/san-pham/bo-thu-phat-wifi-linksys-re4100w-n600-wireless-range-extender/feed/ 0