Configuring TCPIP, DHCP, FTP, and Telnet

Having difficulties when installing the system? Your system runs slowly and requires some tweaking? You can get help here.
Post Reply

Topic author
soutbarr
Active Contributor
Posts: 30
Joined: Wed Mar 13, 2024 4:45 pm
Reputation: 0
Status: Offline

Configuring TCPIP, DHCP, FTP, and Telnet

Post by soutbarr » Thu Mar 14, 2024 1:25 pm

I don't need much in terms of networking. I just need the ability to get files in, have my router assign the ip address and telnet in via other computers on the same network. Along with FTP so I can install the layered products that aren't in it by default

OPENVMS-X86-BOE has been registered. Along with a bunch of others.

$ $ show license

Active licenses on node KITSU:

------- Product ID -------- ---- Rating ----- -- Version --
Product Producer Units PCL Activ Version Release Termination
ACMS VSI 6 1 0 0.0 (none) 1-APR-2024
ACMS-RT VSI 6 1 0 0.0 (none) 1-APR-2024
BASIC VSI 6 0 1 0.0 (none) 1-APR-2024
C VSI 6 0 1 0.0 (none) 1-APR-2024
CMS VSI 6 1 0 0.0 (none) 1-APR-2024
COBOL VSI 6 0 1 0.0 (none) 1-APR-2024
CXX-V VSI 6 0 1 0.0 (none) 1-APR-2024
DFG VSI 6 1 0 0.0 (none) 1-APR-2024
DFS VSI 6 1 0 0.0 (none) 1-APR-2024
DQS VSI 6 1 0 0.0 (none) 1-APR-2024
DTM VSI 6 1 0 0.0 (none) 1-APR-2024
DTR VSI 6 1 0 0.0 (none) 1-APR-2024
FMS VSI 6 1 0 0.0 (none) 1-APR-2024
FMS-RT VSI 6 1 0 0.0 (none) 1-APR-2024
FORMS VSI 6 1 0 0.0 (none) 1-APR-2024
FORTRAN VSI 6 0 1 0.0 (none) 1-APR-2024
GKS VSI 6 1 0 0.0 (none) 1-APR-2024
GKS-RT VSI 6 1 0 0.0 (none) 1-APR-2024
LSE VSI 6 1 0 0.0 (none) 1-APR-2024
MMS VSI 6 1 0 0.0 (none) 1-APR-2024
OMNI VSI 6 1 0 0.0 (none) 1-APR-2024
OPENVMS-X86-BOE VSI 6 1 0 0.0 (none) 1-APR-2024
OSAP VSI 6 1 0 0.0 (none) 1-APR-2024
PASCAL VSI 6 0 1 0.0 (none) 1-APR-2024
PCA VSI 6 1 0 0.0 (none) 1-APR-2024
RMSJNL VSI 6 1 0 0.0 (none) 1-APR-2024
RTR-CL VSI 6 1 0 0.0 (none) 1-APR-2024
RTR-SVR VSI 6 1 0 0.0 (none) 1-APR-2024
TDMS VSI 6 1 0 0.0 (none) 1-APR-2024
TDMS-RT VSI 6 1 0 0.0 (none) 1-APR-2024
VAXSET VSI 6 1 0 0.0 (none) 1-APR-2024
VOLSHAD VSI 6 1 0 0.0 (none) 1-APR-2024
X25 VSI 6 1 0 0.0 (none) 1-APR-2024


Right now the documentation for getting all that going is as clear as mud to me. My primary goal is to create a user account which I can do software development on. I have never done configuration of VMS before.


sms
Master
Posts: 349
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by sms » Thu Mar 14, 2024 1:37 pm

Code: Select all

> I don't need much in terms of networking. [...]

   You might start with:

      @ SYS$MANAGER:TCPIP$CONFIG.COM

> Right now the documentation for getting all that going is as clear as
> mud to me. [...]

   Which "the documentation" is that?

      https://docs.vmssoftware.com/

> [...] My primary goal is to create a user account which I can do
> software development on. [...]

   Until you do some reading, you can work as user SYSTEM.

> [...] I have never done configuration of VMS before.

   That was becoming increasingly obvious.  Asking how to do every minor
task instead of reading some of the (extensive) documentation is an
excellent way to lose potential helpers.


snadow
Contributor
Posts: 15
Joined: Fri Feb 14, 2020 11:10 am
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by snadow » Thu Mar 14, 2024 6:08 pm

soutbarr wrote:
I don't need much in terms of networking. I just need the ability to get files in, have my router assign the ip address and telnet in via other computers on the same network. Along with FTP so I can install the layered products that aren't in it by default
<snip>
Right now the documentation for getting all that going is as clear as mud to me. My primary goal is to create a user account which I can do software development on. I have never done configuration of VMS before.
I found this page to be helpful in getting TCP/IP and SSH configured: https://raymii.org/s/blog/OpenVMS_9.2_f ... art_2.html

