<?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: FTP to Alphaserver - connection refused in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350415#M47897</link>
    <description>All files (and logicals) are :&lt;BR /&gt;tcpip$export&lt;BR /&gt;tcpip$export&lt;BR /&gt;tcpip$host&lt;BR /&gt;tcpip$proxy &lt;BR /&gt;tcpip$route &lt;BR /&gt;tcpip$service &lt;BR /&gt;tcpip$bootp   &lt;BR /&gt;tcpip$configuration&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Fri, 06 Aug 2004 04:20:30 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-08-06T04:20:30Z</dc:date>
    <item>
      <title>FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350407#M47889</link>
      <description>All our users have been able to FTP to our OpenVMS 7.3-1 DS20 (using DOS and all manner of clients) from their Windows workstations.&lt;BR /&gt;&lt;BR /&gt;I had to change the FTP port to 2100.  Tried:&lt;BR /&gt;TCPIP&amp;gt; SET SERVICE FTP/PORT=2100&lt;BR /&gt;but got prompted to include a few other qualifiers - I basically kept replicating the previous setup until I was allowed to set the port.&lt;BR /&gt;&lt;BR /&gt;I backtracked to reset the port to 21 but now users FTP'ing the Alpha are getting a 'connection closed by remote host' message.&lt;BR /&gt;&lt;BR /&gt;Pushing from and pulling to the Alpha is working fine and service restarts and a server reboot has failed to resolve this.&lt;BR /&gt;&lt;BR /&gt;The one element that has changed is the service flags:&lt;BR /&gt;&lt;BR /&gt;they were set to 'none'&lt;BR /&gt;now they're set to 'Listen'&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; HELP SET SERVICE/FLAGS doesn't give me much information.&lt;BR /&gt;&lt;BR /&gt;I would be grateful if anyone has any further information on the FLAGS qualifier or has a single command example of all the qualifiers necessary to set the FTP service.</description>
      <pubDate>Thu, 05 Aug 2004 07:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350407#M47889</guid>
      <dc:creator>Paul Watkins_3</dc:creator>
      <dc:date>2004-08-05T07:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350408#M47890</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;The flag listen indicates that during startup a process must be created that listens for incoming requests. Since the process is not there you get the message.&lt;BR /&gt;&lt;BR /&gt;The flags are available to the program (ftp) but it is up to the program to decide which ones it uses and which ones it will ignore.&lt;BR /&gt;&lt;BR /&gt;Somewhere in the tcp programmers guides you can find some words on the flags.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 05 Aug 2004 08:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350408#M47890</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-05T08:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350409#M47891</link>
      <description>use @sys$startup:tcpip$config to remove and add FTP again, it should work fine</description>
      <pubDate>Thu, 05 Aug 2004 08:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350409#M47891</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-08-05T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350410#M47892</link>
      <description>Many thanks Wim and labadie - I've tried restarting FTP via TCPIP$CONFIG but I don't think I've actually removed it - I'll give that a go.&lt;BR /&gt;&lt;BR /&gt;Also, if I use TCPIP&amp;gt; SET SERVICE FTP/FLAGS=NOLISTEN, it does set flags to 'none' but the service stays up for a few minutes before becoming disabled - how do I set this to 'none'?</description>
      <pubDate>Thu, 05 Aug 2004 08:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350410#M47892</guid>
      <dc:creator>Paul Watkins_3</dc:creator>
      <dc:date>2004-08-05T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350411#M47893</link>
      <description>I had to search for it ...&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6529/6529pro_022.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6529/6529pro_022.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 05 Aug 2004 08:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350411#M47893</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-05T08:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350412#M47894</link>
      <description>Wim - I'd already begun searching when labadie posted a reply...still searching...&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 05 Aug 2004 09:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350412#M47894</guid>
      <dc:creator>Paul Watkins_3</dc:creator>
      <dc:date>2004-08-05T09:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350413#M47895</link>
      <description>could I just restore the tcpip config files from a previous backup? - if yes, does anyone know which files?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 06 Aug 2004 04:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350413#M47895</guid>
      <dc:creator>Paul Watkins_3</dc:creator>
      <dc:date>2004-08-06T04:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350414#M47896</link>
      <description>Logical tcpip$service, default sys$system, .dat I believe.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 06 Aug 2004 04:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350414#M47896</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-06T04:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350415#M47897</link>
      <description>All files (and logicals) are :&lt;BR /&gt;tcpip$export&lt;BR /&gt;tcpip$export&lt;BR /&gt;tcpip$host&lt;BR /&gt;tcpip$proxy &lt;BR /&gt;tcpip$route &lt;BR /&gt;tcpip$service &lt;BR /&gt;tcpip$bootp   &lt;BR /&gt;tcpip$configuration&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 06 Aug 2004 04:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350415#M47897</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-08-06T04:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350416#M47898</link>
      <description>I have got the same problem since last week OpenVMS 7.3-1. Most of the time there is no possibility to ftp from the windows orkstations to this Alphaserver. Ftp from one Alphaserver to another works fine. The connection is always refused by the remote host being the Alpha Server. I tried shutdown and startup of these services via ucx$config or manually but this works just for a very short moment. The process stays in the enabled status but seems not to work. The /flags identifier does not change this behavior. What can i do ? No restore of .dat is possible.</description>
      <pubDate>Wed, 29 Sep 2004 07:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350416#M47898</guid>
      <dc:creator>Brepoels Vincent</dc:creator>
      <dc:date>2004-09-29T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350417#M47899</link>
      <description>It would help to know your Tcpip version (e.g. 5.1 ,5.1 Eco 5, 5.3, 5.4 Eco 2...)&lt;BR /&gt;&lt;BR /&gt;If you have a lot of ftp traffic, it may be quota related, so &lt;BR /&gt;$ tcpip sh service ftp/fu&lt;BR /&gt;$ mc authorize sh tcpip$ftp&lt;BR /&gt;&lt;BR /&gt;may help</description>
      <pubDate>Wed, 29 Sep 2004 07:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350417#M47899</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-29T07:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350418#M47900</link>
      <description>I was troubled with another server but this one has (see underneath) version UCX on OpenVms 7.1&lt;BR /&gt;&lt;BR /&gt;And bizart but i could ftp from another Alphaserver even when the state was disabled now. Strange&lt;BR /&gt;&lt;BR /&gt;AXP7_$ set def sys$sysdevice:[UCX$FTP] &lt;BR /&gt;AXP7_$ dir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSDEVICE:[UCX$FTP]&lt;BR /&gt;&lt;BR /&gt;LOGIN.COM;1         UCX$FTPD.LOG;5760   UCX$FTPD.LOG;5759   UCX$FTPD.LOG;5758  &lt;BR /&gt;UCX$FTPD.LOG;5757   UCX$FTPD.LOG;5756   UCX$FTPD.LOG;5755   UCX$FTPD.LOG;5754  &lt;BR /&gt;UCX$FTPD.LOG;5753   UCX$FTPD.LOG;5738   UCX$FTPD_STARTUP.COM;1&lt;BR /&gt;UCX$FTPD_STARTUP.LOG;5905               UCX$FTPD_STARTUP.LOG;5904&lt;BR /&gt;UCX$FTPD_STARTUP.LOG;5903               UCX$FTPD_STARTUP.LOG;5902&lt;BR /&gt;UCX$FTPD_STARTUP.LOG;5901               UCX$FTPD_STARTUP.LOG;5900&lt;BR /&gt;UCX$FTPD_STARTUP.LOG;5899               UCX$FTPD_STARTUP.LOG;5898&lt;BR /&gt;UCX$FTPD_STARTUP.LOG;5886               UCX$FTP_ANONYMOUS.LOG;1&lt;BR /&gt;&lt;BR /&gt;Total of 21 files.&lt;BR /&gt;AXP7_$ @ UCX$FTPD_STARTUP.COM;1&lt;BR /&gt;AXP7_$ ucx&lt;BR /&gt;UCX&amp;gt; sh service ftp /fu&lt;BR /&gt; &lt;BR /&gt;Service: FTP&lt;BR /&gt;                           State:     Disabled&lt;BR /&gt;Port:               21     Protocol:  TCP             Address:  0.0.0.0&lt;BR /&gt;                           User_name: not defined     Process:  UCX$FTPD&lt;BR /&gt;UCX&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; exit&lt;BR /&gt;AXP7_$ mc authorize&lt;BR /&gt;UAF&amp;gt; sh ucx$ftp&lt;BR /&gt;&lt;BR /&gt;Username: UCX$FTP                          Owner:  UCX$FTP&lt;BR /&gt;Account:  UCX$FTP                          UIC:    [375,1] ([UCX$AUX,UCX$FTP])&lt;BR /&gt;CLI:      DCL                              Tables: DCLTABLES&lt;BR /&gt;Default:  SYS$SYSDEVICE:[UCX$FTP]&lt;BR /&gt;LGICMD:   LOGIN&lt;BR /&gt;Flags:  Restricted&lt;BR /&gt;Primary days:   Mon Tue Wed Thu Fri        &lt;BR /&gt;Secondary days:                     Sat Sun&lt;BR /&gt;Primary   000000000011111111112222  Secondary 000000000011111111112222&lt;BR /&gt;Day Hours 012345678901234567890123  Day Hours 012345678901234567890123&lt;BR /&gt;Network:  ##### Full access ######            ##### Full access ######&lt;BR /&gt;Batch:    -----  No access  ------            -----  No access  ------&lt;BR /&gt;Local:    -----  No access  ------            -----  No access  ------&lt;BR /&gt;Dialup:   -----  No access  ------            -----  No access  ------&lt;BR /&gt;Remote:   -----  No access  ------            -----  No access  ------&lt;BR /&gt;Expiration:            (none)    Pwdminimum:  8   Login Fails:     0&lt;BR /&gt;Pwdlifetime:         30 00:00    Pwdchange:      (pre-expired) &lt;BR /&gt;Last Login:            (none) (interactive), 29-SEP-2004 14:07 (non-interactive)&lt;BR /&gt;Maxjobs:         0  Fillm:        50  Bytlm:       108000&lt;BR /&gt;Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0&lt;BR /&gt;Maxdetach:       0  BIOlm:        18  JTquota:       1024&lt;BR /&gt;Prclm:           2  DIOlm:        18  WSdef:          350&lt;BR /&gt;Prio:            8  ASTlm:       100  WSquo:          512&lt;BR /&gt;Queprio:         0  TQElm:        15  WSextent:       512&lt;BR /&gt;CPU:        (none)  Enqlm:       100  Pgflquo:      10240&lt;BR /&gt;Authorized Privileges: &lt;BR /&gt;  NETMBX       TMPMBX&lt;BR /&gt;Default Privileges: &lt;BR /&gt;  NETMBX       TMPMBX&lt;BR /&gt;UAF&amp;gt; &lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; sh version&lt;BR /&gt;&lt;BR /&gt;  DIGITAL TCP/IP Services for OpenVMS Alpha Version V4.2&lt;BR /&gt;  on a AlphaServer 4100 5/533 4MB running OpenVMS V7.1-2  &lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt;</description>
      <pubDate>Wed, 29 Sep 2004 08:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350418#M47900</guid>
      <dc:creator>Brepoels Vincent</dc:creator>
      <dc:date>2004-09-29T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350419#M47901</link>
      <description>You can apply the Eco 5 for Ucx 4.2&lt;BR /&gt;&lt;BR /&gt;I do not know the service limit for your FTP service (as when the service is disabled, it does not show :-(&lt;BR /&gt;&lt;BR /&gt;but, your quotas seem to allow a max of about 2 or 3 simultaneous ftp.&lt;BR /&gt;&lt;BR /&gt;I had done some tests with ftp on Tcpip 5.3 Eco 1&lt;BR /&gt;the Ftp process alone (just started) consumes&lt;BR /&gt;196 096 in Bytlm&lt;BR /&gt;8512 in Pgflquota&lt;BR /&gt;1 in Tqelm&lt;BR /&gt;&lt;BR /&gt;each other user will need&lt;BR /&gt;about 66 000 in Bytlm&lt;BR /&gt;128 in pgflquota&lt;BR /&gt;at least 1 in tqelm&lt;BR /&gt;&lt;BR /&gt;so bump your bytlm and tqelm at least</description>
      <pubDate>Wed, 29 Sep 2004 08:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350419#M47901</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-29T08:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350420#M47902</link>
      <description>Tqelm was set to 15... even after setting the defaults very high this appears not to change a bit. Strangely that this ftp service worked well for many years... Limit was set to 10&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show service ftp /permanent /full&lt;BR /&gt; &lt;BR /&gt;Service: FTP&lt;BR /&gt;                                       &lt;BR /&gt;Port:               21     Protocol:  TCP             Address:  0.0.0.0&lt;BR /&gt;Inactivity:          5     User_name: UCX$FTP         Process:  UCX$FTPD&lt;BR /&gt;Limit:              10&lt;BR /&gt; &lt;BR /&gt;File:         SYS$SYSDEVICE:[UCX$FTP]UCX$FTPD_STARTUP.COM&lt;BR /&gt;Flags:        Listen UCX&lt;BR /&gt; &lt;BR /&gt;Socket Opts:  Rcheck Scheck&lt;BR /&gt; Receive:            0     Send:               0&lt;BR /&gt; &lt;BR /&gt;Log Opts:     Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr&lt;BR /&gt; File:        SYS$SYSDEVICE:[UCX$FTP]UCX$FTPD_STARTUP.LOG&lt;BR /&gt; &lt;BR /&gt;Security&lt;BR /&gt; Reject msg:  not defined&lt;BR /&gt; Accept host: 0.0.0.0&lt;BR /&gt; Accept netw: 0.0.0.0</description>
      <pubDate>Wed, 29 Sep 2004 10:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350420#M47902</guid>
      <dc:creator>Brepoels Vincent</dc:creator>
      <dc:date>2004-09-29T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350421#M47903</link>
      <description>can you go in ucx$config, remove ftp, add it again, do &lt;BR /&gt;$ reply/ena&lt;BR /&gt;retry and post the OPCOM messages ?</description>
      <pubDate>Wed, 29 Sep 2004 10:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350421#M47903</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-29T10:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350422#M47904</link>
      <description>I disabled/enabled the service via ucx$config and enabled REPLY/ENA for OPCOM messages. After trying to ftp from Windows (which failed) no OPCOM messages appeared. From another Alphaserver the ftp worked and this ofcours does not invoke OPCOM messages.</description>
      <pubDate>Thu, 30 Sep 2004 02:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350422#M47904</guid>
      <dc:creator>Brepoels Vincent</dc:creator>
      <dc:date>2004-09-30T02:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350423#M47905</link>
      <description>Disable the service and UCX SET NOSERVICE FTP will actually delete the service definition then you can add it again using the menu.&lt;BR /&gt;&lt;BR /&gt;Is there anything in the log file (either the one on the UCX$FTP directory or in the users login directory?</description>
      <pubDate>Thu, 30 Sep 2004 03:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350423#M47905</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-30T03:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP to Alphaserver - connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350424#M47906</link>
      <description>How do you do your ftp from windows ?&lt;BR /&gt;ftp 1.2.3.4 ou ftp alpha ?&lt;BR /&gt;a Dns or Wins problem ?&lt;BR /&gt;&lt;BR /&gt;From Windows, a tracert 1.2.3.4 and a tracert alpha (supposing this is your alpha address and name) works ?</description>
      <pubDate>Thu, 30 Sep 2004 03:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-to-alphaserver-connection-refused/m-p/3350424#M47906</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-30T03:11:56Z</dc:date>
    </item>
  </channel>
</rss>

