How can I make web server reachable through DNS (by host name, not IP)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I make web server reachable through DNS (by host name, not IP)

1,158 Views
errsionjack
Contributor I

Hi erverybody,

     I was suing the MK60D100M Board, the software is based on the MQX4.1. In my project, we need reache the Board's web server thorgh the host name, not the Board's IP address. I found the link Re: How do you make a web server reachable through DNS (by name, not IP) and add the host name succefully, but it can't reache the webserver. I ask the FAE in china, they told me that I have to implement the DNS server function in mu Board, but I know that the MQX only has DNS client API. So my question is how I can implemnt the DNS server function ?

0 Kudos
2 Replies

517 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi, Jack, I think you can try to modify hosts name file(s) at local client side.

http://en.wikipedia.org/wiki/Hosts_%28file%29

The location of the hosts file in the file system hierarchy varies by operating system. It is usually named “hosts”, without an extension.

On windows it is at: c:\Windows\System32\drivers\etc\hosts

On linux it is at: /etc/hosts

0 Kudos

517 Views
hiwave
NXP Employee
NXP Employee
0 Kudos