like i wrote in topic, i cant reach opened port 25565 but i can reach opened port 4000 like below. On port 4000 i have nomachine service and everything works fine.
PS C:\Users\WONSZ> Test-NetConnection 138.2.153.197 -port 4000
ComputerName : 138.2.153.197
RemoteAddress : 138.2.153.197
RemotePort : 4000
InterfaceAlias : Ethernet
SourceAddress : 192.168.0.227
TcpTestSucceeded : True
PS C:\Users\WONSZ> Test-NetConnection 138.2.153.197 -port 25565
WARNING: TCP connect to (138.2.153.197 : 25565) failed
ComputerName : 138.2.153.197
RemoteAddress : 138.2.153.197
RemotePort : 25565
InterfaceAlias : Ethernet
SourceAddress : 192.168.0.227
PingSucceeded : True
PingReplyDetails (RTT) : 31 ms
TcpTestSucceeded : False
My firewall on ubuntu is disabled. I have added this ports to iptables too.
On Oracle i i have open traffic to all ports on this machine and in logs all traffic to this port is accepted.
Below result of netstat. I tried to start service like now on IP ::::25565 and 0.0.0.0:25565
wonsz@vm-0223-4:~/Desktop/DWN_SRV$ netstat -lntu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:20000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:22424 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:7001 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:26002 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:12002 0.0.0.0:* LISTEN
tcp6 0 0 :::3389 :::* LISTEN
tcp6 0 0 :::4000 :::* LISTEN
tcp6 0 0 :::111 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:3350 :::* LISTEN
tcp6 0 0 ::1:631 :::* LISTEN
tcp6 0 0 :::25565 :::* LISTEN
tcp6 0 0 ::1:7001 :::* LISTEN
udp 0 0 127.0.0.53:53 0.0.0.0:*
udp 0 0 10.0.100.15:68 0.0.0.0:*
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 0.0.0.0:4011 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 14592 0 10.0.100.15:5353 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*
udp 0 0 0.0.0.0:47291 0.0.0.0:*
udp6 0 0 :::111 :::*
udp6 0 0 :::5353 :::*
udp6 0 0 :::42944 :::*