On Sat, Aug 30, 2014 at 09:14:17 +0500, Muhammad Asif wrote:
> Everything is fine with TCP but problem with UDP. we we use following
> command we receive response OK.
> nmap -p 514 -sU -P0 172.20.16.81  But when we check weather port is
> listening by using
> netstat -at | grep syslog or netstat -at | grep rsyslog or netstat -at |
> grep 514
> there is nothing.

Assuming you are running the netstat command directly on the
172.20.16.81 server, and that rsyslog is not using TCP on that machine,
then your problem is probably that netstat's "-t" option limits the
listing to TCP ports.

Mostly likely, you want to use something like
  netstat -au | grep syslog
or 
  netstat -anu | grep 514

                                                Nathan

----------------------------------------------------------------------------
Nathan Stratton Treadway  -  [email protected]  -  Mid-Atlantic region
Ray Ontko & Co.  -  Software consulting services  -   http://www.ontko.com/
 GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt   ID: 1023D/ECFB6239
 Key fingerprint = 6AD8 485E 20B9 5C71 231C  0C32 15F3 ADCD ECFB 6239
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to