Sporadic loss of access to local server

1

For some reason, I lose access to a local server called lux-app04 seemingly at random, but only in some applications. As you can see in the image below, Postman (top) can connect to it, but curl (below) cannot even resolve the host. They both usually work.

Only way I can fix this is restarting my computer. What might be causing this?

screenshot

Shaun Lebron

Posted 2014-08-12T16:34:19.047

Reputation: 111

What happens when you try to use its IP instead of hostname in curl? – IAmTheSquidward – 2014-08-12T17:14:49.207

Sorry, I will have to wait for the problem to return before I try it with the IP address. Will comment when complete. – Shaun Lebron – 2014-08-12T22:32:48.317

Problem sprung up again today. Curl is failing with hostname, but succeeding with the IP address. – Shaun Lebron – 2014-08-19T19:50:57.163

Very interesting. I think we're facing a problem with NetBIOS... Is the network utilizing a WINS server? Sounds like it could be a misconfigured entry somewhere in there? – IAmTheSquidward – 2014-08-20T01:30:54.617

No answers