- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Server cannnot connect after IP addrress change
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 04:50 AM
тАО10-07-2013 04:50 AM
I have an old rx2620 with OpenVMS V8.4.
In order to test some software i have to create a VPN with another site. Both sites have same network 192.168.1.0, so I had to change my local network.
I tried to change via @TCPIP$CONFIGURE, core, interface but it crashes. So I changed via TCPIP command (set conf interface, etc).
Now server is isolated.
Details:
Old IP address (WE0) = 192.168.1.13 New IP Address 192.168.13.62
Old IP address (IE0) = 192.168.1.134 New IP Address 192.168.13.61
I cannot set route
TCPIP SET ROUTE 192.168.13.0 /GATEW=192.168.13.1
%TCPIP-E-ROUTEERROR, error accessing routes database (TCPIP$ROUTE)
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
Ping to ateway does not work
PING 192.168.13.1
ping: sendto: no route to host
ping: wrote GW 64 chars, ret=-1
How can I resolve?
TIA
Antonio M. Vigliotti
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 04:55 AM
тАО10-07-2013 04:55 AM
Re: Server cannnot connect after IP addrress change
Antonio,
could you please post the output of
$ TCPIP SHOW INT
$ TCPIP SHOW ROUTE
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 05:07 AM
тАО10-07-2013 05:07 AM
Re: Server cannnot connect after IP addrress change
$ tcpip sh int
Packets
Interface IP_Addr Network mask Receive Send MTU
IE0 193.168.13.61 255.255.255.0 6296 1 1500
LO0 127.0.0.1 255.0.0.0 9 9 4096
WE0 193.168.13.62 255.255.255.0 6297 1 1500
$ tcpip sh route
DYNAMIC
Type Destination Gateway
AH 127.0.0.1 127.0.0.1
AN 193.168.13.0/24 193.168.13.62
AN 193.168.13.0/24 193.168.13.61
AH 193.168.13.61 193.168.13.61
AH 193.168.13.62 193.168.13.62
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 05:13 AM
тАО10-07-2013 05:13 AM
Re: Server cannnot connect after IP addrress change
Antonio,
shouldn't there be a default route entry ?
$ TCPIP SET ROUTE/DEFAULT/GATE=193.168.13.1 [/PERMANENT]
assuming 193.168.13.1 is your router/gateway address for this network ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 05:13 AM
тАО10-07-2013 05:13 AM
Re: Server cannnot connect after IP addrress change
This happens when I try to set a route
$ tcpip
set rout 192.168.13.0 /gateway=GW
%TCPIP-E-ROUTEERROR, error accessing routes database (TCPIP$ROUTE)
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
TCPIP> set route /gateway=GW/def
%TCPIP-E-ROUTEERROR, error accessing routes database (TCPIP$ROUTE)
-SYSTEM-F-UNREACHABLE, remote node is not currently reachable
TCPIP>
(note GW is the same of 192.168.13.1)
TCPIP> sh host gw
LOCAL database
Host address Host name
192.168.13.1 GW, gw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 05:14 AM - edited тАО10-07-2013 05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2013 05:28 AM
тАО10-07-2013 05:28 AM
Re: Server cannnot connect after IP addrress change
Right network is 192.168.13.0
I wrong wrote when inserted host names i64shs and iiashs, so address network and gateway does not match.
Tank you Volker