You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup the trainer on a remote server that does not have direct internet access, but can be accessed via a gateway server. I have setup a tunnel via this gateway and added a LocalForward from port 55557 (trainer) on localhost to the same port on this remote server.
When running the trainer, I get the following warning messages:
INFO:2024-05-21 10:44:36,915:Local for client: Started to connect.
INFO:2024-05-21 10:44:36,916:Started to connect.
INFO:2024-05-21 10:44:36,917:Local for client: Connected.
INFO:2024-05-21 10:44:36,917:Connection failed. Reason: Connection was refused by other side: 111: Connection refused.
INFO:root:05/21/24 10:44:36 server IP: 127.0.0.1
WARNING:2024-05-21 10:44:36,918:The client is not connected to the Internet server, storing message.
INFO:root:--- NOW RUNNING SAC on TrackMania ---
INFO:root:Loading checkpoint...
INFO:root: Loaded checkpoint in 0.1793212890625 seconds.
INFO:root:Updating checkpoint...
INFO:root:Target entropy: -0.5.
INFO:root:Checkpoint updated in 9.274482727050781e-05 seconds.
INFO:root:=== epoch 0/10000 == round 0/100 =====================================
INFO:root: Waiting for new samples
WARNING:2024-05-21 10:44:37,098:The client is not connected to the Internet server, storing message.
WARNING:2024-05-21 10:44:38,099:The client is not connected to the Internet server, storing message.
INFO:2024-05-21 10:44:38,327:Started to connect.
INFO:2024-05-21 10:44:38,327:Connection failed. Reason: Connection was refused by other side: 111: Connection refused.
I had hoped I could make another tunnel that would allow the trainer to connect to the internet via a RemoteForward and then set these variables:
Does anyone with more knowledge have any idea how I could set this up and what I would need to change in my config.json? The TMRL config file uses the same ports as in the standard config file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to setup the trainer on a remote server that does not have direct internet access, but can be accessed via a gateway server. I have setup a tunnel via this gateway and added a LocalForward from port 55557 (trainer) on localhost to the same port on this remote server.
From SSH config
When running the trainer, I get the following warning messages:
I had hoped I could make another tunnel that would allow the trainer to connect to the internet via a RemoteForward and then set these variables:
Does anyone with more knowledge have any idea how I could set this up and what I would need to change in my
config.json
? The TMRL config file uses the same ports as in the standard config file.Beta Was this translation helpful? Give feedback.
All reactions