zoukankan      html  css  js  c++  java
  • project site_dns

    在国内网上我看到的最多的内容:

    http://blog.sina.com.cn/s/blog_40488d6d0100052w.html
    The connection was reset    

    The connection to the server was reset while the page was loading.
        *   The site could be temporarily unavailable or too busy. Try again in a few
              moments.
        *   If you are unable to load any pages, check your computer's network
              connection.
        *   If your computer or network is protected by a firewall or proxy, make sure
              that Firefox is permitted to access the Web.
    或者:
    The page cannot be displayed
    The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
    Please try the following:
        * Click the refresh.gif (82 bytes) Refresh button, or try again later.
        * If you typed the page address in the Address bar, make sure that it is spelled correctly.
        * To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
        * See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
             1. Click the Tools menu, and then click Internet Options.
             2. On the Connections tab, click LAN Settings.
             3. Select Automatically detect settings, and then click OK.
        * Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
        * If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
        * Click the 受够了! Back button to try another link.
    Cannot find server or DNS Error
    Internet Explorer
    看来这时代还是出鲁迅啊.
    turky 2006-06-23 15:26:47  借着反黄和反轮子的有力口号搞的信息封锁。
    turky 2006-06-23 15:29:08  从前收听敌台是大罪名,可还能收,现在......

    http://hi.baidu.com/hackerxx/blog/item/a5c62b2b2372cdef98250a17.html

    很多时候我们在打开浏览器时会出现一下问题:

    The connection was reset

    The connection to the server was reset while the page was loading.

    *   The site could be temporarily unavailable or too busy. Try again in a few moments.

    *   If you are unable to load any pages, check your computer’s network
    connection.

    *   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    解决方法:
    修改/etc/network/interfaces为:

    # /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # This is a list of hotpluggable network interfaces.
    # They will be activated automatically by the hotplug subsystem.
    mapping hotplug
    script grep
    map eth0

    # The primary network interface
    iface eth0 inet static
    address 192.168.22.8
    netmask 255.255.255.0
    network 192.168.22.0
    broadcast 192.168.22.255
    # dns-* options are implemented by the resolvconf package, if installed
    dns-nameservers 119.6.6.6 8.8.8.8 8.8.4.4

    Connect:
    pon dsl-provider

    Offline:
    poff

    end

  • 相关阅读:
    A breakdown pie chart ReportLab Snippets (Beta)
    彩程轶事 | 彩程团队BLOG
    Proxy server
    VIM Quick Reference Card
    Search for visually selected text
    httpstats: HTTP/1.1 Connection header field
    Get File Name from File Path in Python | Code Comments
    vim 控小结
    Django Admin Bootstrap theme
    Mike McCreavy’s Resume: Silicon Valley Software Engineer, Developer, Architect | mccreavy
  • 原文地址:https://www.cnblogs.com/lindows/p/14390323.html
Copyright © 2011-2022 走看看