Re: [CentOS] rsyslog listening on high port

2018-09-08 Thread Stephen John Smoogen
On Fri, 7 Sep 2018 at 09:20, Jonathan Billings wrote: > > On Thu, Sep 06, 2018 at 02:06:37PM -0400, Adam Tauno Williams wrote: > > > > Attempting to lookup why rsyslogd is listening on the high port > > UDP/51427.Have not succeeded in what this port is used for and what > > directive controls

Re: [CentOS] rsyslog listening on high port

2018-09-08 Thread Adam Tauno Williams
On Fri, 2018-09-07 at 09:20 -0400, Jonathan Billings wrote: > > [root@bedrock ~]# netstat --listen --inet --program --numeric | > > grep syslog > > udp  0  0 0.0.0.0:51427  0.0.0.0:*   66655/rsyslogd  > The 51427 is the ephemeral port on the client side of the UDP > session.  You can verify this

Re: [CentOS] rsyslog listening on high port

2018-09-07 Thread Jonathan Billings
On Thu, Sep 06, 2018 at 02:06:37PM -0400, Adam Tauno Williams wrote: > > Attempting to lookup why rsyslogd is listening on the high port > UDP/51427.Have not succeeded in what this port is used for and what > directive controls what interface it binds to. > > [root@bedrock ~]# netstat

Re: [CentOS] rsyslog listening on high port

2018-09-07 Thread Ulf Volmer
On 07.09.2018 12:32, Adam Tauno Williams wrote: > On Thu, 2018-09-06 at 15:10 -0400, Mike Burger wrote: >> lsof -i -P | grep LISTEN | grep :51427 >> to determine what process is actually listening to that port. > > That is what is strange; lsof does *not* see the port as listening, because

Re: [CentOS] rsyslog listening on high port

2018-09-07 Thread Adam Tauno Williams
On Thu, 2018-09-06 at 15:10 -0400, Mike Burger wrote: > On 2018-09-06 14:06, Adam Tauno Williams wrote: > > Attempting to lookup why rsyslogd is listening on the high port > > UDP/51427.Have not succeeded in what this port is used for and > > what directive controls what interface it binds to.

Re: [CentOS] rsyslog listening on high port

2018-09-06 Thread Mike Burger
On 2018-09-06 14:06, Adam Tauno Williams wrote: Attempting to lookup why rsyslogd is listening on the high port UDP/51427.Have not succeeded in what this port is used for and what directive controls what interface it binds to. [root@bedrock ~]# netstat --listen --inet --program --numeric |

Re: [CentOS] rsyslog listening on high port

2018-09-06 Thread Stephen John Smoogen
On Thu, 6 Sep 2018 at 14:11, Adam Tauno Williams wrote: > > Attempting to lookup why rsyslogd is listening on the high port > UDP/51427.Have not succeeded in what this port is used for and what > directive controls what interface it binds to. > > [root@bedrock ~]# netstat --listen --inet