<?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: Loop back interface in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370047#M566348</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am very sorry about my little supplied details.&lt;BR /&gt;First there is no firewall between my PC and the server.&lt;BR /&gt;And I can telnet to my server using its standard interface IP.&lt;BR /&gt;I tried another solution like the following&lt;BR /&gt;&lt;BR /&gt;lo0:1  192.168.0.112 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;And on my PC could not either connect to this IP even it is in the same network, so I did the following:&lt;BR /&gt;&lt;BR /&gt;arp -s 192.168.0.112 xx.yy.zz (the MAC address of lan0)&lt;BR /&gt;&lt;BR /&gt;And it works correct.&lt;BR /&gt;But I cannot do this since I have to issue this command on every workstation on the LAN, and I want my VIP to be on different subnet, so both subnets (192.168.1.0 and 192.168.0.0) can connect using my VIP.&lt;BR /&gt;&lt;BR /&gt;Thanks for your response...</description>
    <pubDate>Sun, 05 Sep 2004 06:59:06 GMT</pubDate>
    <dc:creator>Fayez</dc:creator>
    <dc:date>2004-09-05T06:59:06Z</dc:date>
    <item>
      <title>Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370039#M566340</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I give ip address for the loopback interface using the following command :&lt;BR /&gt;ifconfig lo0:1 192.168.1.1 netmask 255.255.255.0&lt;BR /&gt;I tested my configuration with the ping command from my PC and it was succesful.&lt;BR /&gt;Put when I tried to telnet to that ip address from my PC, it didn't work.&lt;BR /&gt;Can any one help me??&lt;BR /&gt;Thanks for all.....&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Sep 2004 10:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370039#M566340</guid>
      <dc:creator>Fayez</dc:creator>
      <dc:date>2004-09-01T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370040#M566341</link>
      <description>I don't know why but.....&lt;BR /&gt;&lt;BR /&gt;But don't change the loopback address.&lt;BR /&gt;&lt;BR /&gt;There is no good reason for it.&lt;BR /&gt;&lt;BR /&gt;It messes up networking.&lt;BR /&gt;&lt;BR /&gt;Leave it alone.&lt;BR /&gt;&lt;BR /&gt;Change it back to the default in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Sep 2004 10:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370040#M566341</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-01T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370041#M566342</link>
      <description>You can't set your "loopback" device with a LAN address, you have to bind the address to your LAN card.&lt;BR /&gt;&lt;BR /&gt;Assuming you're not familiar with HPUX, your easiest recourse will be to run "sam", and configure lan0 (which will be the default internal LAN card - you may need lan1/lan2 etc if you have separate LAN cards).&lt;BR /&gt;&lt;BR /&gt;lanscan will show you what cards you have installed.</description>
      <pubDate>Wed, 01 Sep 2004 10:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370041#M566342</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-09-01T10:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370042#M566343</link>
      <description>Hi Fayez,&lt;BR /&gt;&lt;BR /&gt;If you're referring to the "localhost" entry in /etc/hosts that has loopback as an alias - DO NOT CHANGE THAT FROM 127.0.0.1&lt;BR /&gt;It should remain&lt;BR /&gt;&lt;BR /&gt;127.0.0.1 localhost loopback&lt;BR /&gt;&lt;BR /&gt;You'll break a lot of stuff if you do. It's used to keep actual *local* traffic inside the box &amp;amp; off the subnet.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 Sep 2004 10:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370042#M566343</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-09-01T10:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370043#M566344</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What I'm looking to do is to use 'System IP' facility.&lt;BR /&gt;&lt;BR /&gt;I have two network cards, and by giving my loopback lo0:1 an ip address, it will be available as long as one interface remains usable (NOT lo0:0 it still have 127.0.0.1), and it is supported by HPUX as in the docs.&lt;BR /&gt;&lt;BR /&gt;See the man page of ifconfig....&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2004 00:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370043#M566344</guid>
      <dc:creator>Fayez</dc:creator>
      <dc:date>2004-09-02T00:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370044#M566345</link>
      <description>IIRC you can do virtual IPs by binding an IP address to lo:n, but the physical NICs still must have IP addresses of their own.   &lt;BR /&gt;&lt;BR /&gt;when you say the ping worked, but telnet did not, can you be a bit more specific about the failure messages when you tried to telnet.&lt;BR /&gt;&lt;BR /&gt;for "HA" on links, the "better" solution is to use Auto Port Aggregataion</description>
      <pubDate>Thu, 02 Sep 2004 10:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370044#M566345</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-02T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370045#M566346</link>
      <description>Hi,&lt;BR /&gt;I already gived an IP address for the physical ethernet cards :&lt;BR /&gt;&lt;BR /&gt;lan0  192.168.0.115 255.255.255.0&lt;BR /&gt;lan1  192.168.1.1   255.255.255.0&lt;BR /&gt;lo0:1 192.168.2.1   255.255.255.0&lt;BR /&gt;&lt;BR /&gt;and I execute the following command on my PC:&lt;BR /&gt;&lt;BR /&gt;route add 192.168.2.1 192.168.0.115&lt;BR /&gt;&lt;BR /&gt;The ping command to the VIP done successfully, and when i tried to telnet in using the VIP from my PC the following error message appear:&lt;BR /&gt;&lt;BR /&gt;Could not open a connection to host on port 23 : Connect failed&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Sep 2004 01:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370045#M566346</guid>
      <dc:creator>Fayez</dc:creator>
      <dc:date>2004-09-05T01:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370046#M566347</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your configuration should work. Since your ping is working, then I assume your ip_forwarding is enabled.&lt;BR /&gt;&lt;BR /&gt;Are you able to telnet to the workstaion from your PC using the regular interface?.&lt;BR /&gt;&lt;BR /&gt;Enabled connection logging with inetd (inetd -l) and observe syslog.log while you try to connect to it.&lt;BR /&gt;&lt;BR /&gt;Last but not the least, check if there is firewall between your PC and the system that is not blocking access to port 23 for the VIP.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 05 Sep 2004 01:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370046#M566347</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-05T01:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370047#M566348</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am very sorry about my little supplied details.&lt;BR /&gt;First there is no firewall between my PC and the server.&lt;BR /&gt;And I can telnet to my server using its standard interface IP.&lt;BR /&gt;I tried another solution like the following&lt;BR /&gt;&lt;BR /&gt;lo0:1  192.168.0.112 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;And on my PC could not either connect to this IP even it is in the same network, so I did the following:&lt;BR /&gt;&lt;BR /&gt;arp -s 192.168.0.112 xx.yy.zz (the MAC address of lan0)&lt;BR /&gt;&lt;BR /&gt;And it works correct.&lt;BR /&gt;But I cannot do this since I have to issue this command on every workstation on the LAN, and I want my VIP to be on different subnet, so both subnets (192.168.1.0 and 192.168.0.0) can connect using my VIP.&lt;BR /&gt;&lt;BR /&gt;Thanks for your response...</description>
      <pubDate>Sun, 05 Sep 2004 06:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370047#M566348</guid>
      <dc:creator>Fayez</dc:creator>
      <dc:date>2004-09-05T06:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loop back interface</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370048#M566349</link>
      <description>&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt; and a search for "virtual IP" might be helpful.&lt;BR /&gt;&lt;BR /&gt;As for needing to add the MAC address of the PC manually, indeed, that should not be required.  If you could further describe the topology of your network and any ndd settings you may have changed that might help.  Also full netstat -rn output.</description>
      <pubDate>Sun, 05 Sep 2004 10:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/loop-back-interface/m-p/3370048#M566349</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-05T10:59:29Z</dc:date>
    </item>
  </channel>
</rss>

