<?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: Openvms7.2-1:Virtual IP configuration in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081617#M61100</link>
    <description>SET HOST is a decnet command.&lt;BR /&gt;On 7.3-1 (the only one I've access to) does not accept /ADDRESS option (see HELP SET HOST). Either you do:&lt;BR /&gt;&lt;BR /&gt;SET HOST JACK/TELNET=&lt;ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;or just&lt;BR /&gt;&lt;BR /&gt;TELNET &lt;ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;What exactly is the requirement (I _should_ have asked before, I know...) If it just is to access the very same machine, IP address 127.0.0.1 (localhost) will do as well. In that case you don't have do do anything.&lt;BR /&gt;To check whether it works (on that interface) acess it from another machine in that network and just ping 10.140.0.90. It should reply.&lt;/ADDRESS&gt;&lt;/ADDRESS&gt;</description>
    <pubDate>Tue, 30 Sep 2003 12:27:31 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2003-09-30T12:27:31Z</dc:date>
    <item>
      <title>Openvms7.2-1:Virtual IP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081614#M61097</link>
      <description>Have AS4100 server 7.2-1 with a real IP10.150.0.90.I want to configure a virtual IP 10.140.0.90 to this server to fulfill some software requirements.How can i configure this?&lt;BR /&gt;detailed description in this regard will help to resolve this issue.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 30 Sep 2003 07:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081614#M61097</guid>
      <dc:creator>Learn_1</dc:creator>
      <dc:date>2003-09-30T07:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms7.2-1:Virtual IP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081615#M61098</link>
      <description>What do you mean by 'virtual IP address'?&lt;BR /&gt;You can easily add more addresses on an NIC:&lt;BR /&gt;&lt;BR /&gt;tcpip ifconfig &lt;INTERFACE&gt; alias &lt;ALIASADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;in your case, assuming your NIC is WE0:&lt;BR /&gt;&lt;BR /&gt;$ tcpip ifconfig WE0 alias 10.140.0.90&lt;BR /&gt;&lt;BR /&gt;If you use another bitmask than (in this case) 255.0.0.0 (= &lt;ADDRESS&gt;/8) you should add the subnet mask:&lt;BR /&gt;&lt;BR /&gt;netmask &lt;YOUR mask=""&gt;&lt;BR /&gt;&lt;BR /&gt;or just add /&lt;NUMBER of="" bits=""&gt; to the alias address.&lt;BR /&gt;&lt;BR /&gt;This address can be pinged if correctly set up.&lt;BR /&gt;Don't forget &lt;BR /&gt;(You can also add more addresses in one go, using aliaslist parameter.&lt;BR /&gt;&lt;BR /&gt;For greater detail look into TCPIP HELP IFCONFIF PARAMETERS (you need a scrollable interface, or redirect output to a file, it's UNIX like...)&lt;BR /&gt;&lt;/NUMBER&gt;&lt;/YOUR&gt;&lt;/ADDRESS&gt;&lt;/ALIASADDRESS&gt;&lt;/INTERFACE&gt;</description>
      <pubDate>Tue, 30 Sep 2003 08:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081615#M61098</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-09-30T08:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms7.2-1:Virtual IP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081616#M61099</link>
      <description>Thanks for your reply.&lt;BR /&gt;if i do following then what will happen.&lt;BR /&gt;set host jack /address:10.140.0.90</description>
      <pubDate>Tue, 30 Sep 2003 08:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081616#M61099</guid>
      <dc:creator>Learn_1</dc:creator>
      <dc:date>2003-09-30T08:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms7.2-1:Virtual IP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081617#M61100</link>
      <description>SET HOST is a decnet command.&lt;BR /&gt;On 7.3-1 (the only one I've access to) does not accept /ADDRESS option (see HELP SET HOST). Either you do:&lt;BR /&gt;&lt;BR /&gt;SET HOST JACK/TELNET=&lt;ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;or just&lt;BR /&gt;&lt;BR /&gt;TELNET &lt;ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;What exactly is the requirement (I _should_ have asked before, I know...) If it just is to access the very same machine, IP address 127.0.0.1 (localhost) will do as well. In that case you don't have do do anything.&lt;BR /&gt;To check whether it works (on that interface) acess it from another machine in that network and just ping 10.140.0.90. It should reply.&lt;/ADDRESS&gt;&lt;/ADDRESS&gt;</description>
      <pubDate>Tue, 30 Sep 2003 12:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081617#M61100</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-09-30T12:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Openvms7.2-1:Virtual IP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081618#M61101</link>
      <description>I think that you are trying to describe using the CLUSTER ALIAS.  This allows you to setup an Alias IP address that the cluster can move between cluster nodes.&lt;BR /&gt;-&lt;BR /&gt;&lt;BR /&gt;If you use the @TCPIP$CONFIG program for setting your TCPIP addresses, after you configure your real IP adresses, it asks you about configuring the Cluster address.   you would use this to configure your Cluster Alias the easy way.&lt;BR /&gt;-&lt;BR /&gt;&lt;BR /&gt;The harder way is to go into TCPIP, and manually configure it with /addr=.../CMASK=...etc.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Sep 2003 19:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms7-2-1-virtual-ip-configuration/m-p/3081618#M61101</guid>
      <dc:creator>Mike Naime</dc:creator>
      <dc:date>2003-09-30T19:04:32Z</dc:date>
    </item>
  </channel>
</rss>