However you'll probably still need to spend some time reading the "official" VMS documentation too.

Scott


Topic author
soutbarr
Active Contributor
Posts: 30
Joined: Wed Mar 13, 2024 4:45 pm
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by soutbarr » Fri Mar 15, 2024 2:30 pm

Thanks that really helped


Topic author
soutbarr
Active Contributor
Posts: 30
Joined: Wed Mar 13, 2024 4:45 pm
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by soutbarr » Tue Apr 02, 2024 3:43 pm

Well telnet and DHCP are working. FTP is semi working.

With the install I did recently it was working with SFTP server on port 22. I was able to download and upload files.

Now I don't get SFTP but normal FTP on port 22. I can download whatever I want. Uploading into the system gives me this error.
Attachments
Untitled.222.png
Untitled.222.png (4.5 KiB) Viewed 286 times


pocketprobe
Valued Contributor
Posts: 68
Joined: Sat Apr 15, 2023 11:53 pm
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by pocketprobe » Tue Apr 02, 2024 3:51 pm

Which FTP client is this?
Many seem to not understand VMS paths. I used filezilla, and that works fine. Cyberduck wouldn't connect.


Topic author
soutbarr
Active Contributor
Posts: 30
Joined: Wed Mar 13, 2024 4:45 pm
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by soutbarr » Tue Apr 02, 2024 3:56 pm

WinSCP I used it last time but now it doesn't work, I'll try a different client


sms
Master
Posts: 349
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by sms » Tue Apr 02, 2024 5:07 pm

Code: Select all

> Attachments

   As usual, actual plain text would be easier to work with than a
picture of plain text.  Copy+paste is your friend.

   I'm not amazed that a UNIX+VMS mix like
"/SYS$SYSROOT:[000000.SYSMGR]" would result in a complaint about the
file spec syntax.

> WinSCP I used it last time but now it doesn't work, [...]

   "doesn't work" is not a useful problem description.  It does not say
what you did.  It does not say what happened when you did it.  As usual,
showing actual actions (commands) with their actual results (error
messages, ...) can be more helpful than vague descriptions or
interpretations.

> [...] I'll try a different client

   I'd expect the simple Windows command-line FTP client to work in this
case, too.  For example:

C:\Users\sms>ftp v87
Connected to v87.antinode.info.
550 Failed to open file.
220 v87.antinode.info FTP Server (Version 6.0) Ready.
502 OPTS is unimplemented.
User (v87.antinode.info:(none)): system
331 Username system requires a Password
Password:

230 User logged in.
ftp> pwd
257 "SYS$SYSROOT:[SYSMGR]" is current directory.
ftp> cd sms
250-CWD command successful.
250 New default directory is SYS$COMMON:[SYSMGR.SMS]
ftp> quit
221 Goodbye.

C:\Users\sms>

   I don't remember if FTP (and/or Telnet) still need (Windows)
administrative action to be enabled, but if the FTP command is a mystery
to your Windows installation, then a quick Web search for terms like,
say:
      Windows FTP enable
should find instructions (and probably movies) with explanations.

User avatar

cct
Master
Posts: 127
Joined: Sat Aug 15, 2020 9:00 am
Reputation: 0
Location: Cambridge, UK
Status: Offline

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by cct » Tue Apr 02, 2024 5:32 pm

I use FileZilla from Windows- you can log in and browse to you destination

If from linux, I use scp
Last edited by cct on Tue Apr 02, 2024 5:32 pm, edited 1 time in total.
--
Chris

User avatar

arne_v
Master
Posts: 347
Joined: Fri Apr 17, 2020 7:31 pm
Reputation: 0
Location: Rhode Island, USA
Status: Offline
Contact:

Re: Configuring TCPIP, DHCP, FTP, and Telnet

Post by arne_v » Tue Apr 02, 2024 7:11 pm

For hobbyist usage FTP may be just fine.

I usually use command line FTP client. WIndows -> VMS. Or actually more VMS -> Windows (yes - FTP service need to be enabled on Windows - it is not by default).

For the second option then I like the builtin FTP support in certain commands using old DECnet syntax:

$ copy/ftp/asc/log something.ext pc"username password"::"subdir/*.*"
$ copy/ftp/bin/log something.ext pc"username password"::"subdir/*.*"
$ copy/ftp/asc/log pc"username password"::"subdir/something.ext" *.*
$ copy/ftp/bin/log pc"username password"::"subdir/something.ext" *.*
Arne
arne@vajhoej.dk
VMS user since 1986

Post Reply