blocked ports
emilianoprioli
HOBBYOP

a year ago

Hi everyone! I'm struggling with access to the ports of my server. Here is the context: I’m developing an Orthanc server using the Jodogne/orthanc-python image (Dockerfile). Orthanc requires setting the HTTP and DICOM ports (they cannot be dynamic), but Railway is blocking the ports. I've mapped the ports of my deployment, but I haven’t had any success. I also created a TCP proxy to redirect traffic to my 4242 port, but that didn't work either. Here are the logs:

PORT STATE SERVICE VERSION

22/tcp open ssh OpenSSH 9.2p1 Debian 2+deb12u4 (protocol 2.0)

80/tcp open http Golang net/http server

4242/tcp filtered vrml-multi-use

Neither the TCP proxy nor my deployment domain works; they give me the exact same result. I hope someone can help me!

Solved

1 Replies

Railway assigns public (external) TCP ports randomly. You can map the traffic to the port as you see fit. Furthermore, a service on Railway can only have a single TCP port. For more, read about TCP Proxy in the Railway Docs.


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...