Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to server #1

Open
lo-fo opened this issue Mar 14, 2017 · 2 comments
Open

Can't connect to server #1

lo-fo opened this issue Mar 14, 2017 · 2 comments

Comments

@lo-fo
Copy link

lo-fo commented Mar 14, 2017

When running in debug mode i end up with theses lines looping over and over.

Set current directory to /root/mounted
Found path: /root/mounted/RustDedicated
Mono path[0] = '/root/mounted/RustDedicated_Data/Managed'
Mono path[1] = '/root/mounted/RustDedicated_Data/Mono'
Mono config path = '/root/mounted/RustDedicated_Data/Mono/etc'

i believe its normal.
But i cant connect to server from rust.

@Micka33
Copy link
Owner

Micka33 commented Mar 14, 2017

I haven't used it in a while now.
Can you share :

  • the output of docker ps -a
  • how you connect to the server form the cli

@lo-fo
Copy link
Author

lo-fo commented Mar 15, 2017

here is my docker ps -a

c1be36339884 myrustserver "/sbin/my_init -- ..." About an hour ago Up About an hour 0.0.0.0:27011->27015/tcp, 0.0.0.0:27011->27015/udp eager_lamarr
5e51931dcef1 myrustserver "/sbin/my_init" 19 hours ago Exited (2) 19 hours ago tender_banach

here is how i got the ip address docker inspect c1be36339884 | grep IPAddress | cut -d '"' -f 4

172.17.0.2

here are the commands i've tried to connect from the rust cli :

client.connect localhost:27015
client.connect 172.17.0.2:27015
client.connect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants