<?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: UCX alias on interface in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995651#M54625</link>
    <description>Got it.&lt;BR /&gt;&lt;BR /&gt;If you use the option 'netmask 255.255.255.255' when doing ifconfig then the alias is no longer used.&lt;BR /&gt;&lt;BR /&gt;I checked what changed with ifconfig -a but this command display the wrong network mask (that of the interface).&lt;BR /&gt;&lt;BR /&gt;Then I checked what changed with ucx sho rout and found without netmask a route was added for 128.231.0.0/30 going thru WIM while with the netmask it was for 128.231.158.102/32 (the address of WIM). The mask of the interface is 255.255.240.0.&lt;BR /&gt;&lt;BR /&gt;So, WIM will only be used as a source when going to WIM (tested and found true). In all other cases the 'normal' interface is used.&lt;BR /&gt;&lt;BR /&gt;So, now it can be assigned to an application. When the application goes down, the alias is unused.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 09 May 2007 02:14:33 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-05-09T02:14:33Z</dc:date>
    <item>
      <title>UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995643#M54617</link>
      <description>I defined an alias as&lt;BR /&gt;ifconfig WE0 -alias wim&lt;BR /&gt;&lt;BR /&gt;But when I use the node A (on which this alias was added) to go to node B via RLOGIN I find that the source IP address (in ucx show dev) is WIM instead of A.&lt;BR /&gt;&lt;BR /&gt;I now tried &lt;BR /&gt;ifconfig WE0 -alias wim metric 1&lt;BR /&gt;and now it is working as expected (that is source is now A).&lt;BR /&gt;&lt;BR /&gt;1. Is this a correct solution or are there still pitfalls ?&lt;BR /&gt;&lt;BR /&gt;2. How can I see the metric of all aliases ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 08 May 2007 03:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995643#M54617</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-08T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995644#M54618</link>
      <description>Hi Wim&lt;BR /&gt;&lt;BR /&gt;I tried this from a VMS732/tcpip5.4 box onto a slightly older VMS box 722/tcpip5.1&lt;BR /&gt;&lt;BR /&gt;ifconfig we0 alias wim netmask 255.etc&lt;BR /&gt;&lt;BR /&gt;ifconfig -a didnt show a metric here as it's ZERO.&lt;BR /&gt;&lt;BR /&gt;I executed rsh B ucx sho dev, several times ....&lt;BR /&gt;The report on the other node ALWAYS gave me your A equivalent as an answer, I couldnt reproduce the "error".&lt;BR /&gt;&lt;BR /&gt;Are you running RIP on your A box, it'll use the metric values...&lt;BR /&gt;I dont have RIP running, which "might" explain why I cant reproduce your results.&lt;BR /&gt;&lt;BR /&gt;Your Q2. (just changed around a little)&lt;BR /&gt;I assume A and WIM are on the same net, so they should have the same metric. Ie WE0 has the metric, not the aliases....&lt;BR /&gt;&lt;BR /&gt;I'll see if I can put RIP on one of my boxes!&lt;BR /&gt;An interesting question!&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 08 May 2007 07:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995644#M54618</guid>
      <dc:creator>Steve-Thompson</dc:creator>
      <dc:date>2007-05-08T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995645#M54619</link>
      <description>I don't have RIP. And indeed the metric is placed on WE0 (shown by ifconfig -a).&lt;BR /&gt;&lt;BR /&gt;Still wonder why WIM comes up when no metric is used.&lt;BR /&gt;&lt;BR /&gt;May be I could play with a smaller packet size (hoping IP would prefer the 1500 one).&lt;BR /&gt;&lt;BR /&gt;The problem is that I must be able to move the alias without stopping anything except the application that is using it.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 08 May 2007 09:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995645#M54619</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-08T09:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995646#M54620</link>
      <description>Wim&lt;BR /&gt;&lt;BR /&gt;I've duplicated your steps and included the output .... see if it helps!&lt;BR /&gt;I've added some other stuff just in case.&lt;BR /&gt;&lt;BR /&gt;I still cant duplicate your conditions!&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Tue, 08 May 2007 09:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995646#M54620</guid>
      <dc:creator>Steve-Thompson</dc:creator>
      <dc:date>2007-05-08T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995647#M54621</link>
      <description>Post again with .txt !&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 08 May 2007 09:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995647#M54621</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-08T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995648#M54622</link>
      <description>Further tests : the alias is only used when the traffic passes thru a router. I think.&lt;BR /&gt;And even with metric 1.</description>
      <pubDate>Tue, 08 May 2007 10:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995648#M54622</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-08T10:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995649#M54623</link>
      <description>Sorry about the file name.....&lt;BR /&gt;&lt;BR /&gt;following your articles... (I assume) the two nodes in your thread are on different nets, no?&lt;BR /&gt;&lt;BR /&gt;My tests were with 2 nodes on the same net.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2007 10:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995649#M54623</guid>
      <dc:creator>Steve-Thompson</dc:creator>
      <dc:date>2007-05-08T10:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995650#M54624</link>
      <description>Yes they were on different nets.&lt;BR /&gt;&lt;BR /&gt;In the mean time I've read that the last added alias is used.</description>
      <pubDate>Tue, 08 May 2007 10:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995650#M54624</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-08T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995651#M54625</link>
      <description>Got it.&lt;BR /&gt;&lt;BR /&gt;If you use the option 'netmask 255.255.255.255' when doing ifconfig then the alias is no longer used.&lt;BR /&gt;&lt;BR /&gt;I checked what changed with ifconfig -a but this command display the wrong network mask (that of the interface).&lt;BR /&gt;&lt;BR /&gt;Then I checked what changed with ucx sho rout and found without netmask a route was added for 128.231.0.0/30 going thru WIM while with the netmask it was for 128.231.158.102/32 (the address of WIM). The mask of the interface is 255.255.240.0.&lt;BR /&gt;&lt;BR /&gt;So, WIM will only be used as a source when going to WIM (tested and found true). In all other cases the 'normal' interface is used.&lt;BR /&gt;&lt;BR /&gt;So, now it can be assigned to an application. When the application goes down, the alias is unused.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 09 May 2007 02:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995651#M54625</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-05-09T02:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: UCX alias on interface</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995652#M54626</link>
      <description>Hi Wim&lt;BR /&gt;&lt;BR /&gt;Good news!&lt;BR /&gt;Yes, ifconfig has the default behaviour of putting in a standard mask for the net in use.&lt;BR /&gt;When I did my tests, I added my correct netmask of 255.255.255.0, to the ifconfig alias command.&lt;BR /&gt;If I hadn't, ifconfig would give me an 8 bit mask, which I didnt want to do. :-)&lt;BR /&gt;&lt;BR /&gt;Forgive me for only writing "255.etc"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 09 May 2007 05:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-alias-on-interface/m-p/3995652#M54626</guid>
      <dc:creator>Steve-Thompson</dc:creator>
      <dc:date>2007-05-09T05:43:57Z</dc:date>
    </item>
  </channel>
</rss>

