VMS beginner having issues setting up networking

All types of networks, network stacks, and protocols supported by OpenVMS.
User avatar

Topic author
halian
Member
Posts: 5
Joined: Fri Apr 14, 2023 4:46 am
Reputation: 0
Location: Central Florida
Status: Offline
Contact:

VMS beginner having issues setting up networking

Post by halian » Mon Apr 24, 2023 7:07 pm

Hello all!

I've been following Raymii's guide to setting up hobbyist amd64/VMS to the letter, and yet my VM is unable to ping outside addresses; anytime I attempt to, it throws “ping: sendto: no route to host” for IP addresses, or “%SYSTEM-F-UNREACHABLE, remote node is not currently reachable” for named websites. What do I do? 😓
Absolute beginner to VMS; please be patient :(

User avatar

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

Re: VMS beginner having issues setting up networking

Post by cct » Thu Apr 27, 2023 2:53 pm

sms wrote:
Thu Apr 27, 2023 2:23 pm
_My_ LAN is 10.0.0.0/24. "10.0.0" is easier to type than "192.168.x".
Quick answer to that - you shouldn't be using IP addresses - set it up properly and use names

Chris
--
Chris


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

Re: VMS beginner having issues setting up networking

Post by sms » Thu Apr 27, 2023 3:51 pm

Code: Select all

> Quick answer to that - you shouldn't be using IP addresses - set it up
> properly and use names

   Thanks for the suggestion.  Now, please explain how to "set it up
properly" without typing any IP addresses.

   I use names.  I run my own DNS server (BIND) for my own domain(s),
and I'm confident that I had to specify some actual IP addresses when I
did that.  Or perhaps I'm missing something crucial.

   "Quick" and "enlightening" are spelled differently for a reason?


vmsxpert
Contributor
Posts: 10
Joined: Thu Apr 11, 2024 2:28 pm
Reputation: 0
Location: NEW DELHI
Status: Offline
Contact:

Re: VMS beginner having issues setting up networking

Post by vmsxpert » Fri Apr 26, 2024 12:08 am

Hi ,
how can i access my VM remotely ...so that i can copy/sftp some stuff into it .
$ tcpip sho rout

DYNAMIC

Type Destination Gateway

AH 127.0.0.1 127.0.0.1
AN 192.168.1.0/24 192.168.1.23
AH 192.168.1.23 192.168.1.23
$ tcpip sho host

LOCAL database

Host address Host name

127.0.0.1 LOCALHOST, localhost
192.168.1.23 abhi.skc.com, abhi
192.168.0.1 abhi.skc.com
$
Product: DECNET Node: ABHI Address(es): 1.1
Product: TCP/IP Node: abhi.skc.com Address(es): 192.168.1.23


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

Re: VMS beginner having issues setting up networking

Post by sms » Fri Apr 26, 2024 1:12 am

Code: Select all

> how can i access my VM remotely [...]

   "access" from where, exactly?  What's the IP address of there?

   How do you access any other computer from there?

   You seem to know the IP address of the VMS system (abhi).

Post Reply