<?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: IP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781293#M77252</link>
    <description>hy guys&lt;BR /&gt;&lt;BR /&gt;you have a 11i correct?&lt;BR /&gt;&lt;BR /&gt;on this release this configuration is not supported. We are waiting a grat patch too!!!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards</description>
    <pubDate>Wed, 07 Aug 2002 11:18:43 GMT</pubDate>
    <dc:creator>Domenico_5</dc:creator>
    <dc:date>2002-08-07T11:18:43Z</dc:date>
    <item>
      <title>IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781290#M77249</link>
      <description>I have created a physical Ip of 10.10.10.10 on my lan0 and createda virtual ip of 10.10.10.11 on top of my physical IP. My application is communicating thru 10.10.10.11 but replying thru 10.10.10.10. Is there any way to force the reply to use the 10.10.10.11 instead of 10.10.10.10?</description>
      <pubDate>Wed, 07 Aug 2002 11:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781290#M77249</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2002-08-07T11:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781291#M77250</link>
      <description>It's possibly related to the order that the /etc/hosts is configured in.&lt;BR /&gt;&lt;BR /&gt;Make sure that 10.10.10.11 appears before 10.10.10.10&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 07 Aug 2002 11:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781291#M77250</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-07T11:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781292#M77251</link>
      <description>If I have multiple virtual ip then how?</description>
      <pubDate>Wed, 07 Aug 2002 11:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781292#M77251</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2002-08-07T11:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781293#M77252</link>
      <description>hy guys&lt;BR /&gt;&lt;BR /&gt;you have a 11i correct?&lt;BR /&gt;&lt;BR /&gt;on this release this configuration is not supported. We are waiting a grat patch too!!!!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 07 Aug 2002 11:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781293#M77252</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-08-07T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781294#M77253</link>
      <description>this is just a guess really, I've not worked on VIPs, but have come across a similiar type of pb with a different applications ha solution..&lt;BR /&gt;&lt;BR /&gt;Try adding an alias in /etc/hosts such as&lt;BR /&gt;app 10.10.10.11 &lt;BR /&gt;app 10.10.10.10 &lt;BR /&gt;&lt;BR /&gt;and trying again..&lt;BR /&gt;If that doesn't work, I have no idea..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 07 Aug 2002 11:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781294#M77253</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-07T11:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781295#M77254</link>
      <description>we are running on 11</description>
      <pubDate>Wed, 07 Aug 2002 11:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781295#M77254</guid>
      <dc:creator>System Dude_1</dc:creator>
      <dc:date>2002-08-07T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: IP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781296#M77255</link>
      <description>Given that an IP is available on the system, the IP an application uses to communicate is dependent on the flags the application developer passes to the bind command in the application.&lt;BR /&gt;&lt;BR /&gt;If the application binds with the INADDR_ANY constant (generally the case for older apps), the application will listen on any IP available, but will only speak on the base IP of the system.&lt;BR /&gt;&lt;BR /&gt;If the application actually binds to a specified address (generally the case for newer Internet apps like web servers), the application will actually speak on the IP(s) you specified in the configuration of the application.&lt;BR /&gt;&lt;BR /&gt;See the bind system call for more information.</description>
      <pubDate>Wed, 07 Aug 2002 11:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip/m-p/2781296#M77255</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-08-07T11:57:43Z</dc:date>
    </item>
  </channel>
</rss>

