Exclude Internet Access on one PC within a network?

Soldato
Joined
8 Oct 2005
Posts
4,184
Location
Midlands, UK
Hi,

Is the following possible?

I have several PC's and 3 printers networked - using a switch and router.

I have one PC that I don't want to allow internet access to - I just need this PC to have access to the internal network (shared folders, printers etc.)

Thanks
 
Yeah you should be able to do it with a software firewall, you can set it up to only allow connections to certain things while making everything else blocked by default.
 
Yeah you should be able to do it with a software firewall, you can set it up to only allow connections to certain things while making everything else blocked by default.

Is there no way to do it without installing any extra software?
 
Some routers have internet access options in the control panel. If yours is one that does, then you might be able to disable access for that computer.
 
Some routers have internet access options in the control panel. If yours is one that does, then you might be able to disable access for that computer.

Would giving the pc in question a static ip and denying access from that up work?
 
You could disable it within the browser, by inserting a fake proxy and using group policy to prevent it from being changed. But someone could just install a new browser. If you removed admin privs and prevented install of new software you could lock it down that way.

You could install software that will do that, otherwise you will have to do it on the router itself.

Might be able to do a trick with a fake gateway but never tried, might affect lan perfomance.
 
Could do as other people have suggested and block all of the ports to and from that computer on the router, means that it still allow network access for that computer but no internet.
 
If the user is not technically savvy, simply give the machine a static IP without a default gateway.

If you do this, make sure it's an address outside of the DHCP server's range, but within the same subnet. eg: if the router hands out addresses 192.168.1.1 to 192.168.1.10, give the machine the address 192.168.1.11. Subnet mask is likely to be class C (255.255.255.0).
 
Back
Top Bottom