<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: syslog - loghost in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500951#M364720</link>
    <description>Syslog uses UDP, not TCP.&lt;BR /&gt;&lt;BR /&gt;Only TCP services can be tested with telnet.&lt;BR /&gt;&lt;BR /&gt;Use the "logger" command to test syslog transmission over the network.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 21 Sep 2009 16:52:39 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-09-21T16:52:39Z</dc:date>
    <item>
      <title>syslog - loghost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500949#M364718</link>
      <description>I am trying to get my system to talk on 514 so the loghost setup will work.&lt;BR /&gt;I get this:&lt;BR /&gt;&lt;BR /&gt;#telnet localhost 514&lt;BR /&gt;Trying 127.0.0.1...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;/etc/services looks good.&lt;BR /&gt;/etc/syslog.conf looks good.&lt;BR /&gt;&lt;BR /&gt;not sure what else to check. I am using tcp wrappers....</description>
      <pubDate>Mon, 21 Sep 2009 15:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500949#M364718</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2009-09-21T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: syslog - loghost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500950#M364719</link>
      <description>cant get 514 to listen:&lt;BR /&gt;&lt;BR /&gt;#netstat -anf inet | grep 514&lt;BR /&gt;      *.514                     Idle</description>
      <pubDate>Mon, 21 Sep 2009 15:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500950#M364719</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2009-09-21T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: syslog - loghost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500951#M364720</link>
      <description>Syslog uses UDP, not TCP.&lt;BR /&gt;&lt;BR /&gt;Only TCP services can be tested with telnet.&lt;BR /&gt;&lt;BR /&gt;Use the "logger" command to test syslog transmission over the network.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 21 Sep 2009 16:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500951#M364720</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-21T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: syslog - loghost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500952#M364721</link>
      <description>I guess I am more concerned why I cant telnet to localhost 514.&lt;BR /&gt;&lt;BR /&gt;I've been working on this all day.&lt;BR /&gt;On one box Iget this:&lt;BR /&gt;&lt;BR /&gt;#telnet localhost 514&lt;BR /&gt;Trying 127.0.0.1...&lt;BR /&gt;Connected to localhost.&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;Connection to localhost closed by foreign host.&lt;BR /&gt;&lt;BR /&gt;on the problem box, I get this:&lt;BR /&gt;# telnet localhost 514&lt;BR /&gt;Trying 127.0.0.1...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;I just cant figure it out, whats stopping it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2009 16:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500952#M364721</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2009-09-21T16:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: syslog - loghost</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500953#M364722</link>
      <description>514/UDP is syslog, while 514/TCP is remshd service. See "grep 514 /etc/services" and cross-reference to /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;Apparently your problem host has remshd service completely disabled, while the other has it enabled (although possibly protected with a tcpwrapper: a connection that closes immediately after opening is the signature of tcpwrapper rejecting a connection). &lt;BR /&gt;&lt;BR /&gt;The (in-)ability to telnet to port 514/TCP is completely unrelated to the functioning of syslog at 514/UDP.&lt;BR /&gt;&lt;BR /&gt;The TCP and UDP protocols don't share a port number space: both protocols have completely independent sets of 65535 port numbers, although some protocols have been assigned both types of ports for historical reasons (see /etc/services for examples).&lt;BR /&gt;&lt;BR /&gt;The most critical log messages are often something like "HELP! I'm crashing because of X". In a situation like that, the most important thing is to get the message out as quickly as possible, while the system still can do it. &lt;BR /&gt;&lt;BR /&gt;TCP requires a three-way handshake for establishing a connection, which is less than ideal for logging. Syslog is a connectionless "fire-and-forget" protocol, which requires the use of UDP. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 22 Sep 2009 08:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-loghost/m-p/4500953#M364722</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-22T08:07:02Z</dc:date>
    </item>
  </channel>
</rss>

