Assuming you can obtain the IP addresses of locations you want to communicate with, it is quite straight forward.
Firstly locate a file called HOSTS on your PC, on my machine it is C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS
Then for each location make an entry in the HOSTS file. This becomes your local DNS server which will perform the translation from Internet service name to its IP address.
One caveat to be aware of, some sites rotate through sets of IP addresses through what is called DNS switching, for performance/bottleneck
resolutions. So it would be best to treat this solution as only temporary.
There is a site used actually to solve spam and other unwanted sites, which points bad server names to 127.0.0.1 which is a dummy location and will then route messages to these unwanted locations to garbage and not transmit them. Using this file you can set up a local DNS service. Excerpt from beginning of their list of bad sites:
# This MVPS HOSTS file is a free download from: #
# http://winhelp2002.mvps.org/hosts.htm #
# #
# Notes: The Operating System does not read the "#" symbol #
# You can create your own notes, after the # symbol #
# This *must* be the first line: 127.0.0.1 localhost #
HTH
Martin
<p>Assuming you can obtain the IP addresses of locations you want to communicate with, it is quite straight forward.</p><p>Firstly locate a file called HOSTS on your PC, on my machine it is C:\WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS</p><p>Then for each location make an entry in the HOSTS file. &nbsp;This becomes your local DNS server which will perform the translation from Internet service name to its IP address.</p><p>One caveat to be aware of, some sites rotate through sets of IP addresses through what is called DNS switching, for performance/bottleneck</p><p>resolutions. &nbsp;So it would be best to treat this solution as only temporary. &nbsp;</p><p>There is a site used actually to solve spam and other unwanted sites, which points bad server names to 127.0.0.1 which is a dummy location and will then&nbsp;<span style="font-size: 10pt;">route messages to these unwanted locations to garbage and not transmit them. Using this file you can set up a local DNS service. Excerpt from beginning of their list of bad sites:</span></p><p><span style="font-size: 10pt;"># This MVPS HOSTS file is a free download from: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</span></p><p># http://winhelp2002.mvps.org/hosts.htm &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</p><p># &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;#</p><p># Notes: The Operating System does not read the "#" symbol #</p><p># You can create your own notes, after the # symbol &nbsp; &nbsp; &nbsp; &nbsp;#</p><p># This *must* be the first line: 127.0.0.1 &nbsp; &nbsp; localhost &nbsp; #&nbsp;</p><p>&nbsp;</p><p>HTH</p><p><span style="font-size: 10pt;">Martin&nbsp;</span></p>