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 ?