I can't seem to connect to my rust server via client.connect or the server list.
here are my logs:
connection log: http://pastebin.com/AHqesfjh
content log: http://pastebin.com/dNursfLY
picture of my console: http://i.imgur.com/yDwrsqW.png
Solved Can't connect to my server (outdated Oxide)
Discussion in 'Rust Discussion' started by [TRP] Kiwi, Aug 20, 2015.
-
Did you set the permissions to allow connections through Windows Firewall?
-
Dat windows 2012 server firewall. LEWL.. Restart the server after opening the connection.
Be sure to host the server on session 0 in windows 2012 or you will have lower server FPS. -
Still can't connect
[DOUBLEPOST=1440157776,1440146964][/DOUBLEPOST]
[DOUBLEPOST=1440162434][/DOUBLEPOST]And it doesn't show up in local network either, and client.connect 127.0.0.1:28015 doesn't work -
When you run windows , Anything in session 1-5 will end when you log out. Windows will auto log out, or reduce priority to applications in those sessions if you do log out and they are left running.
In session 0 on windows this does not happen. Applications in session zero have priority over any other application running, especially when realtime process is selected for the applications. They do also pose a security risk because the application is allowed to do what ever it wants. Rust poses no security risk so this is okay.
Post your command line so we can see it just to make sure nothing is wrong there.
Use this path to get to the firewall to add a new application for public. It will automatically add all the ports, We will only use this for testing. Do not leave all ports open.
Since you said 127.0.0.1 I will assume you are hosting locally and have opened ports on your router. Place your local ip address that is being hosted on in DMZ for a second to test. Again do not leave it like that.
What makes me scratch my head is you cannot connect through localhost.... There is really no port forwarding or anything required to connect to a locally hosted server...
If you are connecting to a locally hosted server on your same computer you can simply type connect, in the console. without anything else and it will connect to your server if its setup properly.
Taking a second look at your picture. It doesnt look like you are starting the server with a proper command line at all.Last edited by a moderator: Aug 21, 2015 -
command line:
@echo off
RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "-----"
[DOUBLEPOST=1440233270][/DOUBLEPOST]Should it say 0b/s in and 0b/s out ?
And i tried changing the command line to
RustDedicated.exe -batchmode
And it still didn't work -
If you are trying to connect from the same pc as the server is running off, then you won't need to open any ports if you are trying to connect from a different pc on the same network, then you need to allow the ports 28015 and 28016 in your router firewall also if you are using any firewall soft you also need to open the ports in that as well
-
No the server should be in local network when on the same network as my computer.
And i hve opened both the ports in my router and firewall. -
So the game and server are running from the same pc? If yes, then you don't need to open any ports if it's only you in there testing
-
Just for the hell of it, Set your server IP address as 127.0.0.1 , Make sure that in the windows firewall private is checked.
Is this a fresh install? If not check your hosts file make sure its not modified. -
If running it from local host and logging in from local host you dont need to set any ip in the bat file also if you want others to login to your local hosting server giving them your ip will let them join all you will need to do is open the ports in your router firewall
Here is what I have in my bat file
@echo off
RustDedicated.exe -batchmode +server.port 28015 +rcon.port 28016 +rcon.ip 0.0.0.0 +rcon.password "****" +server.hostname "Clan Wars |Stacks|FF|Remove|TP|Home|Kits|Clans" +server.worldsize 5500 +server.seed 21457845 -
I think we should just focus on him connecting locally for now. He cant even connect locally. Lets focus on one thing at a time.
I asked him to set the ip as the local host. If this was done, no one else would be able to connect to it anyway. Kiwi, If you would like you can start a private conversation with me. I will help you. If worst comes to worst, We can use teamviewer and I can help you. -
-
I would assume his bat file is in the proper place since the server is starting...
-
If he can upload the logs, warning and error ones as well it might show a problem as he cant login there is a problem somewhere
-
Log.Log: http://pastebin.com/13HABJUa ; Log.Warning: http://pastebin.com/nny0XXzg ; Log.EAC: http://pastebin.com/cTF0mewU ; Oxide Log: http://pastebin.com/NS3s7X9S
Yes this is a fresh install but i have another failed install in another folder.
[DOUBLEPOST=1440324179][/DOUBLEPOST]Its ok i fixed it ;D
Oxide was outdatedLast edited by a moderator: Aug 23, 2015