<?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: 1 interface 2 ip? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281726#M882149</link>
    <description>multiplexing. that's the way.&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/netconf:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[3]=lan0:0&lt;BR /&gt;IP_ADDRESS[3]=128.4.1.1&lt;BR /&gt;SUBNET_MASK[3]=255.255.0.0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[3]=lan0:1&lt;BR /&gt;IP_ADDRESS[3]=128.4.1.2&lt;BR /&gt;SUBNET_MASK[3]=255.255.0.0&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;take note that the above is an example. do let me know the result.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 May 2004 02:30:04 GMT</pubDate>
    <dc:creator>Joseph Loo</dc:creator>
    <dc:date>2004-05-20T02:30:04Z</dc:date>
    <item>
      <title>1 interface 2 ip?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281725#M882148</link>
      <description>How can i bind 2 ipaddress to 1 interface?&lt;BR /&gt;Have anyone done this before?&lt;BR /&gt;what are the steps needed to do for it to work&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2004 02:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281725#M882148</guid>
      <dc:creator>twtandigi.com.my</dc:creator>
      <dc:date>2004-05-20T02:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: 1 interface 2 ip?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281726#M882149</link>
      <description>multiplexing. that's the way.&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/netconf:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[3]=lan0:0&lt;BR /&gt;IP_ADDRESS[3]=128.4.1.1&lt;BR /&gt;SUBNET_MASK[3]=255.255.0.0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[3]=lan0:1&lt;BR /&gt;IP_ADDRESS[3]=128.4.1.2&lt;BR /&gt;SUBNET_MASK[3]=255.255.0.0&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;take note that the above is an example. do let me know the result.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 May 2004 02:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281726#M882149</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-20T02:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: 1 interface 2 ip?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281727#M882150</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;for 11i use the ifconfig commands&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0:1 192.168.100.1 netmask 255.255.255.0 up&lt;BR /&gt;&lt;BR /&gt;will make the interface running....&lt;BR /&gt;to make the changes permanent, put the following entries in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;IP_ADDRESS[1]=192.168.100.1&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;INTERFACE_NAME[1]=lan0:1&lt;BR /&gt;BROADCAST_ADDRESS[1]=192.168.100.255&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;U can do it through sam also...&lt;BR /&gt;sam --&amp;gt; networking and communications --&amp;gt;Network interface cards --&amp;gt;select lan0 --&amp;gt; actions --&amp;gt; add ip logical interface.&lt;BR /&gt;&lt;BR /&gt;In 10.x you need to install a patch for the same. as far as i remember it is PHCO12492 and it adds a command ifalias...&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Thu, 20 May 2004 02:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281727#M882150</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-20T02:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: 1 interface 2 ip?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281728#M882151</link>
      <description>You can do it with ifconfig also:&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0:1 &lt;IP address=""&gt; UP &lt;SUBNET mask=""&gt;&lt;BR /&gt;&lt;BR /&gt;Check whether it is working fine and ofcourse to make the changes permanent follow Loo's method.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;/SUBNET&gt;&lt;/IP&gt;</description>
      <pubDate>Thu, 20 May 2004 02:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/1-interface-2-ip/m-p/3281728#M882151</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-20T02:36:36Z</dc:date>
    </item>
  </channel>
</rss>

