Operating System - OpenVMS
1752782 Members
6196 Online
108789 Solutions
New Discussion

Second ip address to same network card

 
SOLVED
Go to solution
Toine_1
Regular Advisor

Second ip address to same network card

Hi,

 

I have added an extra ip-address to an existing NIC on a VMS server with the command below.

$ ifconfig WE2 alias 10.233.5.5/26

 

After a reboot this is gone.

How can I make this permanent?

 

/Toine

 

 

 

2 REPLIES 2
Volker Halle
Honored Contributor
Solution

Re: Second ip address to same network card

Toine,

 

include this command in SYS$STARTUP:TCPIP$SYSTARTUP.COM

 

This procedure will be invoked by TCPIP$STARTUP.COM. You may need to create it first. Make sure that the ifconfig symbol is available. If not, invoke @SYS$MANAGER:TCPIP$DEFINE_COMMANDS first.

 

Volker.

Andy_Bustamant2
Advisor

Re: Second ip address to same network card

For recent versions of OpenVMS/TCPIP

 

@sys$manager:tcpip$config

 

Follow the menu for Core Environment,  Interfaces. 

 

Andy