<?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: ip forwarding and routing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695214#M586543</link>
    <description>well,   first of all: a server is a server and a router is a router...&lt;BR /&gt;&lt;BR /&gt;If you want your server to be a router too, then you'll need to activate ip forwarding.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Apr 2002 11:43:13 GMT</pubDate>
    <dc:creator>Rainer von Bongartz</dc:creator>
    <dc:date>2002-04-02T11:43:13Z</dc:date>
    <item>
      <title>ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695212#M586541</link>
      <description>In this moment I have some troubble with understanding ip forwarding. Therefore I don't know exactly when I *NEED* ip forwarding. Up to this day I only configured routing. Where is the point static routing isn't enough for network working properly. &lt;BR /&gt;Can somebody give me a simple explanation or a link to a good documentation for this.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ruediger&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 11:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695212#M586541</guid>
      <dc:creator>Ruediger Noack</dc:creator>
      <dc:date>2002-04-02T11:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695213#M586542</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Agreat book to explain it all is TCP/IP Network Administration by Craig Hunt @ O'Reilly &amp;amp; Associates&lt;BR /&gt;&lt;BR /&gt;ISBN 0-937175-82-X&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;defenition&lt;BR /&gt;&lt;BR /&gt;ipforwarding: determines wheather the system forwards IP datagrams for another computer. By default, the system forwards datagrams only if it has more than one network interface, i.e. the system is assumed to be a gateway. The default value for ipforwarding variable is 0. the value 1 means ALWAYS forward datagrams; the value -1 means never forward datagrams.&lt;BR /&gt;&lt;BR /&gt;John. &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 11:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695213#M586542</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-02T11:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695214#M586543</link>
      <description>well,   first of all: a server is a server and a router is a router...&lt;BR /&gt;&lt;BR /&gt;If you want your server to be a router too, then you'll need to activate ip forwarding.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 11:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695214#M586543</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-04-02T11:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695215#M586544</link>
      <description>Hi Ruediger,&lt;BR /&gt;&lt;BR /&gt;To my knowledge, ip-forwarding is especially used in case you have dynamic ip-adresses.&lt;BR /&gt;Dial-in users with non-static addresses will be directed to the same machines, without bothering them.&lt;BR /&gt;Routingtables can do the same, but you really do not like to change these entries every minute.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Tue, 02 Apr 2002 11:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695215#M586544</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-04-02T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695216#M586545</link>
      <description>The only time you usually need ip forwarding ON is when you have a PC with 2 or more LANs AND you want devices on one LAN to talk to devices on the other LAN AND there is no router available with a presence on both LANs which could do the job better.&lt;BR /&gt;&lt;BR /&gt;Once turned on nothing will happen unless a device on one LAN knows that it can get to the other LAN by going through your PC.  It must have a route to the second LAN using your PC as a gateway AND the other device must have a return route back to the first LAN using your PC as the gateway.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 02 Apr 2002 13:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695216#M586545</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-04-02T13:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695217#M586546</link>
      <description>Hello Ruediger,&lt;BR /&gt;&lt;BR /&gt;actually it quite simple:&lt;BR /&gt;if your station receives an IP-packet *not* meant for it (but for another ip-address) then ip_forwrading comes into the game. If it is permitted AND your system has a route towards the destination ip-address of that ip-packet, then your station will forward it (that is: will route it) to that destination (well, to the next router on the way to that destination). If ip_forwarding is NOT permitted, then your station will simply drop the ip-packet!&lt;BR /&gt;&lt;BR /&gt;Every station running the ip-protocol has that ability - it is just that routers are pretty good at it (and may not do anything else)...&lt;BR /&gt;&lt;BR /&gt;If you now have a station with more than one ip-address (perhaps due to having more than one interface), should it route or not?&lt;BR /&gt;If you say "no", then set the "ip_forwarding" to "0" (using the command "ndd") and call your station then "multi-homed" (instead of calling it "router").&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 14:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695217#M586546</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-02T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695218#M586547</link>
      <description>Thanks so far to all.&lt;BR /&gt;&lt;BR /&gt;Ron, I'm not sure if I understand you right.&lt;BR /&gt;In your scenario you speak from to things.&lt;BR /&gt;1. Ip forwarding ON on the gateway box&lt;BR /&gt;2. The gateway entries on the 2 PC's in the separate LAN's.&lt;BR /&gt;Do you mean I need both things for routing through the gateway box OR do mean I need only one of this for working properly?&lt;BR /&gt;&lt;BR /&gt;I never attended for ip forwarding ON, I always made only the gateway entries on the PC's and all worked fine.&lt;BR /&gt;But I don't know if it only worked because of default behavior on the HP-UX gateway box.&lt;BR /&gt;And in the case of default ip forwarding behavior, is it HP-UX default or TCP/IP default?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;R??diger&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 14:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695218#M586547</guid>
      <dc:creator>Ruediger Noack</dc:creator>
      <dc:date>2002-04-02T14:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695219#M586548</link>
      <description>Thanks so far to all.&lt;BR /&gt;&lt;BR /&gt;Ron, I'm not sure if I understand you right.&lt;BR /&gt;In your scenario you speak from to things.&lt;BR /&gt;1. Ip forwarding ON on the gateway box&lt;BR /&gt;2. The gateway entries on the 2 PC's in the separate LAN's.&lt;BR /&gt;Do you mean I need both things for routing through the gateway box OR do mean I need only one of this for working properly?&lt;BR /&gt;&lt;BR /&gt;I never attended for ip forwarding ON, I always made only the gateway entries on the PC's and all worked fine.&lt;BR /&gt;But I don't know if it only worked because of default behavior on the HP-UX gateway box.&lt;BR /&gt;And in the case of default ip forwarding behavior, is it HP-UX default or TCP/IP default?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ruediger&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 14:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695219#M586548</guid>
      <dc:creator>Ruediger Noack</dc:creator>
      <dc:date>2002-04-02T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: ip forwarding and routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695220#M586549</link>
      <description>When I use "AND" I mean logical (Boolean) AND.  You need all of the components for it to actually work.  It can forward packets if the receiving host doesn't know how to get back to the sender but that doesn't accomplish much.&lt;BR /&gt;&lt;BR /&gt;It is highly unlikely that you would ever need IP Forwarding turned on.  Having it on also is considered a security risk:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;recommends turning it off.  &lt;BR /&gt;&lt;BR /&gt;It's an HP-UX default.  Your typical window box has it off by default.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 20:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding-and-routing/m-p/2695220#M586549</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-04-02T20:01:56Z</dc:date>
    </item>
  </channel>
</rss>

