setup dns to redirect all http requests on a specific machine in LAN
Posted
by mox601
on Server Fault
See other posts from Server Fault
or by mox601
Published on 2010-05-13T10:06:16Z
Indexed on
2010/05/13
10:14 UTC
Read the original article
Hit count: 270
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
© Server Fault or respective owner