<?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 How to control ethxx gateway in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623329#M19544</link>
    <description>I have a workstation with eth0 and eth1. Eth0 connects to a cable modem with internet access. Eth1 connects to a LAN router which has DSL internet access. I want to control which eth card is my gateway to internet access while keeping both eth cards active.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 11 Sep 2005 17:33:42 GMT</pubDate>
    <dc:creator>Vernon Brown_4</dc:creator>
    <dc:date>2005-09-11T17:33:42Z</dc:date>
    <item>
      <title>How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623329#M19544</link>
      <description>I have a workstation with eth0 and eth1. Eth0 connects to a cable modem with internet access. Eth1 connects to a LAN router which has DSL internet access. I want to control which eth card is my gateway to internet access while keeping both eth cards active.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Sep 2005 17:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623329#M19544</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-09-11T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623330#M19545</link>
      <description>You need to set the default gateway. It should be in networks file in /etc/inet directory.</description>
      <pubDate>Sun, 11 Sep 2005 22:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623330#M19545</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-11T22:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623331#M19546</link>
      <description>Vernon,&lt;BR /&gt;&lt;BR /&gt;Add a statement to the config file.&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0 or eth1&lt;BR /&gt;&lt;BR /&gt;You really can't have two DEFAULT gateways, but but there is nothing that says you can't have gateway statements.&lt;BR /&gt;&lt;BR /&gt;GATEWAY=192.168.0.15&lt;BR /&gt;&lt;BR /&gt;Or whatever.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 Sep 2005 23:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623331#M19546</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-11T23:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623332#M19547</link>
      <description>Whoops, &lt;BR /&gt;&lt;BR /&gt;afterwards&lt;BR /&gt;&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 Sep 2005 23:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623332#M19547</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-11T23:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623333#M19548</link>
      <description>if you are running redhat then edit /etc/sysconfig/network file and set GATEWAY=&lt;IP-ADDRESS&gt; to your default gateway IP address.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Mon, 12 Sep 2005 02:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623333#M19548</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-09-12T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623334#M19549</link>
      <description>Thanks guys ! !&lt;BR /&gt;&lt;BR /&gt;The GATEWAY statement got it done.</description>
      <pubDate>Mon, 12 Sep 2005 06:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623334#M19549</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-09-12T06:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to control ethxx gateway</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623335#M19550</link>
      <description>&lt;BR /&gt;/etc/sysconfig/static-routes -- defines the static routes that are non interface-specific.&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/route-eth? -- defines the interface specific static routes. (I think started with RHL9/RHEL3; before that all static routes were in /etc/sysconfig/static-routes)&lt;BR /&gt;&lt;BR /&gt;-Ross&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2005 01:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-control-ethxx-gateway/m-p/3623335#M19550</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-09-13T01:28:54Z</dc:date>
    </item>
  </channel>
</rss>

