<?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: 2 Cards RedHat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098850#M7383</link>
    <description>Did you do a restart of service as SEP advised ?&lt;BR /&gt;&lt;BR /&gt;That is as root do &lt;BR /&gt;&lt;BR /&gt;#service network restart&lt;BR /&gt;&lt;BR /&gt;!! please note this will stop and start network&lt;BR /&gt;for a few seconds !!&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Oct 2003 09:28:10 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-10-22T09:28:10Z</dc:date>
    <item>
      <title>2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098844#M7377</link>
      <description>I have a RedHat 8.0 and 2 netowrk cards, the networks are diferents and the gateway. How can I do to set a diferent gateways for each card.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 21 Oct 2003 14:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098844#M7377</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-10-21T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098845#M7378</link>
      <description>There is a file that can be manipulated.&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth0 for the first card&lt;BR /&gt;ifcfg-eth1 for the second&lt;BR /&gt;&lt;BR /&gt;The syntax is&lt;BR /&gt;&lt;BR /&gt;gateway=ip_address&lt;BR /&gt;&lt;BR /&gt;ip_address is numeric.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Oct 2003 14:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098845#M7378</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-21T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098846#M7379</link>
      <description>Thanks&lt;BR /&gt;But there is another file call network.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 14:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098846#M7379</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-10-21T14:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098847#M7380</link>
      <description>The files are in the directory I indicated.&lt;BR /&gt;&lt;BR /&gt;When you finish the chagnes you can reset the network as follows:&lt;BR /&gt;&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;All existing connections will suspend for a few seconds.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Oct 2003 15:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098847#M7380</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-21T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098848#M7381</link>
      <description>edit /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;&lt;BR /&gt;and modify or add to suite your needs&lt;BR /&gt;&lt;BR /&gt;GATEWAY=XX.XX.XX.XX&lt;BR /&gt; &lt;BR /&gt;do the same for the second card.&lt;BR /&gt;&lt;BR /&gt;edit /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 04:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098848#M7381</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-22T04:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098849#M7382</link>
      <description>I do this. But when I do a netstat -rn show me a only gateway.&lt;BR /&gt;&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination          Gateway            Flags  Refs       Iface Interface  Pmtu&lt;BR /&gt;150.230.14.0         0.0.0.0            U  eth0&lt;BR /&gt;150.230.16.0         0.0.0.0            U  eth1 &lt;BR /&gt;127.0.0.0            0.0.0.0            U  lo&lt;BR /&gt;0.0.0.0              150.230.16.1 GW  eth1&lt;BR /&gt;&lt;BR /&gt;There is a another gateway 150.230.14.1&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 22 Oct 2003 09:19:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098849#M7382</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-10-22T09:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098850#M7383</link>
      <description>Did you do a restart of service as SEP advised ?&lt;BR /&gt;&lt;BR /&gt;That is as root do &lt;BR /&gt;&lt;BR /&gt;#service network restart&lt;BR /&gt;&lt;BR /&gt;!! please note this will stop and start network&lt;BR /&gt;for a few seconds !!&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 09:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098850#M7383</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-22T09:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098851#M7384</link>
      <description>the best way is to define a default gateway for one NIC. I mean trough this gateway you can go anywhere.&lt;BR /&gt;and instead of defining default gateway for second network use static routes. &lt;BR /&gt;There can be problem when there are 2 default gateways. The system doesn't always correctly handles it. I mean instead of using the apropriate Network card to get to a specific subnet , it can choose a wrong card.&lt;BR /&gt;Best regards.</description>
      <pubDate>Wed, 22 Oct 2003 09:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098851#M7384</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-22T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098852#M7385</link>
      <description>Yes, I restat the service #service network restart&lt;BR /&gt;and reboot the system.&lt;BR /&gt;How can I create a permanent static route?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 22 Oct 2003 09:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098852#M7385</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2003-10-22T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Cards RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098853#M7386</link>
      <description>Did you try taking out gateway on /etc/sysconfig/network and make sure each gateway is listed on /etc/sysconfig/network-scripts/ifcfg-eth[0|1] respectively.  This may work or may not.  Give it a try, provided you're still testing it and have not moved this into production.</description>
      <pubDate>Wed, 22 Oct 2003 17:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/2-cards-redhat/m-p/3098853#M7386</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-10-22T17:23:55Z</dc:date>
    </item>
  </channel>
</rss>

