<?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 Possible problem with IP clustering and FTP. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773419#M60600</link>
    <description>On OpenVMS 8.4, when configured for IP clustering, a route appears in the routing table which causes the FTP Data connection (Port 20) to try to use the IP interface when connecting to servers which are on the same sub-net.&lt;BR /&gt;&lt;BR /&gt;See attachment for example.&lt;BR /&gt;&lt;BR /&gt;The ftp attempt will fail with an "Unable to build data connection" error.&lt;BR /&gt;&lt;BR /&gt;It can be fixed by removing the offending route from the routing table, however the route reappears after a system reboot.&lt;BR /&gt;&lt;BR /&gt;I dont know if this is a bug, or if the route is required for IP clustering.    &lt;BR /&gt;&lt;BR /&gt;Am I going to have to place the "set noroute" command in the system startup to get FTP to work under normal usage??&lt;BR /&gt;&lt;BR /&gt;Is this removing the route going to screw up the IP clustering??  (I have not yet got around to adding the second node to the cluster.)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
    <pubDate>Mon, 04 Apr 2011 14:01:44 GMT</pubDate>
    <dc:creator>The Brit</dc:creator>
    <dc:date>2011-04-04T14:01:44Z</dc:date>
    <item>
      <title>Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773419#M60600</link>
      <description>On OpenVMS 8.4, when configured for IP clustering, a route appears in the routing table which causes the FTP Data connection (Port 20) to try to use the IP interface when connecting to servers which are on the same sub-net.&lt;BR /&gt;&lt;BR /&gt;See attachment for example.&lt;BR /&gt;&lt;BR /&gt;The ftp attempt will fail with an "Unable to build data connection" error.&lt;BR /&gt;&lt;BR /&gt;It can be fixed by removing the offending route from the routing table, however the route reappears after a system reboot.&lt;BR /&gt;&lt;BR /&gt;I dont know if this is a bug, or if the route is required for IP clustering.    &lt;BR /&gt;&lt;BR /&gt;Am I going to have to place the "set noroute" command in the system startup to get FTP to work under normal usage??&lt;BR /&gt;&lt;BR /&gt;Is this removing the route going to screw up the IP clustering??  (I have not yet got around to adding the second node to the cluster.)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 04 Apr 2011 14:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773419#M60600</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2011-04-04T14:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773420#M60601</link>
      <description>Based on the behavior, I'll assume that LLB0 does not have gateway or access to other systems in the xxx.yyy.zzz.0 subnet.  If this assumption is correct, you have two options for resolving this.  You don't need TCP/IP for cluster communications.  Turn it off. SET NOINTERFACE LLB0 and SET CONTFIG NOINTERFACE LLB0    &lt;BR /&gt;&lt;BR /&gt; If you need TCPIP available, for example to manage a dedicated switch on that subnet, modify the address on LLB0 to use a private address in an alternate subnet.  For example, xxx.yyy.zza.193.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2011 15:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773420#M60601</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2011-04-04T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773421#M60602</link>
      <description>Andy,&lt;BR /&gt;    I tried your suggestion of "TCPIP set config nointer LE1"&lt;BR /&gt;&lt;BR /&gt;---------------------------------&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip show config inter&lt;BR /&gt;  &lt;BR /&gt; Interface: LO0&lt;BR /&gt;   IP_Addr: 127.0.0.1         NETWRK: 255.0.0.0         BRDCST:&lt;BR /&gt;  &lt;BR /&gt; Interface: LE0&lt;BR /&gt;   IP_Addr: xxx.yyy.zzz.192       NETWRK: 255.255.255.0     BRDCST: xxx.yyy.zzz.255&lt;BR /&gt;  &lt;BR /&gt; Interface: LE1&lt;BR /&gt;   IP_Addr: xxx.yyy.zzz.193       NETWRK: 255.255.255.0     BRDCST: xxx.yyy.zzz.255&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip set config nointer le1&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip show config inter&lt;BR /&gt;  &lt;BR /&gt; Interface: LO0&lt;BR /&gt;   IP_Addr: 127.0.0.1         NETWRK: 255.0.0.0         BRDCST:&lt;BR /&gt;  &lt;BR /&gt; Interface: LE0&lt;BR /&gt;   IP_Addr: xxx.yyy.zzz.192       NETWRK: 255.255.255.0     BRDCST: xxx.yyy.zzz.255&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; @sys$system:shutdown&lt;BR /&gt;&lt;BR /&gt;--------------------------------------&lt;BR /&gt;however when the system came back, the route was back;&lt;BR /&gt;&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip show route&lt;BR /&gt;  &lt;BR /&gt;                             DYNAMIC&lt;BR /&gt;  &lt;BR /&gt;Type           Destination                           Gateway&lt;BR /&gt;  &lt;BR /&gt;AN    0.0.0.0                               xxx.yyy.zzz.1&lt;BR /&gt;AN    0.0.0.0                               xxx.yyy.zzz.1&lt;BR /&gt;AN    xxx.yyy.zzz.0/24                       xxx.yyy.zzz.193&lt;BR /&gt;AN    xxx.yyy.zzz.0/24                       xxx.yyy.zzz.192&lt;BR /&gt;AH    xxx.yyy.zzz.192                        xxx.yyy.zzz.192&lt;BR /&gt;AH    xxx.yyy.zzz.193                        xxx.yyy.zzz.193&lt;BR /&gt;AH    127.0.0.1                             127.0.0.1&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip show inter&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt; &lt;BR /&gt; LE0        xxx.yyy.zzz.192     255.255.255.0              85            17    1500&lt;BR /&gt; LE1        xxx.yyy.zzz.193     255.255.255.0               0            50    1500&lt;BR /&gt; LO0        127.0.0.1       255.0.0.0                   0             0    4096&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip show config inter&lt;BR /&gt;  &lt;BR /&gt; Interface: LO0&lt;BR /&gt;   IP_Addr: 127.0.0.1         NETWRK: 255.0.0.0         BRDCST:&lt;BR /&gt;  &lt;BR /&gt; Interface: LE0&lt;BR /&gt;   IP_Addr: xxx.yyy.zzz.192       NETWRK: 255.255.255.0     BRDCST: xxx.yyy.zzz.255&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;&lt;BR /&gt;and now when I try to ftp it just hangs at the FTP command.&lt;BR /&gt;&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; ftp xxx.yyy.zzz.191&lt;BR /&gt;&lt;BR /&gt;Ctrl/Y&lt;BR /&gt;&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip set noroute zzz.yyy.zzz.0 /gateway=xxx.yyy.zzz.193&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt;&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; ftp xxx.yyy.zzz.191&lt;BR /&gt;220 tab-bud.tessco.com FTP Server (Version 5.6) Ready.&lt;BR /&gt;Connected to TAB-BUD. &lt;BR /&gt;Name (TAB-BUD:system): &lt;BR /&gt;331 Username system requires a Password&lt;BR /&gt;Password: &lt;BR /&gt;230 User logged in.&lt;BR /&gt;FTP&amp;gt; dir sylogin.com;0&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;150 Opening data connection for sylogin.com;0 (xxx.yyy.zzz.192,49159)&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;SYLOGIN.COM;91           6/16         12-JAN-2011 13:13:18  [SYSTEM]               (RWED,RWED,RE,RE)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 6/16 blocks&lt;BR /&gt;&lt;BR /&gt;226 LIST Directory transfer complete.&lt;BR /&gt;169 bytes received in 00:00:00.00 seconds (33.01 Kbytes/s)&lt;BR /&gt;FTP&amp;gt; bye&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 04 Apr 2011 16:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773421#M60602</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2011-04-04T16:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773422#M60603</link>
      <description>Do you have FAILsafe IP enabled with the two interfaces?  Are you using static routing? &lt;BR /&gt;&lt;BR /&gt;Could you post the results from&lt;BR /&gt;&lt;BR /&gt;TCPIP SHOW ROUTE /PERM&lt;BR /&gt;TCPIP ifconfig -a&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2011 17:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773422#M60603</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2011-04-04T17:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773423#M60604</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;TABV84$SYSTEM&amp;gt;&amp;gt; tcpip&lt;BR /&gt;TCPIP&amp;gt; show route /perm&lt;BR /&gt;  &lt;BR /&gt;                             PERMANENT&lt;BR /&gt;  &lt;BR /&gt;Type           Destination                           Gateway&lt;BR /&gt;  &lt;BR /&gt;PN    0.0.0.0                               10.30.5.1&lt;BR /&gt;TCPIP&amp;gt; ifconfig -a&lt;BR /&gt;LE0: flags=c43&lt;UP&gt;&lt;BR /&gt;    *inet 10.30.5.192 netmask ffffff00 broadcast 10.30.5.255 ipmtu 1500 &lt;BR /&gt;&lt;BR /&gt;LE1: flags=c63&lt;UP&gt;&lt;BR /&gt;     inet 10.30.5.193 netmask ffffff00 broadcast 10.30.5.255 ipmtu 1500 &lt;BR /&gt;&lt;BR /&gt;LO0: flags=100c89&lt;UP&gt;&lt;BR /&gt;     inet 127.0.0.1 netmask ff000000 ipmtu 4096 &lt;BR /&gt;&lt;BR /&gt;TN0: flags=80&lt;NOARP&gt;&lt;BR /&gt;&lt;BR /&gt;TN1: flags=80&lt;NOARP&gt;&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Dave.&lt;/NOARP&gt;&lt;/NOARP&gt;&lt;/UP&gt;&lt;/UP&gt;&lt;/UP&gt;</description>
      <pubDate>Mon, 04 Apr 2011 17:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773423#M60604</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2011-04-04T17:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773424#M60605</link>
      <description>It looks like you have an alias or FAILsafe address configured on LE1.  The "*" on the LE0 address indicates a home address.  &lt;BR /&gt;&lt;BR /&gt;Please run tcpip$config.com and reconfigure LE0, delete configuration for LE1 and ensure FAILsafe is disabled in  Optional services.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Mon, 04 Apr 2011 19:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773424#M60605</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2011-04-04T19:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773425#M60606</link>
      <description>It's a while since I've viewed this area, but given earlier behaviour are you sure that what you're seeing is wrong?&lt;BR /&gt;&lt;BR /&gt;Let's, for the sake of ease, apply xxx=1, yyy=2 and zzz=3.&lt;BR /&gt;You've got two interfaces, each with a 24 bit mask.  They are 1.2.3.192 and 1.2.3.193.&lt;BR /&gt;The IP stack, being a dumb bit of logic, sees two connections which are apparently on the same subnet.  There's nothing in the config that I can see to suggest anything else.&lt;BR /&gt;Is the IP stack, therefore, assuming that the two interfaces are both able to get through to the address you're trying to ftp to?  The route in the routing table suggests this is the case.&lt;BR /&gt;&lt;BR /&gt;The fix?&lt;BR /&gt;&lt;BR /&gt;Do you need both interfaces on the same subnet?  If not, try changing one to be on a different subnet.  If yes, maybe putting static routes in the routing table for going out to your default gateway so that the stack only chooses one interface when going off its own subnet (I've not tried this, but assume it would work?)&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 05 Apr 2011 08:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773425#M60606</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2011-04-05T08:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773426#M60607</link>
      <description>For Andy,&lt;BR /&gt;    &lt;BR /&gt;$  @tcpip$config&lt;BR /&gt;&lt;BR /&gt;Option 1.  (Core)&lt;BR /&gt;Option 2.  (Interfaces)&lt;BR /&gt;&lt;BR /&gt;      HP TCP/IP Services for OpenVMS Interface &amp;amp; Address Configuration Menu&lt;BR /&gt; &lt;BR /&gt; Hostname Details: Configured=tabv84, Active=tabv84&lt;BR /&gt; &lt;BR /&gt; Configuration options:&lt;BR /&gt; &lt;BR /&gt;   0  -  Set The Target Node (Current Node: TABV84)&lt;BR /&gt;&lt;BR /&gt;   1  -  LE0 Menu (LLA0: Multimode 1000mbps)&lt;BR /&gt;   2  -  10.30.5.192/24  tabv84    Configured,Active&lt;BR /&gt;   3  -  LE1 Menu (LLB0: Multimode 1000mbps)&lt;BR /&gt;   4  -  10.30.5.193/24  *noname*   IPCI,Active&lt;BR /&gt;   5  -  WE0 Menu (EWA0: Multimode 1000mbps)&lt;BR /&gt;   6  -  WE1 Menu (EWB0: Multimode 1000mbps)&lt;BR /&gt;   7  -  WE2 Menu (EWC0: Multimode 1000mbps)&lt;BR /&gt;   8  -  WE3 Menu (EWD0: Multimode 1000mbps)&lt;BR /&gt;   I  -  Information about your configuration&lt;BR /&gt;&lt;BR /&gt;Option E&lt;BR /&gt;Option E&lt;BR /&gt;Option 4    (Optional components)&lt;BR /&gt;Option 5    (Configure failSAFE IP)&lt;BR /&gt;&lt;BR /&gt;FAILSAFE Configuration&lt;BR /&gt; &lt;BR /&gt;Service is not defined in the SYSUAF.&lt;BR /&gt;Service is not defined in the TCPIP$SERVICE database.&lt;BR /&gt;Service is not enabled.&lt;BR /&gt;Service is stopped.&lt;BR /&gt; &lt;BR /&gt;        FAILSAFE configuration options:&lt;BR /&gt; &lt;BR /&gt;                 1 - Enable service on all nodes&lt;BR /&gt;                 2 - Enable service on this node&lt;BR /&gt;                 3 - Enable &amp;amp; Start service on this node&lt;BR /&gt;                [E] - Exit FAILSAFE configuration&lt;BR /&gt; &lt;BR /&gt;Option E&lt;BR /&gt;Option E &lt;BR /&gt;&lt;BR /&gt;In otherwords, I have not explicitly configured FailSAFE IP (I have never used it), and the configuration script confirms explicitly that FailSAFE IP HAS NOT be configured.&lt;BR /&gt;&lt;BR /&gt;-------------------------------------&lt;BR /&gt;&lt;BR /&gt;For Steve,&lt;BR /&gt;&lt;BR /&gt;I am not claiming that tcpip is doing something wrong, (I dont know enough about Networking to say that).   I am simply pointing out that my current configuration seems to break FTP, and asking if anyone can give an explanation.&lt;BR /&gt;&lt;BR /&gt;Normally, I would be perfectly happy to move my cluster communication onto a private subnet, (and even under these circumstances I dont have a problem with this) however, When I read the Documentation on how to set up IP clustering, I do not recall any warnings or restrictions related to the IP addresses used for the clustering interface.&lt;BR /&gt;&lt;BR /&gt;So it comes down to &lt;BR /&gt;&lt;BR /&gt;a.   If such a restriction exists, then it should be documented and promulgated.&lt;BR /&gt;&lt;BR /&gt;and  b.  If this restriction does not exist, then it should not have any detrimental affect on other services (basically not true in the case of FTP), or there should be some kind of documented fix for the problem.&lt;BR /&gt;&lt;BR /&gt;(or c.    It could be a bug.)&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Tue, 05 Apr 2011 11:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773426#M60607</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2011-04-05T11:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773427#M60608</link>
      <description>Are the two interfaces on the same physical LAN - i.e. although one is used for Clustering over IP, is it plugged in to the same switch or on the same VLAN as the non-IP  cluster interface?</description>
      <pubDate>Tue, 05 Apr 2011 15:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773427#M60608</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2011-04-05T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773428#M60609</link>
      <description>Possibly.   I'll check with our network guy when he is back in the office.   &lt;BR /&gt;&lt;BR /&gt;To leap forward here, are you thinking that I could solve my problems by setting up a clustering VLAN???&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Tue, 05 Apr 2011 15:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773428#M60609</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2011-04-05T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773429#M60610</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;As configured lla0: and llb0: should each be able to reach another system, either the gateway.  I hadn't realized you were attempting to configure a cluster interconnect with TCPIP.  Can you confirm using TCPIP for cluster traffic to a remote system, or will your other nodes be local?  If local, remove tcpip from llb0, simply allow SCS cluster traffic to use the interface.  &lt;BR /&gt;&lt;BR /&gt;Can the FTP system ping both lla0 and llb0?  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2011 15:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773429#M60610</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2011-04-06T15:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Possible problem with IP clustering and FTP.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773430#M60611</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Possibly. I'll check with our network guy when he is back in the office. &lt;BR /&gt;&lt;BR /&gt;To leap forward here, are you thinking that I could solve my problems by setting up a clustering VLAN??? &lt;BR /&gt;&lt;BR /&gt;Dave.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;No, the reverse of that.  I'm thinking that maybe the interfaces for clustering are on a different VLAN and that they should actually be on the same instead.&lt;BR /&gt;&lt;BR /&gt;If I can go out on either interface but one interface is logically unable to get where I need to go (because there's no way off that VLAN to the one I need to go to), the FTP is never going to work.&lt;BR /&gt;&lt;BR /&gt;If you don't need failover from one IP interface to the other, could you set them up with different IP address ranges?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 06 Apr 2011 23:15:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/possible-problem-with-ip-clustering-and-ftp/m-p/4773430#M60611</guid>
      <dc:creator>Steve Reece_3</dc:creator>
      <dc:date>2011-04-06T23:15:26Z</dc:date>
    </item>
  </channel>
</rss>

