Search code examples
javascriptnode.jsserveripintranet

String name to access nodejs website on static ip


I am working in intranet enviornment, and one machine has a static ip, 10.10.10.10:3000. I have deployed my nodejs server client on this computer and people in intranet can access it by http://10.10.10.10:3000. I need to change this to something like http://abawa.alladin.com:3000, is it possible to do with access to only my machine or do i need some help of IT admin?


Solution

  • I think you need to contact your IT admin because you will have to install a DNS on your server.