改硬體撥接後的問題

顯示結果從第 1 筆 到 6 筆,共計 6 筆
  1. #1
    會員
    註冊日期
    2001-05-28
    討論區文章
    14

    改硬體撥接後的問題

    凡是續傳下載東西皆會跑出"Socket Error=10060"
    要跑好幾遍才下載一次 斷ㄌ又再來
    變成有些網站不能下載

    這樣要如何解決ㄋ 救救我ㄅ...



  2. #2
    powerkid
    訪客
    Winsock 10060 錯誤的說明文件
    (忘了是哪找到的,原文,參考看看吧...)

    WSAECONNREFUSED (10061) Connection refused.

    Berkeley description: No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host.
    WinSock description: Same as Berkeley
    TCP/IP scenario: In TCP terms (datastream sockets), it means an attempt to connect (by sending a TCP SYN packet) caused the destination host to respond to the host by returning a reset (a TCP RST packet). If an application sends a UDP packet to a host/port that does not have a datagram socket "listening," the network system may respond by sending back an ICMP Port Unreachable packet
    User suggestions: Either you went to the wrong host, or the server application you're trying to contact isn't executing. Check the destination address you are using. If you used a hostname, did it resolve to the correct address? If the hostname resolution uses a local hosttable, it's possible you resolved to an old obsolete address. It's also possible that the local services file has an incorrect port number (although it's unlikely).
    You can verify that the remote system is rejecting your connection attempt by checking the network statistics locally. Check that your network system (WinSock implementation) has a utility that shows network statistics. You could use this to verify that you're receiving TCP resets or ICMP Port Unreachable packets each time you attempt to connect.
    Developer suggestions: If you have a network analyzer available, you can quickly check if the destination port number and host address are what you expect. On the server end, you could use a network system utility similar to BSD's "netstat -a" command to check that your server is running, and listening on the right port number.
    This is one of the most frequent errors and one of the best to encounter, since it's one of the least ambiguous. There are only a few possible causes for this error:
    · you tried to connect to the wrong port. This is a common problem. You need to call htons() to translate a constant value to network byte order before assigning it to the sin_port field in the sockaddr structure.
    · you tried to connect to the wrong destination host address
    · the server application isn't running on the destination host
    · the server application isn't listening on the right port. The server application might need to call htons() to translate the port to network byte order in the sockaddr structure.
    WinSock functions: With a datastream socket: connect() and FD_CONNECT WSAAsyncelect() notification message.
    Additional functions: With a datagram socket: send() or sendto(), or FD_READ.

  3. #3
    會員
    註冊日期
    2001-05-28
    討論區文章
    14
    很感謝你的幫忙
    看的我好辛苦 霧煞煞

  4. #4
    會員 demitry 的大頭照
    註冊日期
    2001-04-17
    討論區文章
    43

    Re: 改硬體撥接後的問題

    最初由 devil
    凡是續傳下載東西皆會跑出"Socket Error=10060"
    要跑好幾遍才下載一次 斷ㄌ又再來
    變成有些網站不能下載

    這樣要如何解決ㄋ 救救我ㄅ...
    我到是不認為是 Modem 的問題, 您可以重灌系統看看, 或去借台電腦來試試看..

  5. #5
    powerkid
    訪客

    Re: Re: 改硬體撥接後的問題

    最初由 demitry

    我到是不認為是 Modem 的問題, 您可以重灌系統看看, 或去借台電腦來試試看..
    這Winsock 10060錯誤大致上是說找不到正確的IP/DNS位置吧...
    我也曾遇過
    是因為動態DNS的Client程式沒開



  6. #6
    會員
    註冊日期
    2001-05-28
    討論區文章
    14
    開始下載 [http://bsd.ltcvs.ilc.edu.tw/~s921144/6.r17]。
    連線到網際網路
    正在:[要求]
    連線到 bsd.ltcvs.ilc.edu.tw (140.111.92.5:80)
    錯誤[10060 連接逾時] 在『CSession::Connect->connect』
    錯誤 [317] 在『SendRequest(GET)』 -


    就是以上這種情形 換一台也是
    以前是642/M時 用舊電腦架dhcp sever 用client端的電腦下載都沒有這種情形
    現在改機後 變的有些網站的檔案都抓不下來

    各位大哥 你們看的問題出在哪ㄋ
    有沒有人有642/m時的rom及bin 想把它改回去看看
    拜託拜託

類似的主題

  1. 【問題】請問T07AW改硬體撥接後,如何改回來?
    作者:endless11 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 1
    最後發表: 2006-12-22, 08:06 PM
  2. 【求助】4031B改硬體撥接後不能開FTP?
    作者:ICE9 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 6
    最後發表: 2004-10-21, 04:56 PM
  3. 【建議】改硬體撥接後的個人心得
    作者:hotkiss 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 4
    最後發表: 2002-11-28, 10:25 PM
  4. ADSL改硬體撥接後
    作者:calvinks 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 4
    最後發表: 2002-01-27, 07:15 PM
  5. ADSL改硬體撥接後架FTP問題
    作者:timhsiao 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 1
    最後發表: 2001-10-24, 09:03 PM

 

此網頁沒有從搜尋引擎而來的訪客

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •