I recently had a client that needed to block access for a specific user that was browsing the internet instead of working. The catch being that they were only using the built-in firewall of SBS2003 Standard and the offending user had to still have access to the internal network that was housing some business apps via IIS.
After digging through numerous Live Search results, I stumbled across a link to this tip on JSI in one of the results.
Knowing how Google is now weighting recent posts/page updates to move to the top of the results, I’m re-posting the procedure to make it easier to find for anyone searching for a working solution. I hope this saves at least one person a large chunk of time.
1. Create a new policy in GPMC by right-clicking your domain and pressing New. Name the policy No Internet.
2. Right-click No Internet and press Enforced to check it.
3. Select No Internet in the left-hand pane, select Authenticated Users under Security Filtering and press Remove, and OK to prevent the policy from applying.
4. Using Group Policy to implement Internet Explorer settings, navigate to User Configuration / Windows Settings / Internet Explorer Maintenance in the No Internet policy.
2. Right-click Internet Explorer Maintenance and press Preference Mode.
NOTE: If a policy is already defined, you must press Reset Browser Settings, which will reset any Internet Explorer Maintenance Group Policy, before you press Preference Mode.
3. Navigate through Connections and double-click Proxy Settings (Preference Mode).
4. Check Enable proxy Settings, Use the same proxy server for all addresses, and Do not use proxy server for local (intranet) addresses. (The box above this checkbox is where you set exceptions for your internal network)
5. Type 127.0.0.1 into Address of proxy and 80 into Port.
6. Press OK.
7. Close the No Internet group Policy.
NOTE: To prevent a user from changing their proxy settings, implement Disable changing proxy settings or Disable the Connections page in the No Internet policy.
To prevent a user from accessing the internet:
1. Select the No Internet group Policy under your domain and press Add under Security Filtering.
2. Use the Advanced dialog to locate and select the user, pressing OK.
3. Press OK.
4. If the user is logged on, force the policy to update.
Of course, the optimal solution would have been a firewall at the point of entry, but solutions within the client’s limitations are sometimes part of what we do.