I can not connect to TFS 2017

1

I installed TFS 2017 on a company server. From within the server I can normally access https://server-name/tfs . But when I do it from my local machine it does not leave me.

From IE:

  

Temporal DNS error. Try updating the page. Error code: INET_E_RESOURCE_NOT_FOUND)

And from the VS

  

TF31002: Unable to connect to this Team Foundation Server

Any ideas? Is it that I do not have remote access to the server or will it be something from the TFS?

Thanks !!

    
asked by Andrew 02.10.2017 в 18:05
source

1 answer

1

The problem:

  

You're out of the network

To fix it:

  • Your computer's DNS settings point to the DNS of the company's server. You can do this in 2 ways: by editing the hosts file located in C: \ Windows \ System32 \ drivers \ etc \ or by assigning the DNS IP in network configurations.
  • With this now, yes, you are in the same company network.
  • In case you are out of the domain, you need a user that is yours. And if you are in the domain, your username and password of the active directory will be your credential to access the TFS.
  • Happy coding: D
  • answered by 02.10.2017 / 18:42
    source