How do I point my custom domain to my IP:Port (102.133.136.39:8000)?

Jacques Patricks 46 Reputation points
2021-01-09T12:55:24.603+00:00

My Rasa X server is running within a cluster with host port 8000. I am able to access the server using the public IP with port 8000 (102.133.136.39:8000), but the server cannot be accessed using only the IP (102.133.136.39). Secondly, I have pointed my custom domain, destpark to the IP address in my DNS Zone using an A record. But I am unable to access my application using the domain name. The nameservers have been correctly updated in my Namecheap account domain settings. Any guidance will really go a long way.

Microsoft Security | Microsoft Entra | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 123.6K Reputation points MVP Volunteer Moderator
    2021-01-10T16:51:33.317+00:00

    As far as I know it's not possible to add a Port in DNS. DNS is working with names and IPs only.
    To access the cluster by name and Port it should look something like this: <hostame>.destpark.com:8000 (<hostname> = Name of the A-Record in DNS).


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.