mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
85 stars 17 forks source link

unable to connect with external IP #76

Closed banzoola closed 2 months ago

banzoola commented 3 months ago

Not sure what im missing. I can confirm i can connect to the server on my internal IP address (not the docker IP) through the console within ARK however and runs fine. I can confirm NAT is working as this server hosts other services. There are a couple of errors however i read these can be safely ignored and i doubt they would prevent internet access to the server.

Failed to read /etc/machine-id, error Invalid argument. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely

mschnitzer commented 2 months ago

I'm in the middle of a move, I'm coming back to you mid next week.

Failed to read /etc/machine-id, error Invalid argument.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely

This is expected and not causing the issue. Looking into it next week.

banzoola commented 2 months ago

Thank you, i had a feeling the error wasn't causing the issue. Looking forward to problem solving this as im baffled on what the issue is.

LLdaniel commented 2 months ago

Here are some questions which might help to identify the problem:

banzoola commented 2 months ago

hi LLdaniel, thanks for getting back to me.

I figured out the issue, it was to do with rebuinding of the NAT address because i was connecting to my external IP address from internally, i did try and tweak the nat settings to get around this however i had no luck, also the server didnt appear in the list which made me think this wasnt the issue.

I went to a friends house and the server connected no problem and showed up in the list.

Thanks