-4

I wanted to point multiple external server ip to one domain so when user wants ABC directory it will be served by server1 and when he will required directory XYZ it will be sserved by server 2

Not the subdomain scenario :)

1 Answers1

5

Get a reverse proxy that redirects as needed. It is not part of what DNS does. DNS resolves host names to IP addresses and doesn ot care about concepts like "folder".

TomTom
  • 51,649
  • 7
  • 54
  • 136
  • I use cloudflare for dns it would be interesting to test how this scenario work with one main front server and multiple external subservers – Kevin Joseph Jan 15 '17 at 15:25
  • 2
    By setting it up. This here is per site rules not a palce to teach you the basics of administration. – TomTom Jan 15 '17 at 15:28
  • I appreciated your help but my comment wasnt a question :) so no point to be rude :) – Kevin Joseph Jan 15 '17 at 15:51