Questions tagged [whitelist]

145 questions
1
vote
0 answers

Pulling docker images from behind whitelisted proxy

I'm attempting to deploy my application using docker on a corporate AWS instance that sits behind a http proxy. I have installed docker and whitelisted the base image pull address. However when I try to build my image from my docker file it fails…
Collin Estes
  • 111
  • 1
  • 4
1
vote
1 answer

ip range whitelist error

I need to whitelist an ip range for our load testing with Loadimpact. They have given us an ip list with ranges listed as: 54.80.0.0/13 (54.80.0.0 – 54.87.255.255) https://forums.aws.amazon.com/ann.jspa?annID=1701 I'm not sure what part of the ip…
user77510
  • 111
  • 3
1
vote
2 answers

AWS Elastic Load Balancer : white list only my IP

My objective: To make my AWS Elastic Load Balancer hittable by only traffic from my ip. What I have tried: created a security group in EC2 security groups set an inbound rule that allows all traffic from my ip [all, all, all, /32] assigned this…
mconlin
  • 123
  • 2
  • 7
1
vote
1 answer

How to setup intermediate SMTP mail server / relay to filter outgoing emails

I want to block all outgoing emails except to few whitelisted domains. what are the best ways to go about it? Can I put an intermediate Intranet server which will do filtering based on whitelist and forward requests to actual SMTP server if its…
noblocker
  • 21
  • 3
1
vote
1 answer

Whitelist nginx proxy_pass $args

I have nginx configured to proxy requests : server { listen 80; server_name proxy.mydomain.com; location /proxy { resolver 8.8.8.8; proxy_pass $args/; } } So I can make request like :…
Bastien974
  • 1,824
  • 12
  • 43
  • 61
1
vote
0 answers

How to stop Forefront from blocking my program?

(I'm not sure if this should go on StackOverflow.) I have a program running at a customer site for ten years now. It takes their data and uses it to fill out web forms. It works by attaching itself to IE using SetWindowsHookEx(). Now the customer…
egrunin
  • 111
  • 4
1
vote
0 answers

DD-WRT/TOMATO Whitelist openVPN connection for specified client MAC/IP

I will use these settings: # Allow these TRUSTED hosts unrestricted access iptables -A wanout -i `nvram get lan_ifname` -m mac --mac-source -j ACCEPT iptables -A wanout -i `nvram get lan_ifname` -m mac --mac-source
trizuken
  • 21
  • 4
1
vote
1 answer

DNS Whitelist Only

I want to set up a router to block the whole of the internet except for user-specified domains. Similar questions have been asked here (like this), but they're asked by people who are aiming to manually implement things that I don't understand. I'm…
Grant
  • 11
  • 3
1
vote
1 answer

Can I easily setup a relay on a unix server which only accepts connection on a single IP?

I have a situation where I've developed a website on Windows and come to find only a single UNIX server has been white listed for the back end server-to-server information exchange that needs to be performed. My options seem to be: Migrate to…
Aaron Anodide
  • 183
  • 1
  • 9
1
vote
1 answer

How to whitelist external access to an internal webserver via Cisco ACLs?

This is our company's internet gateway router. This is what I want to accomplish on our Cisco 2691 router: All employees need to be able to have unrestricted access to the internet (I've blocked facebook with an ACL, but other than that, full…
JoshP
  • 278
  • 3
  • 6
  • 25
1
vote
2 answers

vsftpd whitelisting

How do you whitelist IPs for the service to allow only certain subnets on? Do I use IPTables or is there an easier way like IPWrappers Do you have to register the service for it to work with IPWrappers(hosts.allow)
Tiffany Walker
  • 6,541
  • 13
  • 53
  • 77
1
vote
1 answer

Qmail SMTP Whitelist & SMTP Authentication?

How can I get qmail to work with both an smtp whitelist and smtp authentication? If my IP is whitelisted, SMTP authentication does not seem to work (error: "the server does not support SMTP password authentication). This is particularly annoying…
ck86
  • 11
  • 2
1
vote
2 answers

Is an email whitelist tied to a domain name, or an IP address?

If I move my email server to a different server, and consequently a different IP address, but keep the same domain name, do I lose the work I've done to get whitelisted?
JohnB
  • 497
  • 2
  • 6
  • 12
1
vote
3 answers

Squid with whitelist and redirect

I managed to setup Squid3 on a Debian Squeeze 6.0 server in trasparent mode with iptables nat redirection. All requests on port 80 are correctly redirected to squid and then compared with a whitelist file. All requests to sites not covered by the…
1
vote
2 answers

Require password to access sites not on whitelist

I have a situation where I need to set up a domain whitelist and block access to all other sites. The trick now is that the network owner needs to bypass the whitelist on occasion. Is there a way to to this with ClearOS? If not ClearOS how about…
NitroxDM
  • 635
  • 1
  • 13
  • 29