<?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 Add an alias IP on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581663#M230004</link>
    <description>If I need to add an alias IP address on HP-UX, is this how I would do it (assume the card already has 2 other IP's attached) &lt;ALSO replace="" x.y.z.b="" with="" an="" ip="" address="" during="" your="" consideration=""&gt;:&lt;BR /&gt;&lt;BR /&gt;# (1) edit /etc/rc.config.d/netconf&lt;BR /&gt;# add these lines:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[3]=lan9:3&lt;BR /&gt;IP_ADDRESS[3]=X.Y.Z.A&lt;BR /&gt;SUBNET_MASK[3]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[3]=X.Y.Z.255&lt;BR /&gt;INTERFACE_STATE[3]=up&lt;BR /&gt;&lt;BR /&gt;# (2) attach the new IP manually (netconf is used at boot time)&lt;BR /&gt;&lt;BR /&gt;ifconfig lan9:3 X.Y.Z.A netmask 255.255.255.0 up&lt;/ALSO&gt;</description>
    <pubDate>Wed, 13 Jul 2005 07:57:00 GMT</pubDate>
    <dc:creator>Adam Garsha</dc:creator>
    <dc:date>2005-07-13T07:57:00Z</dc:date>
    <item>
      <title>Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581663#M230004</link>
      <description>If I need to add an alias IP address on HP-UX, is this how I would do it (assume the card already has 2 other IP's attached) &lt;ALSO replace="" x.y.z.b="" with="" an="" ip="" address="" during="" your="" consideration=""&gt;:&lt;BR /&gt;&lt;BR /&gt;# (1) edit /etc/rc.config.d/netconf&lt;BR /&gt;# add these lines:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[3]=lan9:3&lt;BR /&gt;IP_ADDRESS[3]=X.Y.Z.A&lt;BR /&gt;SUBNET_MASK[3]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[3]=X.Y.Z.255&lt;BR /&gt;INTERFACE_STATE[3]=up&lt;BR /&gt;&lt;BR /&gt;# (2) attach the new IP manually (netconf is used at boot time)&lt;BR /&gt;&lt;BR /&gt;ifconfig lan9:3 X.Y.Z.A netmask 255.255.255.0 up&lt;/ALSO&gt;</description>
      <pubDate>Wed, 13 Jul 2005 07:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581663#M230004</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-07-13T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581664#M230005</link>
      <description>&lt;BR /&gt;Hi Adam Garsha,&lt;BR /&gt;&lt;BR /&gt;You are Correct.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;BL.</description>
      <pubDate>Wed, 13 Jul 2005 08:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581664#M230005</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-07-13T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581665#M230006</link>
      <description>Your assumptions are correct. Just make sure all your ip addresses are in the same subnet for this new virtual IP address to work.</description>
      <pubDate>Wed, 13 Jul 2005 08:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581665#M230006</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-13T08:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581666#M230007</link>
      <description>Are you sure that the virtual IP's need to be on the same subnet?&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 08:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581666#M230007</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-07-13T08:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581667#M230008</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;What Lalb &amp;amp; Mel mentioned are true the important thing is that the IP has to be on the same subnet,hope you know this already.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 08:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581667#M230008</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-07-13T08:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581668#M230009</link>
      <description>Think about it for a second. If it is not on the same subnet, how will the same physical network switch port is going to handle this IP address ? How will the packets coming out of this port will be routed ? And you will see the answer to your question yourself.&lt;BR /&gt;&lt;BR /&gt;Very basic networking knowledge. No need to be a Cisco whiz.</description>
      <pubDate>Wed, 13 Jul 2005 08:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581668#M230009</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-13T08:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581669#M230010</link>
      <description>Thanks all. What confused me is the documentation that stated you can have virtual IP's from multiple subnets attached to a single interface. I didn't stop to think how it would actually work.&lt;BR /&gt;&lt;BR /&gt;Can you think of a reason why you would ever want or be able to make use of multiple subnetted virtual IP's attached to a single interface? If not, then should the tools stop you?&lt;BR /&gt;&lt;BR /&gt;If you did alias a virtual IP from a different subnet to an interface that already contained multiple active/functioning virtual IP's from a single subnet what would happen?&lt;BR /&gt;&lt;BR /&gt;Would all packets that go out the interface be hopelessly lost? i.e. no outgoing traffic? what would outgoing connections use for the source IP? the lowest lan9 IP or would they take on the higher lan9:3 IP for the source?&lt;BR /&gt;&lt;BR /&gt;Very curious and sorry for asking dumb questions, I am just very curious.</description>
      <pubDate>Wed, 13 Jul 2005 19:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581669#M230010</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-07-13T19:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add an alias IP on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581670#M230011</link>
      <description>If you did alias a virtual IP from a different subnet to an interface that already contained multiple active/functioning virtual IP's from a single subnet what would happen?&lt;BR /&gt;&lt;BR /&gt;Would all packets that go out the interface be hopelessly lost? i.e. no outgoing traffic? what would outgoing connections use for the source IP? the lowest lan9 IP or would they take on the higher lan9:3 IP for the source?&lt;BR /&gt;&lt;BR /&gt;Very curious and sorry for asking dumb questions, I am just very curious.&lt;BR /&gt;&lt;BR /&gt;&lt;I give="" points=""&gt;&lt;/I&gt;</description>
      <pubDate>Thu, 14 Jul 2005 08:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-an-alias-ip-on-hp-ux/m-p/3581670#M230011</guid>
      <dc:creator>Adam Garsha</dc:creator>
      <dc:date>2005-07-14T08:10:37Z</dc:date>
    </item>
  </channel>
</rss>

