Help locking down access to client data from "outside" hacking.
My situation is this:
I have a small business with 5 users. Each user can access our clients data from our internal file server. All users are running XP Professional, as is the server machine.
All of us require daily internet access, which is broadband cable behind a router. Each system is running a Security Suite with personal firewall.
What I need to do is be as certain as is "practically" possible that our clients data is not "compromised" from the outside ( via our broadband connection ).
What - if anything - should I add to this setup to be more secure from "outside" hacking?
All comments are certainly appreciated
I have a small business with 5 users. Each user can access our clients data from our internal file server. All users are running XP Professional, as is the server machine.
All of us require daily internet access, which is broadband cable behind a router. Each system is running a Security Suite with personal firewall.
What I need to do is be as certain as is "practically" possible that our clients data is not "compromised" from the outside ( via our broadband connection ).
What - if anything - should I add to this setup to be more secure from "outside" hacking?
All comments are certainly appreciated
0
Comments
Enable MAC filtering on the router, static ip addressing, set your personal firewall software to authenticate file access if possible via password requests.
Change the administrator name on all machines as well as the guest account (disable), disable the automatic shares on all systems, etc.
If you really wanted to be secure, there are numerous ways but I could suggest that you run an SSH connection as the server with the clients. Your connection will be encrypted if you are that paranoid.
This coudl get really in depth, but for simplicity's sake, permissions, acls appropriate for your LAN, and good router security procedures will do it for you.
All excellent recommendations that I should have thought of... Thx much for your considered response...