<?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: TCPIP under VMS - alias ip address on same interface in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093267#M57250</link>
    <description>You might need to reconsider the mask.&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1226582169413+28353475&amp;amp;threadId=1125017" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1226582169413+28353475&amp;amp;threadId=1125017&lt;/A&gt; (see my last post)&lt;BR /&gt;&lt;BR /&gt;If current tcp versions react in the same way as 5.3.&lt;BR /&gt;&lt;BR /&gt;wIM</description>
    <pubDate>Thu, 13 Nov 2008 13:18:21 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2008-11-13T13:18:21Z</dc:date>
    <item>
      <title>TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093260#M57243</link>
      <description>&lt;BR /&gt;Is there a means of making the following TCPIP command permanent without having to reconfigure with each system reboot ?&lt;BR /&gt;&lt;BR /&gt;$ tcpip ifconfig ie0 alias 192.168.22.120 netmask 255.255.255.0&lt;BR /&gt;$ tcpip route add 192.168.6.0/24 192.168.22.254</description>
      <pubDate>Sun, 28 Oct 2007 21:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093260#M57243</guid>
      <dc:creator>J Asson</dc:creator>
      <dc:date>2007-10-28T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093261#M57244</link>
      <description>I don't actually use it these days, but I'd&lt;BR /&gt;assume that the normal method is to add the&lt;BR /&gt;commands to an appropriate system start-up&lt;BR /&gt;command procedure.  If there's a TCPIP SET&lt;BR /&gt;CONFIGURATION INTERFACE command which will&lt;BR /&gt;do what you want, then it can persist, but&lt;BR /&gt;ifconfig is more UNIX-like.&lt;BR /&gt;&lt;BR /&gt;That is, I believe, essentially what a&lt;BR /&gt;typical UNIX system would do for its ifconfig&lt;BR /&gt;commands.</description>
      <pubDate>Sun, 28 Oct 2007 22:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093261#M57244</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-28T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093262#M57245</link>
      <description>At the end TCPIP$STARTUP checks for and calls SYS$STARTUP:TCPIP$SYSTARTUP, if availble.&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 00:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093262#M57245</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-10-29T00:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093263#M57246</link>
      <description>Which version of TCPIP Services are you running on which version of VMS?&lt;BR /&gt;&lt;BR /&gt;If I remember correctly the more recent versions of TCPIP$CONFIG will let you set up multiple addresses per interface. Have you tried that?&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 23:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093263#M57246</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2007-10-29T23:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093264#M57247</link>
      <description>Hi,&lt;BR /&gt;check tcpip help with commands:&lt;BR /&gt;- tcpip set interface&lt;BR /&gt;- tcpip set configuration interface (for permanent setting)&lt;BR /&gt;- tcpip set route /permanent&lt;BR /&gt;&lt;BR /&gt;Petr</description>
      <pubDate>Tue, 30 Oct 2007 03:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093264#M57247</guid>
      <dc:creator>Petr Spisek</dc:creator>
      <dc:date>2007-10-30T03:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093265#M57248</link>
      <description>Put these commands in a procedure, and call that procedure from SYSTARTUP_VMS atfer you started TCPIP. It will be executed on reboot. I would add code to remove these extra addresses as well and steer using a parameter:&lt;BR /&gt;&lt;BR /&gt;$ if p1 .eqs. "START" &lt;BR /&gt;$ then &lt;BR /&gt;$    gosub add_address&lt;BR /&gt;$ else&lt;BR /&gt;$    gosub remove_addresses&lt;BR /&gt;$ endif&lt;BR /&gt;$ exit&lt;BR /&gt;$Add_address:&lt;BR /&gt;$ tcpip ipconfig ie alias ...&lt;BR /&gt;$! Whatever you need to do&lt;BR /&gt;$ return&lt;BR /&gt;$remove_address:&lt;BR /&gt;$ tcpip ipconfig ie -alias ...&lt;BR /&gt;$! Whatever you need to do&lt;BR /&gt;$ return&lt;BR /&gt;&lt;BR /&gt;(just a template from memory. You'll need to adjsut)</description>
      <pubDate>Tue, 30 Oct 2007 09:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093265#M57248</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2007-10-30T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093266#M57249</link>
      <description>The answer is no - you have to add them to the TCPIP$SYSTARTUP.COM file.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 13 Nov 2008 12:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093266#M57249</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2008-11-13T12:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093267#M57250</link>
      <description>You might need to reconsider the mask.&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1226582169413+28353475&amp;amp;threadId=1125017" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1226582169413+28353475&amp;amp;threadId=1125017&lt;/A&gt; (see my last post)&lt;BR /&gt;&lt;BR /&gt;If current tcp versions react in the same way as 5.3.&lt;BR /&gt;&lt;BR /&gt;wIM</description>
      <pubDate>Thu, 13 Nov 2008 13:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093267#M57250</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-11-13T13:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP under VMS - alias ip address on same interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093268#M57251</link>
      <description>I'll bite.  Why awaken this year-old thread?</description>
      <pubDate>Thu, 13 Nov 2008 14:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-under-vms-alias-ip-address-on-same-interface/m-p/4093268#M57251</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-13T14:51:15Z</dc:date>
    </item>
  </channel>
</rss>

