Cloud data Security in Network

41 Views Asked by At

How Can uses be restricted on the basis on IP address in the network on cloud platform? If I have assigned specific IP Address to my employees and they move to other IP they should not access my network. What solution will help in this situation?

1

There are 1 best solutions below

2
On

Use a Packet Filter at the edge of your entry point. Lets say in a cloud environment you use a Jumpbox to get into the environment. You can implement a Packet filter or ACL.

On the other hand if you have a web server, you can define rules in .htaccess for Apache stuff.