setup dns to redirect all http requests on a specific machine in LAN
- by mox601
Hello,
i should set up the following configuration with 2 machines:
machine A issues HTTP requests
machine B serves the pages requested by A
For testing purposes, i want that EVERY HTTP request issued by machine A gets served by machine B.
For example, machine A browser tries to access www.website.com/article.php?1234
machine B has a folder in its http server that has the content and replies to A.
How can I set up a dns on machine B to point ALL requests to itself?
Thanks