<?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 Configuration of a second card in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758859#M90275</link>
    <description>Hi there. Is it possible to configure a second network card manually under Suse 7.0? I tried to configure with Yast2 but the cards will set to the same IP. I think it's not correct, isn't it? Which files must be configured. Thanks.</description>
    <pubDate>Sun, 07 Jul 2002 15:09:57 GMT</pubDate>
    <dc:creator>Andreas_8</dc:creator>
    <dc:date>2002-07-07T15:09:57Z</dc:date>
    <item>
      <title>Configuration of a second card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758859#M90275</link>
      <description>Hi there. Is it possible to configure a second network card manually under Suse 7.0? I tried to configure with Yast2 but the cards will set to the same IP. I think it's not correct, isn't it? Which files must be configured. Thanks.</description>
      <pubDate>Sun, 07 Jul 2002 15:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758859#M90275</guid>
      <dc:creator>Andreas_8</dc:creator>
      <dc:date>2002-07-07T15:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of a second card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758860#M90276</link>
      <description>Hi, &lt;BR /&gt;I don't know about SUSE,&lt;BR /&gt;But manually you can make this test :&lt;BR /&gt;first check if the 2 cards are configured in the kernel ;&lt;BR /&gt;type ifconfig&lt;BR /&gt;&lt;BR /&gt;You should see 2 ethernet cards :&lt;BR /&gt;eth0 and eth1.&lt;BR /&gt;&lt;BR /&gt;manually,&lt;BR /&gt;you just have to type :&lt;BR /&gt;ifconfig eth0 &lt;IPADDRESS&gt; &lt;SUBNET mask=""&gt; to configure your first NIC, and &lt;BR /&gt;ifconfig eth0 &lt;IPADDREE2&gt; &lt;SUBNET mask=""&gt; to configure your 2nd NIC.&lt;BR /&gt;&lt;BR /&gt;About files Try to see something in a directory /etc/rc... or /etc/init.... or /etc/sys....&lt;BR /&gt;Many Linux distributions, many possibilities...&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;regards&lt;BR /&gt;Benoit&lt;/SUBNET&gt;&lt;/IPADDREE2&gt;&lt;/SUBNET&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Mon, 08 Jul 2002 07:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758860#M90276</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-07-08T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of a second card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758861#M90277</link>
      <description>For sure,&lt;BR /&gt;&lt;BR /&gt;this is the physical method but if you want, you can configure it "virtually". It means that you have a real eth0 and a virtual eth1. For do this this:&lt;BR /&gt;&lt;BR /&gt;ifconfig eth0:1 &lt;IP&gt; netmask &lt;NETMASK&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario&lt;/NETMASK&gt;&lt;/IP&gt;</description>
      <pubDate>Mon, 08 Jul 2002 10:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758861#M90277</guid>
      <dc:creator>Dario_4</dc:creator>
      <dc:date>2002-07-08T10:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of a second card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758862#M90278</link>
      <description>Look through the /etc/init.d&lt;BR /&gt;directory for the script &lt;BR /&gt;that configures the network &lt;BR /&gt;cards. Find the command that&lt;BR /&gt;does the configuration.&lt;BR /&gt;&lt;BR /&gt;Run man to find the configuration file.  &lt;BR /&gt;Edit the configuration file&lt;BR /&gt;to add the appropriate parameters for the second card.&lt;BR /&gt;&lt;BR /&gt;Check for a /etc/networking &lt;BR /&gt;directory.  It will likely &lt;BR /&gt;have configuration inforation.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 14:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758862#M90278</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-07-08T14:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of a second card</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758863#M90279</link>
      <description>Thanks for the solutions. The exact file was /etc/rc.config.</description>
      <pubDate>Tue, 09 Jul 2002 19:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuration-of-a-second-card/m-p/2758863#M90279</guid>
      <dc:creator>Andreas_8</dc:creator>
      <dc:date>2002-07-09T19:40:23Z</dc:date>
    </item>
  </channel>
</rss>

