<?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: Odd entry in netstat in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779094#M584151</link>
    <description>Hi,&lt;BR /&gt;I think Tim has hit upon the problem. The gateway on the UK side is in the same subnet as the server itself. This is not the case on the Kuwait side. I would take a look at that issue first ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
    <pubDate>Sat, 03 Aug 2002 10:15:29 GMT</pubDate>
    <dc:creator>Tom Geudens</dc:creator>
    <dc:date>2002-08-03T10:15:29Z</dc:date>
    <item>
      <title>Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779089#M584146</link>
      <description>I have a server in Kuwait and am able to connect OK from the UK, but can ping to the server back in the UK I have logged on from to Kuwait.&lt;BR /&gt;The output of netstat -rn on the Kuwait server is attached,&lt;BR /&gt;&lt;BR /&gt;The parts of my /etc/rc.config.d/netconf on Kuwait server is&lt;BR /&gt;HOSTNAME="ku912_1"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=164.39.151.90&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=164.39.151.255&lt;BR /&gt;LANCONFIG_ARGS[0]="ether"&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=164.39.4.240&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The IP address of the server in the UK is 164.39.9.50.&lt;BR /&gt;&lt;BR /&gt;I believe the line in netstat output showing &lt;BR /&gt;164.39.9.0      164.39.4.240    UG         &lt;BR /&gt;&lt;BR /&gt;I have tried a &lt;BR /&gt;route delete 164.39.9.0      164.39.4.240    &lt;BR /&gt;&lt;BR /&gt;and re booted the server.  &lt;BR /&gt;&lt;BR /&gt;Still no effect.&lt;BR /&gt;&lt;BR /&gt;Any ideas ? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 09:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779089#M584146</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-03T09:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779090#M584147</link>
      <description>Hi,&lt;BR /&gt;Is it possible to post the /etc/rc.config.d/netconf of the UK server as well ? And the output of a "traceroute" from the Kuwait to the UK server ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Sat, 03 Aug 2002 09:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779090#M584147</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-08-03T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779091#M584148</link>
      <description>HI Tom&lt;BR /&gt;netconf of UK machine is&lt;BR /&gt;HOSTNAME="gb898_m"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=164.39.9.50&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;LANCONFIG_ARGS[0]="ether"&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=164.39.9.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Traceroute shows&lt;BR /&gt;traceroute to gb898_m(164.39.9.50), 30 hops max, 20 byte packets&lt;BR /&gt; 1 gb898x25 (164.39.4.240)                   2911 ms3827 ms1512 ms&lt;BR /&gt; 2 164.39.28.230 (164.39.28.230)               1281 ms&lt;BR /&gt;   164.39.28.215 (164.39.28.215)                707 ms&lt;BR /&gt;   164.39.28.219 (164.39.28.219)               1326 ms&lt;BR /&gt; 3 * * *&lt;BR /&gt; 4 * * *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After this just shows the * * * &lt;BR /&gt;&lt;BR /&gt;Basically the last IP a address 164.39.28.219&lt;BR /&gt;is in the UK so.  I checked this first and then assumed the entry in netstat -rn was issue as the next subnet would be 164.39.9.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 09:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779091#M584148</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-03T09:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779092#M584149</link>
      <description>Am I missing something here?  But the default route is on another subnet.&lt;BR /&gt;&lt;BR /&gt;If the netmask was 255.255.0.0 then I would see no problems.&lt;BR /&gt;&lt;BR /&gt;I also do not see an interface for the default route in the netstat -rn it just says "x00"&lt;BR /&gt;&lt;BR /&gt;Reagards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sat, 03 Aug 2002 09:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779092#M584149</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-08-03T09:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779093#M584150</link>
      <description>Tim&lt;BR /&gt;Do you refer to the netmask on the Kuwait server or UK server.&lt;BR /&gt;&lt;BR /&gt;Both shows&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0 &lt;BR /&gt;&lt;BR /&gt;??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 10:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779093#M584150</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-03T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779094#M584151</link>
      <description>Hi,&lt;BR /&gt;I think Tim has hit upon the problem. The gateway on the UK side is in the same subnet as the server itself. This is not the case on the Kuwait side. I would take a look at that issue first ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Sat, 03 Aug 2002 10:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779094#M584151</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-08-03T10:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779095#M584152</link>
      <description>Tim/Tom&lt;BR /&gt;&lt;BR /&gt;By this, excuse me as I am not really the network sort of person.  From my understanding.&lt;BR /&gt;&lt;BR /&gt;On Kuwait server. The gateway is.&lt;BR /&gt;164.39.4.240 &lt;BR /&gt;&lt;BR /&gt;Where as the subnet is 255.255.255.0 using an ip address of 164.39.151.90 &lt;BR /&gt;&lt;BR /&gt;There by on a different subnet. .151 and .4&lt;BR /&gt;&lt;BR /&gt;The UK server has a gateway of&lt;BR /&gt;164.39.9.1 &lt;BR /&gt;The subnet of 255.255.255.0 using an IP of 164.39.9.50.&lt;BR /&gt;&lt;BR /&gt;Thereby the gatway and the IP address are on the same subnet ?  In this case 164.39.9 ??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;What would be the best way to resolve this.  &lt;BR /&gt;&lt;BR /&gt;Change the subnet on UK server to 255.255.0.0.  Would this affect the IP address ??</description>
      <pubDate>Sat, 03 Aug 2002 10:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779095#M584152</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-03T10:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779096#M584153</link>
      <description>Paul,&lt;BR /&gt;I'm not a network person myself, but the way I understand it, the server and the gateway should be on the same subnet. And this is indeed the case on the UK side, not on the Kuwait side. So you should check the Kuwait configuration. What I would do is contact the network guys and check that Kuwait gateway. Either that is wrong (and if the "logic" of your complete network holds, it should be 164.39.151.1) or there is something wrong with the subnet mask. Even so, I would not alter this without checking with the network guys ... because you should alter it on ALL your servers then.&lt;BR /&gt;&lt;BR /&gt;As you can see, not easy ... &lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;P.S. Tim (or anyone else) please correct me if I'm talking "bullsh*t" here !!!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 10:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779096#M584153</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-08-03T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779097#M584154</link>
      <description>Tim/Tom.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;I will speak with the network dept on Monday.&lt;BR /&gt;&lt;BR /&gt;I was not sure,  but that was my understanding, although very basic, the gateway and the IP should be on the same subnet.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Aug 2002 10:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779097#M584154</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-03T10:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779098#M584155</link>
      <description>Hi Paul,&lt;BR /&gt;Keep us posted ... I'm very interested in the solution myself !!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tom ;-)&lt;BR /&gt;&lt;BR /&gt;P.S. N/A for this reply please.</description>
      <pubDate>Sat, 03 Aug 2002 10:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779098#M584155</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-08-03T10:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779099#M584156</link>
      <description>Tom, will attempt to keep you posted.</description>
      <pubDate>Sat, 03 Aug 2002 10:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779099#M584156</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-03T10:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779100#M584157</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;the gateway thingy is idd odd. &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;- can you login from the kuwait server to&lt;BR /&gt;  the uk server ?&lt;BR /&gt;- are you sure your ping probes arent block&lt;BR /&gt;  by some sort of firewall ? icmp maybe &lt;BR /&gt;  get blocked. &lt;BR /&gt;- you can check this with a scanner like&lt;BR /&gt;  nmap. &lt;BR /&gt;&lt;BR /&gt;rgds, &lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Sat, 03 Aug 2002 13:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779100#M584157</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-08-03T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Odd entry in netstat</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779101#M584158</link>
      <description>Guys&lt;BR /&gt;&lt;BR /&gt;Just a quick update.&lt;BR /&gt;&lt;BR /&gt;Seems the issue here was... &lt;BR /&gt;&lt;BR /&gt;The X25 'box' here was decommissioned 2 weeks ago which Kuwait was connecting in to.&lt;BR /&gt;He has temporarily switched this back on, but will investigate connecting the X25 link directly into the router here.&lt;BR /&gt;He will advise the outcome tomorrow.&lt;BR /&gt;&lt;BR /&gt;Will keep you posted.</description>
      <pubDate>Tue, 06 Aug 2002 13:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/odd-entry-in-netstat/m-p/2779101#M584158</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-06T13:41:33Z</dc:date>
    </item>
  </channel>
</rss>

