Questions tagged [restriction]

20 questions
15
votes
3 answers

Apache 2.4 restrict URL to certain IPs

I am trying to restrict a specific URL to be available outside the network only to specific IP addresses. When a user outside tries to access that URL and not from the list of IPs he should be redirected to the homepage. This is what I've tried so…
Denis Rendler
  • 153
  • 1
  • 1
  • 7
4
votes
3 answers

Cisco ASA 5505 :: Techniques for limiting consumed hosts (max 10 with base license)

Was not aware that ASA 5505 base license restricts number of concurrent hosts to 10 (RTFM, I know). Running a "show local-host" I see my host count at 8, a bit too close for comfort with a production web server sitting behind the ASA. Investigating…
virtualeyes
  • 665
  • 3
  • 10
  • 28
3
votes
3 answers

Internet safety to protect children on a small network

I support a local organisation which works with school children. The organisation has 15 Vista and Windows 7 desktops, all joined to the same workgroup. All the computers simply connect to a wireless router. Up until now all the computers ran a…
SausageFingers
  • 225
  • 3
  • 7
2
votes
1 answer

How to make Tomcat restrict access to a single jsp page by IP

I have a website running on Server 2008 R2 machine and I would like to restrict access for a specific jsp page to a single IP address. Within Tomcat's context.xml file, I figured out how to restrict access to a directory using the RemoteAddr Valve,…
user182025
1
vote
1 answer

if not cookie set in nginx

I wanted to restrict access to our downloads section. If users/bots wants to download file without logging in they will see 403 error. Logic is wonderful but it turned out very ugly code location /downloads/ { set $banforcookienotset 1; if…
nerkn
  • 195
  • 2
  • 10
1
vote
1 answer

Nginx allow/deny directives being ignored, php being processed anyway

I have a directory (www/nginx/website1/private) that I do not want to be accessible by web browser, but which must be accessible by the php applications relying on that directory's content. I have tried everything I can think of, and read similar…
hegemon
  • 13
  • 5
1
vote
0 answers

Server 2008 R2 SRP. How to block lnk files?

Have a software restrictions policy setup to default to disabled and lnk are included in the designated file types. Exe's are blocked ok however lnk shortcuts files are still allowed through. I've set enforcement to all files and have not added any…
Dan
  • 11
  • 1
1
vote
1 answer

How to control access to folders to a Windows VPN client session?

I have setup a Windows service role VPN all right. Next step is limit access of the VPN session user account. Some folders should be denied from client viewing (e.g.: system folders, program files, users profiles), some should be allowed. I don't…
capum
  • 21
  • 1
  • 5
1
vote
2 answers

Windows 2012:IIS 8: Restrict Virtual Directory to Local IPs

The server is a Windows 2012 server. In its IIS 8, there is a virtual directory, say 'arcgis'. I want to restrict access to that specific directory only to local computers. The local IPV4 addresses come to something like 130.127.xx.xxx format. So I…
IrfanClemson
  • 111
  • 5
1
vote
1 answer

Setting up restriction classes in postfix for blocking receiving and sending mail to external domains.

Hello everyone on serverfault, I run a Debian Wheezy mailserver with postfix and several domains on it. For one domain, I need some accounts to be unable to receive and send email to the external world, only to the same domain. The other accounts…
gtbono
  • 227
  • 3
  • 8
1
vote
3 answers

How do I prevent unauthorized installation of software on Windows PC's?

I want to prevent people from installing software on their PC's using WS2008. I've read something and it said i should change security level under software restriction policies. But when i set it from unrestricted to basic, some of the programs on…
sotir1984
  • 39
  • 1
  • 3
  • 8
1
vote
2 answers

Restrict internet access?

How do I restrict users so that, they can only go to certain websites? What devices do I need? And how to configure the settings? Please guide me. (I was thinking using firewall, set the ip addresses thats allowed to visit. Is that all?) I am new…
1
vote
2 answers

How do I restrict the Open/Save dialog in Windows to one folder?

I spend a significant amount of time helping non-techies use their PC's. I realized most of that time is spent trying to explain to them how the Windows folder hierarchy works, where the "open file" dialog is pointing now, and how to find that Word…
MindModel
  • 111
  • 3
1
vote
2 answers

IP Address Restriction

I need some technical help regarding IP address restriction in IIS7. My problem how i can block all IP's except following IP address ex:- 69.59.196.212 in my IIS7. I want give access max 4-5 IP's remaining all Block. Thank You.
ABR
1
vote
1 answer

OpenVPN restriction

Ive set up an OpenVPN server at my place and handed out a certificate to a client who has an openvpn client at his place. I need require that he should be able to connect to the vpn server only from one IP address (his current one). How can I do…
user44468
1
2