ルーター/モデムを使用して特定の Minecraft サーバーに接続できない

ルーター/モデムを使用して特定の Minecraft サーバーに接続できない

自宅のインターネットから特定のMinecraftサーバーに接続できません。2台のPC(1台は有線接続、もう1台は無線接続)で接続を試みましたが、うまくいきませんでした。しかし、できるモバイル ホットスポットを使用してサーバーに接続し、正しい Minecraft バージョン (1.14.3) と IP アドレスを使用していることを確認します。他の複数のサーバーにも接続できますが、問題が発生しているのはこの特定のサーバーだけです。サーバー上の他のプレイヤーは接続に問題を抱えていません。

これらすべてから、問題はルーター/モデムの設定にあると考えられます。私は を使用していますSagemcom Gateway F@ST3864V2

ルーターの設定に関してはあまり知識がないので、この問題の原因は何なのか、どの設定を調整すればよいのかなど、アドバイスをいただければ幸いです。

アップデート#1:

サーバーに接続しようとしたときのログは次のとおりです。

[19:49:01] [Client thread/INFO]: Connecting to <ip>, 25565
[19:49:01] [Server Connector #1/ERROR]: Couldn't connect to server
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.charAt(String.java:646) ~[?:1.8.0_51]
    at io.netty.bootstrap.Bootstrap.isBlockedServer(Bootstrap.java:383) ~[patchy-1.1.jar:?]
    at io.netty.bootstrap.Bootstrap.checkAddress(Bootstrap.java:364) ~[patchy-1.1.jar:?]
    at io.netty.bootstrap.Bootstrap.doResolveAndConnect(Bootstrap.java:180) ~[patchy-1.1.jar:?]
    at io.netty.bootstrap.Bootstrap.connect(Bootstrap.java:162) ~[patchy-1.1.jar:?]
    at io.netty.bootstrap.Bootstrap.connect(Bootstrap.java:150) ~[patchy-1.1.jar:?]
    at jb.a(SourceFile:318) ~[1.14.3.jar:?]
    at cza$1.run(SourceFile:66) [1.14.3.jar:?]

ターミナル経由でサーバーの IP に問題なく ping できます。

Pinging <ip> with 32 bytes of data:
Reply from <ip>: bytes=32 time=223ms TTL=51
Reply from <ip>: bytes=32 time=223ms TTL=51
Reply from <ip>: bytes=32 time=223ms TTL=51
Reply from <ip>: bytes=32 time=222ms TTL=51

Ping statistics for <ip>:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 222ms, Maximum = 223ms, Average = 222ms

トレースルートも成功します:

Tracing route to <ip> over a maximum of 30 hops

  1    <1 ms    <1 ms    <1 ms  192.168.0.1
  2     6 ms     6 ms     6 ms  1.42.0.1
  3     *        *        *     Request timed out.
  4     6 ms     5 ms     5 ms  198.142.249.242
  5   160 ms   160 ms   160 ms  203.208.131.205
  6   161 ms   163 ms   166 ms  62.115.8.202
  7   223 ms   223 ms   233 ms  62.115.114.87
  8   214 ms   214 ms     *     62.115.141.245
  9   223 ms   223 ms   223 ms  80.91.246.36
 10   223 ms   223 ms   223 ms  62.115.145.91
 11     *        *        *     Request timed out.
 12     *        *        *     Request timed out.
 13     *        *        *     Request timed out.
 14   222 ms   223 ms   223 ms  <ip>

Trace complete.

関連情報