Questions tagged [restrictions]

74 questions
1
vote
1 answer

How to restrict access to command shell/explorer for non admin users

Is there a way to restrict access for specific (non admin) users to cmd, windows tools, explorer on an Wim XP system? Partially I consider to do this through group policy & logon script 1. deny access to cmd, local disks, registry editor, etc from…
florin
  • 141
  • 4
1
vote
2 answers

IIS IP Adress Restriction - can I rely on it online?

I have an idea I'd like to float to the smart people of serverFault to pick holes in it. I'm looking for a way to lock down a 3rd party application in IIS. It's a web service, so there's no login page or anything, it's meant for use in a VPN…
RodH257
  • 569
  • 6
  • 11
  • 23
1
vote
1 answer

Setting IPv4 address and domaine restrictions in IIS7

I have a couple of sites that I want to only allow access to specific IPs. I have added these IP addresses to IIS7 via the IPv4 Address and Domain Restrictions functionality, as per the link…
user62975
1
vote
3 answers

Can someone with "send on behalf of" send to a restricted exchange distribution list?

I have distribution list that where I have set Message restrictions to accept messages Only from a set of users. Some of these users have secretaries, which can send on behalf of their manager. If the manager can send to the distribution list can…
Tao Zhyn
  • 187
  • 1
  • 7
1
vote
3 answers

Encryption container for multiple people

I was just wondering if anyone may have come across a product that would allow for a container based encryption to be used by multiple people, in a Windows Server setup. I wanted to see if there might be something like a truecrypt that could handle…
Adam M.
  • 55
  • 11
1
vote
1 answer

Restrict other Azure AD users from logging into Intune devices

I want to make sure that a user in our domain john.doe@xyz.com does not login to a device that has been assigned to don.king@xyz.com. I have created a configuration profile but not sure what the settings should be and the string value to be for such…
1
vote
1 answer

Allow only selected address to connect to openssh

I need to restrict connections to an openssh server to only three or four IP addresses. I know I can, on the CentOS 7 and Oracle Linux boxes, use firewalld or TCP wrappers. However, some of the servers on the network do not support firewalld or…
scarville
  • 51
  • 6
1
vote
1 answer

How does Apache mod_rewrite work to restrict by IP

I would like to accept only certain IP(s) for a few weeks. Only accepted IP could load this -> www.example.com/login not the others. Apache 2.2 is used. The code in mod_rewrite as below : RewriteMap hosts-allow txt:/conf/hosts-allow RewriteCond…
Katy
  • 13
  • 4
0
votes
1 answer

Nginx allow only specific API paths

I am very new to Nginx and I have below configuration in Nginx server { location /api { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://127.0.0.1:3000; proxy_http_version 1.1; …
Mahesh G
  • 101
  • 3
0
votes
1 answer

Blocking Azure Web App externally breaks internal

I am trying to lock down an Azure website we have running to our intranet. I have browsed to App Services > Webappname > Networking > Access Restrictions but when I enter the two "allow" rules for our production and user internal IP subnets, it…
Ash-G099
  • 3
  • 3
0
votes
1 answer

Restricted SFTP-only access to a single directory using OpenSSH

I configured SFTP using open SSH by using following link on my Windows Server 2012 Installing SFTP (SSH FTP) Server on Windows Server 2012 R2 It is well configured and perfectly working fine. I have one user and I shared it with my client so they…
Reply not
  • 101
  • 1
0
votes
1 answer

Can I limit Windows 7 or 10 VPN users access

I'm about to set up a simple network and i need to give some ppl remote access and am thinking about setting up windows VPN for that. Imagine I have 10 routers on this network and I need to give some users access to these 10 routers setup pages and…
0
votes
2 answers

Amazon web service visibility restriction to instances under same account

I'm looking for a possible idea to restrict the visibility ec2 instances to certain IAM users under the same root account. custom policies doesn't seem to work because describeInstances doesn't support resource-level permissions. Is there any way to…
0
votes
1 answer

Postfix restrict incoming emails on a specific adress to adress of the same domain

My SMTP server is being abused because external adresses can send emails to adresses like all@mydomain.com, dev@mydomain.com etc... I would like to restrict the usage of those adresses only by internal users ( could be from network ) that have the…
KaAzZ
  • 33
  • 1
  • 7
0
votes
1 answer

how do i edit the username and password prompt window for my protected virtual path?

I am using abyss web server X2 to create this username and password prompt window for my protected virtual path. I would like to edit this prompt window or pop up with my custom text for the visitors. Thank for your time.