Operating System - OpenVMS
1829447 Members
1009 Online
109992 Solutions
New Discussion

Re: Default Gateway Open VMS 6.1

 
brian connery
New Member

Default Gateway Open VMS 6.1

Hi

I have a DEC APHA running open vms 6.1 and i need to check to see what the current default gateway is and possibly need to change it

i know nothing about VMS can anyone help me out?


Many thanks

Brian
6 REPLIES 6
Kris Clippeleyr
Honored Contributor

Re: Default Gateway Open VMS 6.1

Brian,

Since you are running V6.1, I assume you have UCX V4.1 or V4.2.
In that case issue the following commands while logged in as SYSTEM

$ UCX
UCX> SET ROUTE /DEFAULT/GATEWAY=host /PERMANENT

where "host" is either a hostname or an IP-address.

Success.

Kris
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Wim Van den Wyngaert
Honored Contributor

Re: Default Gateway Open VMS 6.1

And the same command without /permanent to update the volatile db.
Wim
Dale A. Marcy
Trusted Contributor

Re: Default Gateway Open VMS 6.1

Brian,

If you are using Multinet for your IP stack, the command to look at it would be:

$ multinet configure/interface
NET-CONFIG> show

To change it, from the net-config prompt, type:

NET-CONFIG> set default-route xxx.xxx.xxx.xxx

Of course, replacing the xxx with the desired IP address.
Victor Mendham
Regular Advisor

Re: Default Gateway Open VMS 6.1

Brian,

Here is the link to the OpenVMS How to doc...

http://h18000.www1.hp.com/support/askkcs/hpcg/300_0_20210431_3232484.html
Antoniov.
Honored Contributor

Re: Default Gateway Open VMS 6.1

Also
if you will see current gateway
UCX>SHOW ROUTE
if you need define new node
UCX>SET HOST name /ADDR=ip_address
For help
UCX>HELP
If you need configure TCPIP
@SYS$MANAGER:UCX$CONFIG

H.T.H.
Antonio Vigliotti
Antonio Maria Vigliotti
brian connery
New Member

Re: Default Gateway Open VMS 6.1

Got it working


thanks very much for all your help


Brian