1 Mar
2016
1 Mar
'16
3:42 p.m.
Hi Girish, On Tue, Mar 01, 2016 at 03:36:34PM +0000, Girish Kumar wrote:
[2016-03-01T10:27:06.128929] Error binding socket; addr='AF_INET(10.135.83.104:514)', error='Cannot assign requested address (99)' [2016-03-01T10:27:06.128983] Error initializing message pipeline;
You're trying to bind a foreign address. What you probably want is: source d_source { syslog("0.0.0.0" … } or the local IP on the interface from where 10.135.83.104 is reachable