<?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: Re: Loopback in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760550#M784971</link>
    <description>Check if hostname of your server is correctly resolved, this might also be an issue.&lt;BR /&gt;#getip &lt;YOUR-HOSTNAME&gt; &lt;BR /&gt;=&amp;gt; if /etc/resolv.conf is configured to a nameserver but your server is not resolved by DNS, you may need to add conf in nsswitch.conf   to force use of FILES. &lt;BR /&gt;Example of nsswitch.conf contents: &lt;BR /&gt; hosts:          files [NOTFOUND=continue] dns&lt;BR /&gt;or &lt;BR /&gt; hosts:          dns [NOTFOUND=continue] files&lt;BR /&gt;&lt;BR /&gt;&lt;/YOUR-HOSTNAME&gt;</description>
    <pubDate>Wed, 29 Mar 2006 02:50:03 GMT</pubDate>
    <dc:creator>Antonio Cardoso_1</dc:creator>
    <dc:date>2006-03-29T02:50:03Z</dc:date>
    <item>
      <title>Re: Loopback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760546#M784967</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Just wondered, i am having difficulties logging into the CDE on an old Unix server I bought recently.&lt;BR /&gt;It just stays at the login prompt when I try to enter my u/name and pwd.&lt;BR /&gt;I was told this was because the IP address was set to the loopback address, and when I checked this that was the issue.&lt;BR /&gt;Anyone know how to resolve this?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Habib</description>
      <pubDate>Tue, 28 Mar 2006 10:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760546#M784967</guid>
      <dc:creator>Habib_4</dc:creator>
      <dc:date>2006-03-28T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Loopback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760547#M784968</link>
      <description>Shalom Habib,&lt;BR /&gt;&lt;BR /&gt;The loopback address needs to be up and running and it is used for internal networking. If root sends an email it originates on localhost the loopback network.&lt;BR /&gt;&lt;BR /&gt;I do not think setting the IP address of a NIC card to the loopback address is a good idea and agree it could be a problem.&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;or lan whatever is active.&lt;BR /&gt;&lt;BR /&gt;ifconfig can change the IP address to something legitimate.&lt;BR /&gt;&lt;BR /&gt;It can also be changed by editing /etc/rc.config.d/netconf and restarting networking or the system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 28 Mar 2006 10:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760547#M784968</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-28T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Loopback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760548#M784969</link>
      <description>Habib,&lt;BR /&gt;&lt;BR /&gt;I know that it is not the "pure unix guys" way, but you can change the network cards ip address using SAM on the console. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;JASH</description>
      <pubDate>Wed, 29 Mar 2006 02:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760548#M784969</guid>
      <dc:creator>JASH_2</dc:creator>
      <dc:date>2006-03-29T02:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Loopback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760549#M784970</link>
      <description>loopback is used for local administration usage in that machine. You have to configure your network card with IP-Address for communicating from external. Configure with ifconfig &lt;INTERFACE lan=""&gt;. Or do it with SAM.&lt;BR /&gt;&lt;BR /&gt;To get permanent effect then configure in /etc/rc.config.d/netconf on related with INTERFACE_* related variables.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/INTERFACE&gt;</description>
      <pubDate>Wed, 29 Mar 2006 02:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760549#M784970</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-29T02:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Loopback</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760550#M784971</link>
      <description>Check if hostname of your server is correctly resolved, this might also be an issue.&lt;BR /&gt;#getip &lt;YOUR-HOSTNAME&gt; &lt;BR /&gt;=&amp;gt; if /etc/resolv.conf is configured to a nameserver but your server is not resolved by DNS, you may need to add conf in nsswitch.conf   to force use of FILES. &lt;BR /&gt;Example of nsswitch.conf contents: &lt;BR /&gt; hosts:          files [NOTFOUND=continue] dns&lt;BR /&gt;or &lt;BR /&gt; hosts:          dns [NOTFOUND=continue] files&lt;BR /&gt;&lt;BR /&gt;&lt;/YOUR-HOSTNAME&gt;</description>
      <pubDate>Wed, 29 Mar 2006 02:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/re-loopback/m-p/3760550#M784971</guid>
      <dc:creator>Antonio Cardoso_1</dc:creator>
      <dc:date>2006-03-29T02:50:03Z</dc:date>
    </item>
  </channel>
</rss>

