Port forwarded but players can't connectSolved

Hello guys,
I make a rust server, forwarded ports but my friends can't join.

Please can tell me what i doing wrong ?

my port forward: (my pc is *.*.*.*)

my bat file:

echo off
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver2\ +app_update 258550 +quit
RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +server.seed 1234 +server.worldsize 4000 +server.maxplayers 10 +server.hostname "test server1" +server.description "Description shown on server connection window." +server.url "http://yourwebsite.com" +server.headerimage "http://yourwebsite.com/serverimage.jpg" +server.identity "server1" +rcon.port 28016 +rcon.password letmein1 +rcon.web 1
goto start

When i connected to:

client.connect localaddress:28015 (WORKING)

client.connect IPv4:28015 (WORKING)

client.connect myipaddress:28015 (NOT WORKING)

also port check sites write the 28015 and 28016 port is closed while the server is running.

-tried already turn DMZ ON, turn firewall OFF, and change ports.

 

Have any idea what is the problem or what should i try ?

7R5q86tI6QkEiro.png JimDeadlock

Thank you :)

I still can't see the port and the server, but in your link i can find my server

Merged post

***SOLVED THE PROBLEM***

My ISP not let open me port.
After i speak with my internet service provider they let me open ports and now it's working fine.
Thank you!

Locked automatically