<?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: subnetting or routing problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988615#M575894</link>
    <description>When it is NOT working:&lt;BR /&gt;tscpa # netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0       1066  lo0        4136&lt;BR /&gt;192.168.235.25        192.168.235.25     UH       0        696  lan0       4136&lt;BR /&gt;192.168.235.0         192.168.235.25     U        2          0  lan0       1500&lt;BR /&gt;default               192.168.235.2      UG       0          0  lan0       1500&lt;BR /&gt;tscpa # lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.235.20 netmask ffffffc0 broadcast 192.168.235.63&lt;BR /&gt;&lt;BR /&gt;When it is working:&lt;BR /&gt;tscpa # netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0       1066  lo0        4136&lt;BR /&gt;192.168.235.25        192.168.235.25     UH       0        696  lan0       4136&lt;BR /&gt;192.168.235.0         192.168.235.25     U        2          0  lan0       1500&lt;BR /&gt;default               192.168.235.3      UG       0          0  lan0       1500&lt;BR /&gt;lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.235.25 netmask ffffffc0 broadcast 192.168.235.63&lt;BR /&gt;&lt;BR /&gt;My netconf looks like:&lt;BR /&gt;&lt;/UP&gt;&lt;/UP&gt;</description>
    <pubDate>Wed, 04 Jun 2003 12:31:16 GMT</pubDate>
    <dc:creator>Sebastian Kaczmarek</dc:creator>
    <dc:date>2003-06-04T12:31:16Z</dc:date>
    <item>
      <title>subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988611#M575890</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I had to configure subnetting on my HP 11. In netconf I have:&lt;BR /&gt;INTERFACE_NAME[1]=lan101&lt;BR /&gt;IP_ADDRESS[1]=192.168.235.25&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.192&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_GATEWAY[0]=192.168.235.3&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;&lt;BR /&gt;Of course I have configured nddconf to support subnetting.&lt;BR /&gt;&lt;BR /&gt;My problem is that I can reach devices outside my subnet only after I flash my routing table (route -f). But unfortunatelly it works for a while (30-180 pings). Needlees to say that I cannot see any errors in syslog.&lt;BR /&gt;I would be very grateful for any suggestions what can be wrong. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;sebastian.</description>
      <pubDate>Wed, 04 Jun 2003 11:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988611#M575890</guid>
      <dc:creator>Sebastian Kaczmarek</dc:creator>
      <dc:date>2003-06-04T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988612#M575891</link>
      <description>Hi sebastian,&lt;BR /&gt;&lt;BR /&gt;Please send us a netstat -rn output working and not working, also a :&lt;BR /&gt;&lt;BR /&gt;for i in `lanscan | awk '{print $5}' | grep lan`&lt;BR /&gt; do&lt;BR /&gt;  ifconfig $i&lt;BR /&gt; done&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Wed, 04 Jun 2003 11:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988612#M575891</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-04T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988613#M575892</link>
      <description>Also please post your entore /etc/rc.config.d/netconf file.  Specifically, what is the configuration for INTERFACE_NAME[0], etc.&lt;BR /&gt;&lt;BR /&gt;route -f deletes any entries that specify a remote host as a gateway.  That will remove your default gateway entry, according to your posting above.  I wonder if you have the correct gateway for your subnet.&lt;BR /&gt;&lt;BR /&gt;Also, verify that your subnet mask is correct.</description>
      <pubDate>Wed, 04 Jun 2003 12:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988613#M575892</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-04T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988614#M575893</link>
      <description>Sounds like a router issue.  Check with the router manufacturer (* who is it? *).  Any switches involved?  (* what *)&lt;BR /&gt;&lt;BR /&gt;See what happens if you elminate the router by connecting a cross over cable between subnet nodes.</description>
      <pubDate>Wed, 04 Jun 2003 12:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988614#M575893</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-04T12:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988615#M575894</link>
      <description>When it is NOT working:&lt;BR /&gt;tscpa # netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0       1066  lo0        4136&lt;BR /&gt;192.168.235.25        192.168.235.25     UH       0        696  lan0       4136&lt;BR /&gt;192.168.235.0         192.168.235.25     U        2          0  lan0       1500&lt;BR /&gt;default               192.168.235.2      UG       0          0  lan0       1500&lt;BR /&gt;tscpa # lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.235.20 netmask ffffffc0 broadcast 192.168.235.63&lt;BR /&gt;&lt;BR /&gt;When it is working:&lt;BR /&gt;tscpa # netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0       1066  lo0        4136&lt;BR /&gt;192.168.235.25        192.168.235.25     UH       0        696  lan0       4136&lt;BR /&gt;192.168.235.0         192.168.235.25     U        2          0  lan0       1500&lt;BR /&gt;default               192.168.235.3      UG       0          0  lan0       1500&lt;BR /&gt;lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.235.25 netmask ffffffc0 broadcast 192.168.235.63&lt;BR /&gt;&lt;BR /&gt;My netconf looks like:&lt;BR /&gt;&lt;/UP&gt;&lt;/UP&gt;</description>
      <pubDate>Wed, 04 Jun 2003 12:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988615#M575894</guid>
      <dc:creator>Sebastian Kaczmarek</dc:creator>
      <dc:date>2003-06-04T12:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988616#M575895</link>
      <description>I am very sorry that my latest response was wrong (I type the command on the wrong machine).&lt;BR /&gt;When it is working ro when it isn't working my inconfig lan0 shows exactly the same.&lt;BR /&gt;&lt;BR /&gt;Onse again sorry.&lt;BR /&gt;Regards,&lt;BR /&gt;sebastian.</description>
      <pubDate>Wed, 04 Jun 2003 12:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988616#M575895</guid>
      <dc:creator>Sebastian Kaczmarek</dc:creator>
      <dc:date>2003-06-04T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988617#M575896</link>
      <description>Czesc Sebastian. :)&lt;BR /&gt;&lt;BR /&gt;Here have some usefull links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae765220af9bd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae765220af9bd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa75d37f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa75d37f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcd529c196a4bd71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcd529c196a4bd71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If it's not enough try search on:&lt;BR /&gt;'dead gateway detection'&lt;BR /&gt;&lt;BR /&gt;Powodzenia.&lt;BR /&gt;Adam&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 13:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988617#M575896</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2003-06-04T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988618#M575897</link>
      <description>hi,&lt;BR /&gt;may be you are using dynami routing.&lt;BR /&gt;&lt;BR /&gt;Did you check if gated is active ?&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 13:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988618#M575897</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-04T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: subnetting or routing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988619#M575898</link>
      <description>Thanks a lot to everyone for your help. It was a issue with a detection of a dead router.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;sebastian.</description>
      <pubDate>Wed, 04 Jun 2003 14:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/subnetting-or-routing-problem/m-p/2988619#M575898</guid>
      <dc:creator>Sebastian Kaczmarek</dc:creator>
      <dc:date>2003-06-04T14:22:01Z</dc:date>
    </item>
  </channel>
</rss>

