<?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: acces internet from hpux11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949230#M413294</link>
    <description>To access internet,&lt;BR /&gt;&lt;BR /&gt;You have to configure hostname and ip-address resolvation setup and routing.&lt;BR /&gt;&lt;BR /&gt;Configure /etc/nsswitch.conf file for hosts: entry as,&lt;BR /&gt;&lt;BR /&gt;hosts: files dns&lt;BR /&gt;&lt;BR /&gt;will use /etc/hosts for files and /etc/resolv.conf for dns.&lt;BR /&gt;&lt;BR /&gt;You can setup routing with route command. For permanent effect configure with /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;You have to check with nslookup or ping with some internet domains and has to get successfull return.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
    <pubDate>Thu, 29 Dec 2005 05:41:20 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-12-29T05:41:20Z</dc:date>
    <item>
      <title>acces internet from hpux11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949227#M413291</link>
      <description>i'd like to access internet from my hpux11i server . i must add a gateway adress and a DNS adress to my lan config.&lt;BR /&gt;&lt;BR /&gt;how to do ?</description>
      <pubDate>Thu, 29 Dec 2005 05:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949227#M413291</guid>
      <dc:creator>Nabil Boussetta</dc:creator>
      <dc:date>2005-12-29T05:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: acces internet from hpux11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949228#M413292</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You need to edit /etc/resolv.conf and add nameserver &lt;YOUR_NAME_SERVER&gt; &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/YOUR_NAME_SERVER&gt;</description>
      <pubDate>Thu, 29 Dec 2005 05:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949228#M413292</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-29T05:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: acces internet from hpux11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949229#M413293</link>
      <description>Hi Nabil,&lt;BR /&gt;&lt;BR /&gt;You need to add a gateway to handle your request to the internet.&lt;BR /&gt;&lt;BR /&gt;You need to update /etc/resolv.conf to update your DNS on your unix server</description>
      <pubDate>Thu, 29 Dec 2005 05:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949229#M413293</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-12-29T05:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: acces internet from hpux11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949230#M413294</link>
      <description>To access internet,&lt;BR /&gt;&lt;BR /&gt;You have to configure hostname and ip-address resolvation setup and routing.&lt;BR /&gt;&lt;BR /&gt;Configure /etc/nsswitch.conf file for hosts: entry as,&lt;BR /&gt;&lt;BR /&gt;hosts: files dns&lt;BR /&gt;&lt;BR /&gt;will use /etc/hosts for files and /etc/resolv.conf for dns.&lt;BR /&gt;&lt;BR /&gt;You can setup routing with route command. For permanent effect configure with /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;You have to check with nslookup or ping with some internet domains and has to get successfull return.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Thu, 29 Dec 2005 05:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949230#M413294</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-29T05:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: acces internet from hpux11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949231#M413295</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for gateway edit /etc/rc.config.d/netconf file. or use ifconfig command&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="10.14.9.19"&lt;BR /&gt;SUBNET_MASK[0]="255.255.255.224"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.14.9.11"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for dns edit the /etc/resolv.conf file&lt;BR /&gt;&lt;BR /&gt;exmaple : &lt;BR /&gt;&lt;BR /&gt;domain          testserver.com&lt;BR /&gt;nameserver      10.125.26.56&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Tvs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Dec 2005 05:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949231#M413295</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-12-29T05:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: acces internet from hpux11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949232#M413296</link>
      <description>ok</description>
      <pubDate>Thu, 29 Dec 2005 05:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acces-internet-from-hpux11i/m-p/4949232#M413296</guid>
      <dc:creator>Nabil Boussetta</dc:creator>
      <dc:date>2005-12-29T05:50:28Z</dc:date>
    </item>
  </channel>
</rss>

