OK論壇

 找回密碼
 註冊
查看: 2568|回復: 7

開機問題 socket #2 error 10060

[複製鏈接]
  • TA的每日心情

    2018-6-3 10:08 AM
  • 簽到天數: 209 天

    連續簽到: 1 天

    [LV.7]常住居民III

    發表於 2016-2-22 21:00:25 | 顯示全部樓層 |閱讀模式
    30積分
    本帖最後由 ga2006467271 於 2016-2-25 10:58 AM 編輯

    如題 已參照教學

    不過我是用svn的 檔案內容有點不太一樣(開啟時防火牆 防毒均已關閉)
    我參照的教學是這篇:https://www.vultr.com/docs/setup ... on-ubuntu-14-04-x64

    已爬過文 :http://okayro.com/thread-224203-1-1.html
    應該為相同問題 但是沒找到答案 這個似乎是很常見的問題
    非常抱歉我很愚笨 在此對回答的人奉上積分以表示歉意
    ps:沒改ip 使用127.0.0.1是可以開機的
    以下貼上我的 char _athena,map _athena ,inter _athena 片段部分
    char _athena:
    1. // Athena Character configuration file.

    2. // Note: "Comments" are all text on the right side of a double slash "//"
    3. // Whatever text is commented will not be parsed by the servers, and serves
    4. // only as information/reference.

    5. // Server Communication username and password.
    6. userid: a1
    7. passwd: b1

    8. // Server name, use alternative character such as ASCII 160 for spaces.
    9. // NOTE: Do not use spaces or any of these characters which are not allowed in
    10. //       Windows filenames \/:*?"<>|
    11. //       ... or else guild emblems won't work client-side!
    12. server_name: rAthena

    13. // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    14. wisp_server_name: Server

    15. // Login Server IP
    16. // The character server connects to the login server using this IP address.
    17. // NOTE: This is useful when you are running behind a firewall or are on
    18. // a machine with multiple interfaces.
    19. login_ip: luego9626.no-ip.org

    20. // The character server listens on the interface with this IP address.
    21. // NOTE: This allows you to run multiple servers on multiple interfaces
    22. // while using the same ports for each server.
    23. //bind_ip: 127.0.0.1

    24. // Login Server Port
    25. login_port: 6900

    26. // Character Server IP
    27. // The IP address which clients will use to connect.
    28. // Set this to what your server's public IP address is.
    29. char_ip: luego9626.no-ip.org

    30. // Character Server Port
    31. char_port: 6121

    複製代碼
    map _athena:
    1. //--------------------------------------------------------------
    2. //rAthena Map-Server Configuration File
    3. //--------------------------------------------------------------

    4. // Note: "Comments" are all text on the right side of a double slash "//"
    5. // Whatever text is commented will not be parsed by the servers, and serves
    6. // only as information/reference.

    7. //--------------------------------------------------------------
    8. //                     Configuration Info
    9. //--------------------------------------------------------------
    10. // Interserver communication passwords, set in account.txt (or equiv.)
    11. userid: a1
    12. passwd: b1

    13. // Character Server IP
    14. // The map server connects to the character server using this IP address.
    15. // NOTE: This is useful when you are running behind a firewall or are on
    16. // a machine with multiple interfaces.
    17. char_ip: luego9626.no-ip.org

    18. // The map server listens on the interface with this IP address.
    19. // NOTE: This allows you to run multiple servers on multiple interfaces
    20. // while using the same ports for each server.
    21. //bind_ip: 127.0.0.1

    22. // Character Server Port
    23. char_port: 6121

    24. // Map Server IP
    25. // The IP address which clients will use to connect.
    26. // Set this to what your server's public IP address is.
    27. map_ip: luego9626.no-ip.org

    28. // Map Server Port
    29. map_port: 5121

    複製代碼
    inter_athena
    1. // Athena InterServer configuration.
    2. // Contains settings shared/used by more than 1 server.

    3. // Options for both versions

    4. // Log Inter Connections, etc.?
    5. log_inter: 1

    6. // Inter Log Filename
    7. inter_log_filename: log/inter.log

    8. // Level range for sharing within a party
    9. party_share_level: 15

    10. // You can specify the codepage to use in your MySQL tables here.
    11. // (Note that this feature requires MySQL 4.1+)
    12. //default_codepage:

    13. // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1
    14. // Under windows, you want to use 127.0.0.1.  If you see a message like
    15. // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
    16. // and you have localhost, switch it to 127.0.0.1

    17. // Global SQL settings
    18. // overridden by local settings when the hostname is defined there
    19. // (currently only the login-server reads/obeys these settings)

    20. // MySQL Login server
    21. login_server_ip: 127.0.0.1
    22. login_server_port: 3306
    23. login_server_id: root
    24. login_server_pw: 1234
    25. login_server_db: ragnarok
    26. login_codepage:
    27. login_case_sensitive: no

    28. ipban_db_ip: 127.0.0.1
    29. ipban_db_port: 3306
    30. ipban_db_id: root
    31. ipban_db_pw: 1234
    32. ipban_db_db: ragnarok
    33. ipban_codepage:

    34. // MySQL Character server
    35. char_server_ip: 127.0.0.1
    36. char_server_port: 3306
    37. char_server_id: root
    38. char_server_pw: 1234
    39. char_server_db: ragnarok

    40. // MySQL Map Server
    41. map_server_ip: 127.0.0.1
    42. map_server_port: 3306
    43. map_server_id: root
    44. map_server_pw:1234
    45. map_server_db: ragnarok

    46. // MySQL Log Database
    47. log_db_ip: 127.0.0.1
    48. log_db_port: 3306
    49. log_db_id: root
    50. log_db_pw: 1234
    51. log_db_db: log
    52. log_codepage:
    53. log_login_db: loginlog

    54. // MySQL Reconnect Settings
    55. // - mysql_reconnect_type:
    56. //   1: When MySQL disconnects during runtime, the server tries to reconnect
    57. //      mysql_reconnect_count times and shuts down if unsuccessful.
    58. //   2: When mysql disconnects during runtime, it tries to reconnect indefinitely.
    59. mysql_reconnect_type: 2
    60. mysql_reconnect_count: 1
    複製代碼
    下面附上開機錯誤圖片

    最佳答案

    查看完整內容

    有使用ip分享器嗎 還是社區網路? PING 你這個NO-IP是連的到 命令提示字元輸入 ipconfig 確認電腦分配的真實IP跟NOIP是否一致 http://forum.gamer.com.tw/C.php?bsn=18673&snA=132163 這個網站看能不能解決你問題吧
    回復

    使用道具 舉報

  • TA的每日心情

    2017-11-30 09:19 AM
  • 簽到天數: 126 天

    連續簽到: 1 天

    [LV.7]常住居民III

    發表於 2016-2-22 21:00:26 | 顯示全部樓層
    本帖最後由 qk2016 於 2016-2-22 10:39 PM 編輯

    有使用ip分享器嗎 還是社區網路?
    PING 你這個NO-IP是連的到
    命令提示字元輸入 ipconfig 確認電腦分配的真實IP跟NOIP是否一致

    http://forum.gamer.com.tw/C.php?bsn=18673&snA=132163

    這個網站看能不能解決你問題吧
    回復

    使用道具 舉報

  • TA的每日心情

    2016-10-9 02:36 PM
  • 簽到天數: 976 天

    連續簽到: 1 天

    [LV.10]以壇為家III

    發表於 2016-2-22 22:18:46 | 顯示全部樓層
    你的網路應該有插著分享器的連接
    如果有必須去分享器增設Port
    因為每台分享器的設定介面不太一樣
    可以去架設教學去看看
    回復

    使用道具 舉報

  • TA的每日心情

    2020-11-19 04:46 PM
  • 簽到天數: 2823 天

    連續簽到: 3 天

    [LV.Master]伴壇終老

    發表於 2016-2-22 22:45:02 | 顯示全部樓層
    帖子禁止設置僅作者可見, 我已編輯解除.

    回復

    使用道具 舉報

  • TA的每日心情
    慵懶
    2018-6-30 11:32 PM
  • 簽到天數: 353 天

    連續簽到: 1 天

    [LV.8]以壇為家I

    發表於 2016-2-22 22:58:43 | 顯示全部樓層
    目前看起來應該是port的問題
    你電腦應該不是直接連接網路而是有經過中轉
    所已中轉的部分若是沒有設定轉port 就會被擋下來造成無法登入的現象
    去機子設定DMZ 或是轉port
    經過的機子都要設定
    直到最終指向你開機的電腦
    回復

    使用道具 舉報

  • TA的每日心情

    2018-6-3 10:08 AM
  • 簽到天數: 209 天

    連續簽到: 1 天

    [LV.7]常住居民III

     樓主| 發表於 2016-2-24 01:14:42 | 顯示全部樓層
    本帖最後由 ga2006467271 於 2016-2-24 01:19 AM 編輯
    dreamsambit@gma 發表於 2016-2-22 10:58 PM
    目前看起來應該是port的問題
    你電腦應該不是直接連接網路而是有經過中轉
    所已中轉的部分若是沒有設定轉po ...

    好的 我也找到了教學文

    最後想問一下 其實本人對於port的定義不是很懂

    所以我要在我自己的網路 增設一個port 然後再 conf裡面設定port的號碼嗎?

    還有 看教學文時這個圖片已經死了 可以告訴我他拍的圖片是conf裡面的哪個東西嗎?(我的是英文版 希望能貼上英文的參照)


    (後來看了教學增設的port 不過我好像錯的一蹋糊塗 還是不能開機)


    回復

    使用道具 舉報

  • TA的每日心情

    2016-10-9 02:36 PM
  • 簽到天數: 976 天

    連續簽到: 1 天

    [LV.10]以壇為家III

    發表於 2016-2-24 11:57:44 | 顯示全部樓層
    關於TPLINK分享器型號的教學 - <傳送門>
    回復

    使用道具 舉報

  • TA的每日心情

    2018-6-3 10:08 AM
  • 簽到天數: 209 天

    連續簽到: 1 天

    [LV.7]常住居民III

     樓主| 發表於 2016-2-24 12:23:24 | 顯示全部樓層
    1588 發表於 2016-2-24 11:57 AM
    關於TPLINK分享器型號的教學 -


    好…的 不過那個要積分大於500 我知道了 我先弄其他東西 積分500跟我還有一段長距離
    回復

    使用道具 舉報

    您需要登錄後才可以回帖 登錄 | 註冊

    本版積分規則

    Archiver|手機版|小黑屋|OK討論區

    GMT+8, 2024-4-26 05:36 AM , Processed in 0.071736 second(s), 18 queries , Gzip On.

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回復 返回頂部 返回列表