<?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 forwarding problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820185#M563979</link>
    <description>Hi Lal ! &lt;BR /&gt;&lt;BR /&gt;I reopened the "memory question" thread,&lt;BR /&gt;please re-post your answer there,&lt;BR /&gt;it will certainly be helpful for other &lt;BR /&gt;readers, too. (I'll award the points there)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Klaus</description>
    <pubDate>Wed, 15 Dec 2004 07:20:34 GMT</pubDate>
    <dc:creator>Klaus Claassen</dc:creator>
    <dc:date>2004-12-15T07:20:34Z</dc:date>
    <item>
      <title>port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820178#M563972</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;on a HP-UX 11.0 machine, I have an application&lt;BR /&gt;using port "A", let's say port number 2000. &lt;BR /&gt;I'd like to forward this port to another &lt;BR /&gt;port on the same computer, e.g. port number 3000.&lt;BR /&gt;&lt;BR /&gt;It can be done with ssh, e.g.&lt;BR /&gt;ssh -f -L 3000:localhost:2000 localhost tail -f /dev/null&lt;BR /&gt;&lt;BR /&gt;But is it possible to achieve this&lt;BR /&gt;without using ssh?&lt;BR /&gt;Does it matter if port number "A" is &lt;BR /&gt;less than 1024 ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Klaus Claassen</description>
      <pubDate>Mon, 07 Oct 2002 14:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820178#M563972</guid>
      <dc:creator>Klaus Claassen</dc:creator>
      <dc:date>2002-10-07T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820179#M563973</link>
      <description>&lt;BR /&gt;You might experiment using inetd and telnet.&lt;BR /&gt;&lt;BR /&gt;In /etc/services:&lt;BR /&gt;portfwd 2000/tcp&lt;BR /&gt;&lt;BR /&gt;In /etc/inetd.conf:&lt;BR /&gt;portfwd stream nowait nobody /usr/bin/telnet portwd -8 localhost 3000&lt;BR /&gt;&lt;BR /&gt;If it fails, then it won't run as nobody. Try again another non-root, non-system account.&lt;BR /&gt;&lt;BR /&gt;I wouldn't recommend this, but it should work.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 19:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820179#M563973</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-07T19:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820180#M563974</link>
      <description>NO! No points. I'm an idiot. Guess what I forgot: Telnet kicks back the message "Connecting..." upon invocation. (Gosh, the things you forget being an ssh user.)</description>
      <pubDate>Tue, 08 Oct 2002 04:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820180#M563974</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-08T04:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820181#M563975</link>
      <description>Hi,&lt;BR /&gt;It is not possible using normal inetd . I would&lt;BR /&gt;suggest you to use rinetd .&lt;BR /&gt;You can read about it and download from this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.boutell.com/rinetd/" target="_blank"&gt;http://www.boutell.com/rinetd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 04:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820181#M563975</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-08T04:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820182#M563976</link>
      <description>hi,&lt;BR /&gt;You can't get the source of rinetd compiled , you can get pynetd (python script) for this&lt;BR /&gt;purpose.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 08 Oct 2002 04:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820182#M563976</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-08T04:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820183#M563977</link>
      <description>You could try this product: &lt;A href="http://www.winton.org.uk/zebedee/" target="_blank"&gt;http://www.winton.org.uk/zebedee/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've never used it but have heard good things about it.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 08 Oct 2002 07:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820183#M563977</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2002-10-08T07:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820184#M563978</link>
      <description>Hi Klaus,&lt;BR /&gt;&lt;BR /&gt;This is actually a reply to your question about using adb to find the amount of physical memory on Itanium systems. I couldn't reply to that thread (&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=762540)" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=762540)&lt;/A&gt; as it is already closed. The adb command did not work as the variable is 8 bytes long and the D format prints only 4 bytes.&lt;BR /&gt;&lt;BR /&gt;In this case it is better to use adb without the -o option. The following command will give you the output you want:&lt;BR /&gt;&lt;BR /&gt;echo phys_mem_pages/jd|adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lal</description>
      <pubDate>Wed, 15 Dec 2004 07:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820184#M563978</guid>
      <dc:creator>Lal Samuel Varghese</dc:creator>
      <dc:date>2004-12-15T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820185#M563979</link>
      <description>Hi Lal ! &lt;BR /&gt;&lt;BR /&gt;I reopened the "memory question" thread,&lt;BR /&gt;please re-post your answer there,&lt;BR /&gt;it will certainly be helpful for other &lt;BR /&gt;readers, too. (I'll award the points there)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Klaus</description>
      <pubDate>Wed, 15 Dec 2004 07:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-forwarding-problem/m-p/2820185#M563979</guid>
      <dc:creator>Klaus Claassen</dc:creator>
      <dc:date>2004-12-15T07:20:34Z</dc:date>
    </item>
  </channel>
</rss>

