Using a WhiteList in HAProxy 1.5

2014-07-16 Thread JDzialo John
Hi Guys, I want to only allow certain internal company IP addresses to have access to one of my web farms. I am using haproxy 1.5 on Debian 7. I am using a whitelist.lst file with the following contents... 10.0.0.0/8 Here is my frontend configuration...

Re: Using a WhiteList in HAProxy 1.5

2014-07-16 Thread Neil - HAProxy List
Hi If you only have one range and it does not change often then a acl file should be avoided. http-request deny unless src 123.123.123.123/123 If you have more than one range a acl should be used Only if you have many or they change often would a file suit. Is clearer imho Neil On 16 Jul 2014

RE: Using a WhiteList in HAProxy 1.5

2014-07-16 Thread JDzialo John
, July 16, 2014 12:29 PM To: Baptiste Cc: JDzialo John; HAProxy Subject: Re: Using a WhiteList in HAProxy 1.5 Hi If you only have one range and it does not change often then a acl file should be avoided. http-request deny unless src 123.123.123.123/123http://123.123.123.123/123 If you have more