現状
Minecreaftのマルチサーバーを自宅で立てるためにポート開放をしたいのですがうまくいきません。
サーバー側のプライベートIP固定やファイアウォール設定、ルータ側でのDHCPv4固定割当やポートマッピングは完了しているのですがNmapでテストしたところ、ポートの方が閉じているようです。
回線はコミュファとのホーム1GBプラン、プロバイダー一体型の契約で、動的なグローバルIPの割り当てですが、その点はDDNSで解決しようと思っています。
OS:CentOS
ルーター:Aterm WH862A
サーバーローカルIP:192.168.0.42
Windows端末IP:192.168.0.34
##Nmapの結果と現在のFirewall
Starting Nmap 6.40 ( http://nmap.org ) at 2020-04-06 00:35 JST Nmap scan report for 192.168.0.1 Host is up (0.00032s latency). PORT STATE SERVICE 25565/tcp closed minecraft MAC Address: **:**:**:**:**:** (Unknown)
public (active) target: default icmp-block-inversion: no interfaces: eno1 sources: services: dhcpv6-client ports: 25565/tcp ssh用/tcp protocols: masquerade: no forward-ports: source-ports: icmp-blocks: rich rules:
##同じネットワークのWindows端末から確認。
C:\WINDOWS\system32>telnet 192.168.0.42:25565 接続中: 192.168.0.42:25565...ホストへ接続できませんでした。 ポート番号 23: 接続に失敗しました
##サーバーで解放されているポートを確認
netstat -4 Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 200 shibuserver:ssh用 192.168.0.34:*** ESTABLISHED
# netstat -4 -a Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:ssh用 0.0.0.0:* LISTEN tcp 0 208 shibuserver:ssh用 192.168.0.34:49643 ESTABLISHED udp 0 0 localhost:323 0.0.0.0:*
###netstat -an | grep :25565については反応なし。
####Minecraftサーバーをscreenで起動した状態でサーバーで確認
# netstat -an | grep :25565 tcp6 0 0 :::25565 :::* LISTEN
回答1件
あなたの回答
tips
プレビュー