<?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: Default gatework not working correctly in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145139#M572297</link>
    <description>Thank you all for your reply.  I suspect the problem lies with the gateway / router.  The gateway (router) is configures not to show up during a traceroute...  We also have a firewall setup between the two subnets in question...  (Although the networking guys claim the configuration for the server in question is configured "exactly" as for the other servers... *smile*)  I will delve more into the router / gateway and firewall problem.&lt;BR /&gt;&lt;BR /&gt;Just f.y.i., here is the results of the netstat -rn command:&lt;BR /&gt;&lt;BR /&gt;(This is BEFORE adding the extra gateway, when networking on the local subnet only was working)&lt;BR /&gt;&lt;BR /&gt;# 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          0  lo0        4136&lt;BR /&gt;172.21.224.28         172.21.224.28      UH       0          0  lan0       4136&lt;BR /&gt;172.21.224.0          172.21.224.28      U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               172.21.224.1       UG       0          0  lan0       1500&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(This is AFTER adding the extra gateway, when networking to all other subnets are working fine)&lt;BR /&gt;&lt;BR /&gt;# 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          0  lo0        4136&lt;BR /&gt;172.21.224.28         172.21.224.28      UH       0          0  lan0       4136&lt;BR /&gt;172.21.224.0          172.21.224.28      U        2          0  lan0       1500&lt;BR /&gt;172.21.225.0          172.21.224.1       UG       0          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               172.21.224.1       UG       0          0  lan0       1500&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;traceroute output:&lt;BR /&gt;&lt;BR /&gt;# traceroute 172.21.225.204&lt;BR /&gt;traceroute to 172.21.225.204 (172.21.225.204), 30 hops max, 20 byte packets&lt;BR /&gt; 1 172.21.225.196 (172.21.225.196)                 1 ms    0 ms    0 ms&lt;BR /&gt; 2 vpn204.nocmia.ustdata.com (172.21.225.204)      1 ms    1 ms    1 ms&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Cameron&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Dec 2003 15:49:07 GMT</pubDate>
    <dc:creator>cninham</dc:creator>
    <dc:date>2003-12-15T15:49:07Z</dc:date>
    <item>
      <title>Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145135#M572293</link>
      <description>I am going nuts!  Can someone please help me.  I have installed a brand new OS on a HP L-class server.  I installed HP-UX 11.00, with the latest Sept 03 software and hardware patch bundles.&lt;BR /&gt;&lt;BR /&gt;I configured the network as follows.  The /etc/rc.config.d/netconf file:&lt;BR /&gt;&lt;BR /&gt;HOSTNAME="tdhpcc01"&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]="172.21.224.28"&lt;BR /&gt;SUBNET_MASK[0]="255.255.255.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="172.21.224.1"&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;RDPD=0&lt;BR /&gt;&lt;BR /&gt;RARP=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I am on the same 172.21.224 subnet, everything works fine.  I can telnet, ftp, ssh, etc., to this box.  However, when I am on another/different subnet, the network traffic does not return from the host box.  It seems that it does not use/specify the default gateway correctly...  E.g., if I am on another server on the 172.21.225 subnet, the only way I can get network traffic, such as telnet, ftp, ssh, etc., to work correctly, is to define a gateway for the 172.21.225 subnet traffic.  Thus if I add the following to the /etc/rc.config.d/netconf file, all works well.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 172.21.225"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[1]="172.21.224.1"&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;There are many other servers on the 172.21.224 subnet, and they all have the same (as far as I can tell) network configuration (except that their host IP addresses differ), and they all work fine...  I do not believe that the problem is with the gateway itself, or the firewall.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Cameron&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 14:13:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145135#M572293</guid>
      <dc:creator>cninham</dc:creator>
      <dc:date>2003-12-15T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145136#M572294</link>
      <description>traceroute destination_in_another_subnet&lt;BR /&gt;&lt;BR /&gt;This will tellyou were the traffic is being stopped.&lt;BR /&gt;&lt;BR /&gt;Router configuration can cause this problem.&lt;BR /&gt;&lt;BR /&gt;Trying to bring up lan0 on the same network as lan1 might cause this issue, but that would disable all networking.&lt;BR /&gt;&lt;BR /&gt;If the traffic stops at the gateway, suspect the gateway or the router or the hub/switch.&lt;BR /&gt;&lt;BR /&gt;Any errors, even extra dots in /etc/rc.config.d/netconf can cause this problem.&lt;BR /&gt;&lt;BR /&gt;netstat -rn or netstat -an may help clear this up.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Dec 2003 14:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145136#M572294</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-15T14:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145137#M572295</link>
      <description>traceroute "ip_address_on_another_nw"&lt;BR /&gt;&lt;BR /&gt;Where it stops? May be problem with router/gateway config.</description>
      <pubDate>Mon, 15 Dec 2003 14:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145137#M572295</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-15T14:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145138#M572296</link>
      <description>ping default&lt;BR /&gt;&lt;BR /&gt;which should work. IF not:&lt;BR /&gt;&lt;BR /&gt;verify that /etc/hosts does not have a bad entry for default.&lt;BR /&gt;&lt;BR /&gt;Also there is an option in ndd which checks to see if a gateway is alive. If it does not respond to pings, it will be taken out of service after about 3 minutes. &lt;BR /&gt;&lt;BR /&gt;Set it to 0 to make it stop:&lt;BR /&gt;&lt;BR /&gt;ndd /dev/ip ip_ire_gw_probe_interval 0&lt;BR /&gt;&lt;BR /&gt;Then delete and add the default route again.&lt;BR /&gt;&lt;BR /&gt;then if that fixes your problem add the setting to /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe_interval&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;so that it will stay after a reboot. (If you already have an entry then use the next available integer in the brackets.)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 15 Dec 2003 14:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145138#M572296</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-12-15T14:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145139#M572297</link>
      <description>Thank you all for your reply.  I suspect the problem lies with the gateway / router.  The gateway (router) is configures not to show up during a traceroute...  We also have a firewall setup between the two subnets in question...  (Although the networking guys claim the configuration for the server in question is configured "exactly" as for the other servers... *smile*)  I will delve more into the router / gateway and firewall problem.&lt;BR /&gt;&lt;BR /&gt;Just f.y.i., here is the results of the netstat -rn command:&lt;BR /&gt;&lt;BR /&gt;(This is BEFORE adding the extra gateway, when networking on the local subnet only was working)&lt;BR /&gt;&lt;BR /&gt;# 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          0  lo0        4136&lt;BR /&gt;172.21.224.28         172.21.224.28      UH       0          0  lan0       4136&lt;BR /&gt;172.21.224.0          172.21.224.28      U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               172.21.224.1       UG       0          0  lan0       1500&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(This is AFTER adding the extra gateway, when networking to all other subnets are working fine)&lt;BR /&gt;&lt;BR /&gt;# 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          0  lo0        4136&lt;BR /&gt;172.21.224.28         172.21.224.28      UH       0          0  lan0       4136&lt;BR /&gt;172.21.224.0          172.21.224.28      U        2          0  lan0       1500&lt;BR /&gt;172.21.225.0          172.21.224.1       UG       0          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               172.21.224.1       UG       0          0  lan0       1500&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;traceroute output:&lt;BR /&gt;&lt;BR /&gt;# traceroute 172.21.225.204&lt;BR /&gt;traceroute to 172.21.225.204 (172.21.225.204), 30 hops max, 20 byte packets&lt;BR /&gt; 1 172.21.225.196 (172.21.225.196)                 1 ms    0 ms    0 ms&lt;BR /&gt; 2 vpn204.nocmia.ustdata.com (172.21.225.204)      1 ms    1 ms    1 ms&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Cameron&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 15:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145139#M572297</guid>
      <dc:creator>cninham</dc:creator>
      <dc:date>2003-12-15T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145140#M572298</link>
      <description>To: Ron Kinner, &lt;BR /&gt;&lt;BR /&gt;I think you may be on to something.  We use a Lucent Brik firewall as the router / gateway between these two particular subnets.  The Brik is configured specifically NOT to acknowledge pings, show up in a traceroute, etc...&lt;BR /&gt;&lt;BR /&gt;Can you be more SPECIFIC where can I set the ndd option that you mentioned, please?  (ndd /dev/ip ip_ire_gw_probe_interval 0)  What does this ndd do?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 15:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145140#M572298</guid>
      <dc:creator>cninham</dc:creator>
      <dc:date>2003-12-15T15:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145141#M572299</link>
      <description>Hi Cameron,&lt;BR /&gt;&lt;BR /&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;This sets it now.&lt;BR /&gt;&lt;BR /&gt;In your /etc/rc.config.d/nddconf file add the following lines:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[X]=ip&lt;BR /&gt;NDD_NAME[X]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[X]=0&lt;BR /&gt;&lt;BR /&gt;Replace X with an appropriate index value.&lt;BR /&gt;This sets it for next &amp;amp; all boots.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 15 Dec 2003 16:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145141#M572299</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-15T16:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145142#M572300</link>
      <description>I have looked at a nddconf file on another server.  That nddconf file reads:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME=ip&lt;BR /&gt;NDD_NAME[0]=ip_forward_directed_broadcasts&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=ip&lt;BR /&gt;NDD_NAME[1]=ip_forward_src_routed&lt;BR /&gt;NDD_VALUE[1]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[2]=ip&lt;BR /&gt;NDD_NAME[2]=ip_forwarding&lt;BR /&gt;NDD_VALUE[2]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[3]=ip&lt;BR /&gt;NDD_NAME[3]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[3]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[4]=ip&lt;BR /&gt;NDD_NAME[4]=ip_send_redirects&lt;BR /&gt;NDD_VALUE[4]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[5]=ip&lt;BR /&gt;NDD_NAME[5]=ip_send_source_quench&lt;BR /&gt;NDD_VALUE[5]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[6]=tcp&lt;BR /&gt;NDD_NAME[6]=tcp_conn_request_max&lt;BR /&gt;NDD_VALUE[6]=500&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[7]=ip&lt;BR /&gt;NDD_NAME[7]=ip_respond_to_timestamp_broadcast&lt;BR /&gt;NDD_VALUE[7]=0&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[8]=tcp&lt;BR /&gt;NDD_NAME[8]=tcp_text_in_resets&lt;BR /&gt;NDD_VALUE[8]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I run 'ndd -c', I get an error message stating "Invalid entries in nddconf".  Can anyone tell me which entries in here are invalid, please?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Cameron&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 16:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145142#M572300</guid>
      <dc:creator>cninham</dc:creator>
      <dc:date>2003-12-15T16:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145143#M572301</link>
      <description>As farr as the error in nddconf is concernred, I have found it (myself!):&lt;BR /&gt;&lt;BR /&gt;old:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME=ip&lt;BR /&gt;&lt;BR /&gt;new:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Cameron&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 16:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145143#M572301</guid>
      <dc:creator>cninham</dc:creator>
      <dc:date>2003-12-15T16:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145144#M572302</link>
      <description>That error caused all following entries to be ignored. So if you want them set you'll have to run them all manually.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 15 Dec 2003 16:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145144#M572302</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-15T16:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145145#M572303</link>
      <description>Jeff, if I run: 'ndd -c' will that not read the nddconf file and set all the settings again?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Cameron&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 16:36:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145145#M572303</guid>
      <dc:creator>cninham</dc:creator>
      <dc:date>2003-12-15T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145146#M572304</link>
      <description>Cameron,&lt;BR /&gt;&lt;BR /&gt;I stand corrected. It will indeed do that. &lt;BR /&gt;Frankly I've never had the problem &amp;amp; knew not of the -c parm. Learn something new every day I do. Thanks for the lesson Cameron.&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;Jeff (Who really should read those man pgs better)</description>
      <pubDate>Mon, 15 Dec 2003 16:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145146#M572304</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-15T16:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Default gatework not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145147#M572305</link>
      <description>Cameron,&lt;BR /&gt;&lt;BR /&gt;It should work OK now that you have corrected the nddconf file.  If not, just remove the old default and add it back in.  Sometimes you have to do that to get it to come back from the dead.  It seems when you turn off dead gateway detection it does not automatically return the dead gateways to life.&lt;BR /&gt;&lt;BR /&gt;For next time, the ndd command is just entered at a command prompt.  If you are using a graphic interface then just open a new terminal window or telnet to the box from your desktop.  You do have to be root tho for this to work.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 15 Dec 2003 16:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gatework-not-working-correctly/m-p/3145147#M572305</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-12-15T16:59:57Z</dc:date>
    </item>
  </channel>
</rss>

