<?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 Configure HP-UX workstation to the internet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700053#M57665</link>
    <description>How can I configure HP-UX work station to connect to Internet ,What are all the files i need to be configured, I edited /etc/rc.config.d/netconf&lt;BR /&gt;when I opened a netscape browser, it says DNS entry not found , but I added DNS entries in /etc/resolv.conf &lt;BR /&gt;could some one help me?</description>
    <pubDate>Tue, 09 Apr 2002 13:49:26 GMT</pubDate>
    <dc:creator>Srinivasa Katta</dc:creator>
    <dc:date>2002-04-09T13:49:26Z</dc:date>
    <item>
      <title>Configure HP-UX workstation to the internet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700053#M57665</link>
      <description>How can I configure HP-UX work station to connect to Internet ,What are all the files i need to be configured, I edited /etc/rc.config.d/netconf&lt;BR /&gt;when I opened a netscape browser, it says DNS entry not found , but I added DNS entries in /etc/resolv.conf &lt;BR /&gt;could some one help me?</description>
      <pubDate>Tue, 09 Apr 2002 13:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700053#M57665</guid>
      <dc:creator>Srinivasa Katta</dc:creator>
      <dc:date>2002-04-09T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HP-UX workstation to the internet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700054#M57666</link>
      <description>Hi you need to do following.&lt;BR /&gt;&lt;BR /&gt;1.edit  /etc/resolv.conf file&lt;BR /&gt;and put all the name server and search domain in it.&lt;BR /&gt;&lt;BR /&gt;2. edit /etc/hosts file and put the required host name and NIS server,NFS servers name in it.&lt;BR /&gt;&lt;BR /&gt;3. /etc/netconf  file put the corrct network parameters IP, Subnet etc..etc...&lt;BR /&gt;Then reboot the work station.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Tue, 09 Apr 2002 13:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700054#M57666</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-09T13:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HP-UX workstation to the internet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700055#M57667</link>
      <description>Hi you need to do following.&lt;BR /&gt;&lt;BR /&gt;1.edit  /etc/resolv.conf file&lt;BR /&gt;and put all the name server and search domain in it.&lt;BR /&gt;&lt;BR /&gt;2. edit /etc/hosts file and put the required host name and NIS server,NFS servers name in it.&lt;BR /&gt;&lt;BR /&gt;3. /etc/netconf  file put the corrct network parameters IP, Subnet etc..etc...&lt;BR /&gt;Then reboot the work station.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check the hostname resolution using nslookup to check whether your host is capable to look the DNS database?&lt;BR /&gt;-pap</description>
      <pubDate>Tue, 09 Apr 2002 14:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700055#M57667</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-09T14:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HP-UX workstation to the internet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700056#M57668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do not forget to use "/etc/nsswitch.conf", to use the entries in your local "/etc/hosts" *before* trying DNS, as that potentially is very slow...&lt;BR /&gt;&lt;BR /&gt;It may look like:&lt;BR /&gt;&lt;BR /&gt;hosts: files[NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2002 14:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700056#M57668</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-09T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure HP-UX workstation to the internet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700057#M57669</link>
      <description>Also check this one :&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf : used to find out what services to use to find other systems. Must contain DNS. Previous name sources need to have "continue" configured.&lt;BR /&gt;&lt;BR /&gt;Best way is to check with SAM (networking &amp;amp; Communications - Name Service Switch).&lt;BR /&gt;&lt;BR /&gt;Also check permissions on /etc/resolv.conf. Everyone needs read access to this file.</description>
      <pubDate>Tue, 09 Apr 2002 14:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-hp-ux-workstation-to-the-internet/m-p/2700057#M57669</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2002-04-09T14:23:35Z</dc:date>
    </item>
  </channel>
</rss>

