<?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: Routing table in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790568#M79564</link>
    <description>Sounds more like you want the server with 2 nic's to be a router/gateway between the networks.  &lt;BR /&gt;&lt;BR /&gt;All you need to do is have ip_forwarding enabled on the server with 2 nics.&lt;BR /&gt;ndd -set /dev/ip ip_forarding 1&lt;BR /&gt;&lt;BR /&gt;On your clients, they will have to either know this machine then as a default router, or make static routes to each network using this host as the gateway.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Wed, 21 Aug 2002 12:18:58 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2002-08-21T12:18:58Z</dc:date>
    <item>
      <title>Routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790564#M79560</link>
      <description>Currently, i have 2 NIC for 2 different segments, segment 1 and segment 2. segment 1 connect to switch 1 and segment 2 connect to siwtch 2. Therefore , i want to know how to configure that all my server can talk each other. segment 1 can talk to segment 2. Purpose of segment 1 is production and segment 2 is for backup purpose. thanks.</description>
      <pubDate>Wed, 21 Aug 2002 07:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790564#M79560</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2002-08-21T07:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790565#M79561</link>
      <description>Hi&lt;BR /&gt;try to set this serwer as default router for this two segments:&lt;BR /&gt;#route add net ....&lt;BR /&gt;look man route&lt;BR /&gt;or for permament modify&lt;BR /&gt;#/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;regards seba</description>
      <pubDate>Wed, 21 Aug 2002 07:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790565#M79561</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-08-21T07:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790566#M79562</link>
      <description>/etc/rc.config.d/netconf &lt;BR /&gt;set up ip, mask, and default router for interface [0] and [1], &lt;BR /&gt;&lt;BR /&gt;add aliases for the nic cards in /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;check /etc/rc.config.d/namesvrs for any name configurations, (yp, etc)&lt;BR /&gt;good luck</description>
      <pubDate>Wed, 21 Aug 2002 12:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790566#M79562</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2002-08-21T12:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790567#M79563</link>
      <description>Hiya.&lt;BR /&gt;&lt;BR /&gt;Assuming seg1 is 192.168.1.x and seg2 is 192.168.2.x, switch IP is ...1 and machine IP is ...100&lt;BR /&gt;&lt;BR /&gt;configure lan0 to be 192.168.1.100&lt;BR /&gt;configure lan1 to be 192.168.2.100&lt;BR /&gt;&lt;BR /&gt;configure default route to be switch 1&lt;BR /&gt;&lt;BR /&gt;root@myserver&amp;gt; route add default netmask 255.255.255.0 192.168.1.1&lt;BR /&gt;&lt;BR /&gt;configure backup route to use switch 2&lt;BR /&gt;&lt;BR /&gt;root@myserver&amp;gt; route add net 192.168.2.0 netmask 255.255.255.0 192.168.2.1&lt;BR /&gt;&lt;BR /&gt;Edit the /etc/rc.config.d/netconf file to reflect above changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think that's all.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Wed, 21 Aug 2002 12:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790567#M79563</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-21T12:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790568#M79564</link>
      <description>Sounds more like you want the server with 2 nic's to be a router/gateway between the networks.  &lt;BR /&gt;&lt;BR /&gt;All you need to do is have ip_forwarding enabled on the server with 2 nics.&lt;BR /&gt;ndd -set /dev/ip ip_forarding 1&lt;BR /&gt;&lt;BR /&gt;On your clients, they will have to either know this machine then as a default router, or make static routes to each network using this host as the gateway.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 21 Aug 2002 12:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-table/m-p/2790568#M79564</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-08-21T12:18:58Z</dc:date>
    </item>
  </channel>
</rss>

