Jump to content

Disabling client PC on LAN


24653
 Share

Recommended Posts

hello,

i have a querry to make which is as given.

Suppose i have a standalone LAN with the server on Linux OS and all the client PCs on windows, how do i disable client to client access for these PCs.

i.e these clents can only communicate with the server for FTP etc but shoud not be able to communicate with each other.

Is there such a provision ???

Link to comment
Share on other sites

one way would be to block all ports on the clients except 21 (or whatever you are using) for FTP

if you need them to access the web then keep port 80 open.

you do that through Start Menu -> Connect To Item (on the right hand side) -> Local Area Connection ( right-click popup menu PROPERTIES item -> Properties button on left-hand side bottom, press/click it -> NEXT SCREEN (Local Area Connection PROPERTIES) -> "This connection uses the following items" (go down the list, to Tcp/IP & select it & /click the PROPERTIES button there) -> Press/Click the Advanced Button @ the bottom Right-Hand Side (shows Advanced Tcp/IP Settings screen) -> OPTIONS tab, use it & Tcp IP Filtering is in the list, highlight/select it -> Beneath the Optional Settings, press/click the PROPERTIES button on the lower right-hand side -> Check the "Enable Tcp/IP Filtering (on all adapters)" selection -> In the far right, IP PROTOCOLS section, add ports 6 (tcp) & 17 (udp) -> In the far left "tcp ports" list - check off the radio button above the list titled "PERMIT ONLY", & then add ports you want to have open

If your users are computer savvy they can circumvent it by using an IM client that uses port 80 or even port 21. If this is an option then set your server as an internet gateway for the clients. Run a proxy server like squid and define what, how and which users can do what.

Link to comment
Share on other sites

I can't envision a pretty or elegant solution. On the networking side, you could get a switch cabable of creating Virtual Local Area Networks (VLAN's) and put each switch port for each PC in its own VLAN, then route traffic using an Access Control List such that traffic from PC VLAN's to the Server is permitted, but traffic between PC VLAN's is not. There may be a way to configure a software firewall on each PC to permit traffic to and from the server but deny other traffic.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy