<?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: Port No. 6000 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816374#M780583</link>
    <description>With your sshd_config you can check that "X11Forwarding yes" is there. However, if you have users connecting to dtlogin via xdmcp from something like reflection-x or xterms, setting up ssh to use X11Forwarding won't help. You'd still see established connections. I think you'd want to turn off xdmcp...&lt;BR /&gt;&lt;BR /&gt;info to help you out there is on this thread...&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=945618" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=945618&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A lot of info available on the forums. You can search for things like port 6000, xdmcp and x11forwarding.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Mon, 03 Jul 2006 08:49:45 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2006-07-03T08:49:45Z</dc:date>
    <item>
      <title>Port No. 6000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816370#M780579</link>
      <description>Hi,&lt;BR /&gt;   We have two HP Servers. On one of the HP servers, we are seeing many connections, with port number 6000. The netstat -an command output shows&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  10.132.121.51.49964    10.132.121.36.6000      ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;We have rebooted the 10.132.121.36 machine, but all the sessions still remain in this state.&lt;BR /&gt;How can we kill all these sessions?</description>
      <pubDate>Mon, 03 Jul 2006 08:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816370#M780579</guid>
      <dc:creator>Abhishek Chauhan</dc:creator>
      <dc:date>2006-07-03T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Port No. 6000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816371#M780580</link>
      <description>Port 6000 is for X. You won't want to kill any of those processes. Instead have you looked into X11Forward if using ssh?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 03 Jul 2006 08:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816371#M780580</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-07-03T08:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Port No. 6000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816372#M780581</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Take a look at /etc/services&lt;BR /&gt;&lt;BR /&gt;See if there is an entry for port 6000.&lt;BR /&gt;&lt;BR /&gt;There is probably an application using the port. It seems to be a peristant application since it reconnects after boot.&lt;BR /&gt;&lt;BR /&gt;Take a look at the source ip address: 10.132.121.51&lt;BR /&gt;&lt;BR /&gt;Find out what application its running and perhaps talk to the user or sysadmin before trying to kill the application and disrupting things.&lt;BR /&gt;&lt;BR /&gt;Or use a firewall to block port 6000, your choice.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Jul 2006 08:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816372#M780581</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-03T08:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Port No. 6000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816373#M780582</link>
      <description>Hi Denver,&lt;BR /&gt;          The 10.132.121.36 is not under production.Only 10.132.121.51 is being used. &lt;BR /&gt;So, we want to remove all these 10.132.121.36 sessions. &lt;BR /&gt;How can we check if X11 is using ssh?&lt;BR /&gt;&lt;BR /&gt;Reg,&lt;BR /&gt;Abhishek</description>
      <pubDate>Mon, 03 Jul 2006 08:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816373#M780582</guid>
      <dc:creator>Abhishek Chauhan</dc:creator>
      <dc:date>2006-07-03T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Port No. 6000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816374#M780583</link>
      <description>With your sshd_config you can check that "X11Forwarding yes" is there. However, if you have users connecting to dtlogin via xdmcp from something like reflection-x or xterms, setting up ssh to use X11Forwarding won't help. You'd still see established connections. I think you'd want to turn off xdmcp...&lt;BR /&gt;&lt;BR /&gt;info to help you out there is on this thread...&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=945618" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=945618&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A lot of info available on the forums. You can search for things like port 6000, xdmcp and x11forwarding.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 03 Jul 2006 08:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816374#M780583</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2006-07-03T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Port No. 6000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816375#M780584</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;just an idea for identify ports :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.iana.org/assignments/port-numbers" target="_blank"&gt;http://www.iana.org/assignments/port-numbers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;L-DERLYN</description>
      <pubDate>Mon, 03 Jul 2006 09:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-no-6000/m-p/3816375#M780584</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2006-07-03T09:47:32Z</dc:date>
    </item>
  </channel>
</rss>

