<?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: need 2 functional NIC's on an HPUX machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456356#M564322</link>
    <description>Don't make this too hard.  Use SAM.  As long as the NICs are on the same network, you won't have any problems.  Two NICs on the same network will bollox up the works: don't do it. &lt;BR /&gt;&lt;BR /&gt;I'm a firm believer in the command line, but SAM does have some benefits.  Use them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Wed, 05 Jan 2005 17:41:57 GMT</pubDate>
    <dc:creator>Chris Vail</dc:creator>
    <dc:date>2005-01-05T17:41:57Z</dc:date>
    <item>
      <title>need 2 functional NIC's on an HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456355#M564321</link>
      <description>Dear All,&lt;BR /&gt;i have an HPUX machine with 2 NIC's, Lan0 is already configured with IP, Lan1 is not yet configured.&lt;BR /&gt;i need to do the following scenario, i need to be able to make lan1 functional using a different IP of lan0 and different gateway than that of lan0, and to start some services using this IP.&lt;BR /&gt;i was thinking of a script to do the following steps&lt;BR /&gt; 1- ifconfig for lan1 &lt;BR /&gt; 2- configure the gateway for lan1 &lt;BR /&gt; 3- start the services i need to use with lan1 &lt;BR /&gt;&lt;BR /&gt;sooo do you think this is right ?? and how to do it ?? &lt;BR /&gt;for example, i think of having "netconf" file with lan0 configuration, and another "netconf.old" for example with lan1 config, and when i need to enable and switch the configuration to lan1 i would rename and switch the files.&lt;BR /&gt;so do you think that these steps would do it ?? or the idea itself is nonacceptable ??&lt;BR /&gt;and in this case how to use both NIC's on the same machine to start services that bind on a specific IP like (OPENVIW NNM) on a specific IP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2005 17:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456355#M564321</guid>
      <dc:creator>Ahmed_41</dc:creator>
      <dc:date>2005-01-05T17:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: need 2 functional NIC's on an HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456356#M564322</link>
      <description>Don't make this too hard.  Use SAM.  As long as the NICs are on the same network, you won't have any problems.  Two NICs on the same network will bollox up the works: don't do it. &lt;BR /&gt;&lt;BR /&gt;I'm a firm believer in the command line, but SAM does have some benefits.  Use them.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 05 Jan 2005 17:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456356#M564322</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2005-01-05T17:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: need 2 functional NIC's on an HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456357#M564323</link>
      <description>Chris&lt;BR /&gt;i dont think sam will be good for me since i need to use this in a script, so i will have to go for commands&lt;BR /&gt;&lt;BR /&gt;second the NICS will not be on the same network, for example, 10.100.100.1 and 10.101.101.1&lt;BR /&gt;&lt;BR /&gt;sooo they will not be on the same network</description>
      <pubDate>Wed, 05 Jan 2005 18:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456357#M564323</guid>
      <dc:creator>Ahmed_41</dc:creator>
      <dc:date>2005-01-05T18:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: need 2 functional NIC's on an HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456358#M564324</link>
      <description>If you want lan1 to be configured always, the best&lt;BR /&gt;way to do this is to add an entry in &lt;BR /&gt;/etc/rc.config.d/netconf. Any time you don't&lt;BR /&gt;want lan1 to be up, you could just unplumb &lt;BR /&gt;it by :&lt;BR /&gt;&lt;BR /&gt;    # ifconfig lan1 down&lt;BR /&gt;    # ifconfig lan1 unplumb&lt;BR /&gt;&lt;BR /&gt;I don't think having 2 netconf files is a good idea; &lt;BR /&gt;everytime you want to switch, you need to bring&lt;BR /&gt;down the networking (and terminate all networking&lt;BR /&gt;connections with it).&lt;BR /&gt;&lt;BR /&gt;Any service that's running on the system would &lt;BR /&gt;probably bind to all interfaces. If you want to &lt;BR /&gt;allow specific IP addresses to access your service,&lt;BR /&gt;use IPFilter system firewall to control connections.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2005 20:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456358#M564324</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-01-05T20:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: need 2 functional NIC's on an HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456359#M564325</link>
      <description>Having two netconf is not advicable. Instead you can have to entries for the 2NICs in the netconf file :&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.100.100.1&lt;BR /&gt;SUBNET_MASK[0]= &lt;CORRESPONDING subnet=""&gt;&lt;BR /&gt;BROADCAST_ADDRESS[0]= &lt;CORRESPONDING gateway=""&gt;&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[1]=10.101.101.1&lt;BR /&gt;SUBNET_MASK[1]= &lt;CORRESPONDING subnet=""&gt;&lt;BR /&gt;BROADCAST_ADDRESS[1]=&lt;CORRESPONDING gateway=""&gt;&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;For the first time you may have to use ifconfig and plumb the second NIC also. Everytime after that (when the machine reboots) its automatically taken care.&lt;/CORRESPONDING&gt;&lt;/CORRESPONDING&gt;&lt;/CORRESPONDING&gt;&lt;/CORRESPONDING&gt;</description>
      <pubDate>Thu, 06 Jan 2005 01:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456359#M564325</guid>
      <dc:creator>bhoopathi_1</dc:creator>
      <dc:date>2005-01-06T01:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: need 2 functional NIC's on an HPUX machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456360#M564326</link>
      <description>You can configure the IP, but you may have an issue trying to establish two default routes.  If your setup supports proxy arp, then you can _probably_ get most of multiple default routes with using the local IPs as default routes and setting ip_strong_es_model.&lt;BR /&gt;&lt;BR /&gt;Don't set the broadcast address to the gateway address.</description>
      <pubDate>Thu, 06 Jan 2005 02:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-2-functional-nic-s-on-an-hpux-machine/m-p/3456360#M564326</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-01-06T02:31:19Z</dc:date>
    </item>
  </channel>
</rss>

