I'm trying to get my computer to act like our build server, which has no internet connection.

I can't simply unplug the cable, because it is necessary to have access to the intranet for the work that I'm doing.

What is the simplest way to block all requests to the outside world?

I'm using a Lenovo laptop with Windows XP.

link|improve this question

80% accept rate
Replicate whatever happens to the build server to prevent it from connecting to the internet. – afrazier Nov 17 '11 at 22:05
@afrazier if you are trying to help, it didn't work because: 1) I have know idea what that is. 2) The build server runs Linux, not XP. Maybe you'll have to connect the dots for me. – Eric Wilson Nov 18 '11 at 1:27
feedback

2 Answers

Setup firewall - forbid access to all ip addresses except for those from your local network.

link|improve this answer
feedback

Set your default gateway to a host/device that does not exist?

link|improve this answer
+1: The simpliest solutions are often the most effective. – surfasb Nov 18 '11 at 9:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.