Re: UDP Listener

2014-07-19 Thread Serghei Anicheev
Hi Lucas, Thank you much for clarifications. Because i everywhere try to restrict everything to internal interfaces except services which should be exposed to public. This approach simplifies firewall management. However if this is ok i think i will leave it open. Regards On Jul 19, 2014, at 12

UDP Listener

2014-07-18 Thread Serghei Anicheev
Hi guys. In my config file there is a string: log 127.0.0.1 local6 info After haproxy restart i receive UDP listener which listens on *:. Is there a way to restrict it to some interface/address? 127.0.0.1 for example? Thanks

UDP listener restrict to one interface

2014-07-13 Thread Serghei Anicheev
Hi guys, There is a question regarding log setting in haproxy.Couldn’t find any answers in documentation. In my config file there is one string : log 127.0.0.1 local6. After it when i restart haproxy i see from netstat -nlp output that there were spawned UDP listener which listens on all interfa