<?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 telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887793#M281011</link>
    <description>Dear all what is the procedure for assigning ip aliase for hp .suppose i have one server with ip addres 21.2.9.10 and i want to set an ip aliase to address and ip to 172.6.10.4 and connect to other network.first one is my internal local lan and second ip for intranet (wan connection).after that i want to give local telnet and ftp access to the server but to be set as no telnet or ftp connection from intranet .i donot have any firewall server directly connected to wan through router and   ll&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;bkb</description>
    <pubDate>Fri, 27 Oct 2006 02:43:48 GMT</pubDate>
    <dc:creator>Baiju Kumar.B_1</dc:creator>
    <dc:date>2006-10-27T02:43:48Z</dc:date>
    <item>
      <title>telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887793#M281011</link>
      <description>Dear all what is the procedure for assigning ip aliase for hp .suppose i have one server with ip addres 21.2.9.10 and i want to set an ip aliase to address and ip to 172.6.10.4 and connect to other network.first one is my internal local lan and second ip for intranet (wan connection).after that i want to give local telnet and ftp access to the server but to be set as no telnet or ftp connection from intranet .i donot have any firewall server directly connected to wan through router and   ll&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;bkb</description>
      <pubDate>Fri, 27 Oct 2006 02:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887793#M281011</guid>
      <dc:creator>Baiju Kumar.B_1</dc:creator>
      <dc:date>2006-10-27T02:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887794#M281012</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can use ifconfig command or you can directly edit the file /etc/rc.config.d/netconf&lt;BR /&gt;ex:&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0:1 inet ipaddress mask netmask&lt;BR /&gt;&lt;BR /&gt;edit /etc/rc.config.d/netconf&lt;BR /&gt;add the following entry &lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0:1]=lan0&lt;BR /&gt;IP_ADDRESS[0:1]="newip"&lt;BR /&gt;SUBNET_MASK[0:1]="netmask"&lt;BR /&gt;BROADCAST_ADDRESS[0:1]=""&lt;BR /&gt;INTERFACE_STATE[0:1]=""&lt;BR /&gt;&lt;BR /&gt;start the services or reboot the server&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2006 04:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887794#M281012</guid>
      <dc:creator>Gurumanickam</dc:creator>
      <dc:date>2006-10-27T04:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887795#M281013</link>
      <description>Correct syntax is :&lt;BR /&gt;&lt;BR /&gt;if you have alias for lan0 &lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan0:1&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 27 Oct 2006 04:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887795#M281013</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2006-10-27T04:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887796#M281014</link>
      <description>sorry&lt;BR /&gt;&lt;BR /&gt;the correct syntax is&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0:0&lt;BR /&gt;IP_ADDRESS[0]=10.1.1.29&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan0:1&lt;BR /&gt;IP_ADDRESS[1]=ip&lt;BR /&gt;SUBNET_MASK[1]="mask"&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=""&lt;BR /&gt;INTERFACE_MODULES[1]=""&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2006 04:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet/m-p/3887796#M281014</guid>
      <dc:creator>Gurumanickam</dc:creator>
      <dc:date>2006-10-27T04:41:29Z</dc:date>
    </item>
  </channel>
</rss>

