cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
765
Views
0
Helpful
3
Replies

Complete Data Security

abhishek8
Level 1
Level 1

I am Abhishek. I am having a real world problem with

my client the situation is that my client want to secure his network physically i.e. anyone knowing Ip address of the computer can't access the data if he gains access to the network media. Please suggest a solution to this problem.

3 Replies 3

mchin345
Level 6
Level 6

You can use NAT, So that IP address will be changed. Also Windows have some administrative control over the user where they can configure not to view the configuration details.

Install a PIX Firewall or an IOS Firewall (router) that controls the Access on the network.

http://www.cisco.com/go/pix

sincerely

Patrick

hawksg2024
Level 1
Level 1

To secure the network at a physical layer, your client should implement port-level security on switches (e.g., MAC address binding, 802.1X authentication) so that only authorized devices can connect, regardless of knowing the IP. Combine this with network segmentation/VLANs to isolate sensitive systems from general access, and apply firewall rules that restrict incoming traffic to specific, trusted devices. Enabling host-based firewalls and disabling unused services will prevent IP-based exploitation. For maximum safety, pair these controls with data encryption at rest and in transit—so even if network media is compromised, the data remains unreadable.