<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182300#M460183</link>
    <description>Hello Ragesh,&lt;BR /&gt;&lt;BR /&gt;Check these threads:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300102228+28353475&amp;amp;threadId=1094610" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300102228+28353475&amp;amp;threadId=1094610&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300236744+28353475&amp;amp;threadId=97305" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300236744+28353475&amp;amp;threadId=97305&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check these also on your machine:&lt;BR /&gt;ndd -h supported&lt;BR /&gt;ndd -h unsupported&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Jun 2009 03:46:09 GMT</pubDate>
    <dc:creator>Nido</dc:creator>
    <dc:date>2009-06-18T03:46:09Z</dc:date>
    <item>
      <title>IP_forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182299#M460182</link>
      <description>How to check if ip_forwarding has enabled or not? If not how to set/enable it?</description>
      <pubDate>Thu, 18 Jun 2009 03:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182299#M460182</guid>
      <dc:creator>Rg_4</dc:creator>
      <dc:date>2009-06-18T03:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: IP_forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182300#M460183</link>
      <description>Hello Ragesh,&lt;BR /&gt;&lt;BR /&gt;Check these threads:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300102228+28353475&amp;amp;threadId=1094610" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300102228+28353475&amp;amp;threadId=1094610&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300236744+28353475&amp;amp;threadId=97305" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245300236744+28353475&amp;amp;threadId=97305&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check these also on your machine:&lt;BR /&gt;ndd -h supported&lt;BR /&gt;ndd -h unsupported&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 03:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182300#M460183</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-18T03:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: IP_forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182301#M460184</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To get the current value of the tunable parameter of ip_forwarding&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_forwarding&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 18 Jun 2009 03:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182301#M460184</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-06-18T03:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: IP_forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182302#M460185</link>
      <description>Hi Ragesh,&lt;BR /&gt;&lt;BR /&gt;Run the below command to verify weather IP forwarding is enabled or not?&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_forwarding&lt;BR /&gt;&lt;BR /&gt;If forwarding is enabled, then output wiil be "2". &lt;BR /&gt;&lt;BR /&gt;If not, then execute the below command:&lt;BR /&gt;#ndd -set /dev/ip ip_forwarding 2&lt;BR /&gt;&lt;BR /&gt;For making this change permanant edit  /etc/rc.config.d/nddconf file and add the following lines&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[X]=ip&lt;BR /&gt;NDD_NAME[X]=ip_forwarding&lt;BR /&gt;NDD_VALUE[X]=2&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vivek</description>
      <pubDate>Thu, 18 Jun 2009 08:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182302#M460185</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-18T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: IP_forwarding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182303#M460186</link>
      <description>Dear all,&lt;BR /&gt;Thx for your timely and valuable replies&lt;BR /&gt;&lt;BR /&gt;Expecting the same in future also....&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;RAGESH</description>
      <pubDate>Thu, 18 Jun 2009 13:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-forwarding/m-p/5182303#M460186</guid>
      <dc:creator>Rg_4</dc:creator>
      <dc:date>2009-06-18T13:50:04Z</dc:date>
    </item>
  </channel>
</rss>

