- Posts: 2
- Thank you received: 0
Upgrade question - part 2
11 years 4 months ago #5362
by iamcamiel
Replied by iamcamiel on topic RE: Upgrade question - part 2
Ok, so now it's time to see what the network settings on the windows side are. Can you do a ipconfig /all from a command window on Windows? As the VMS machine is set to 10.1.1.20/255.0.0.0, the Windows machine should be set to 10.x.x.x/255.0.0.0 (where x.x.x is not 1.1.20) on the Network Bridge adapter.
Please Log in or Create an account to join the conversation.
- Paolo_R
- Topic Author
- Visitor
-
11 years 4 months ago #5363
by Paolo_R
Replied by Paolo_R on topic RE: Upgrade question - part 2
< class='quote'>Ok, so now it's time to see what the network settings on the windows side are. Can you do a ipconfig /all from a command window on Windows? As the VMS machine is set to 10.1.1.20/255.0.0.0, the Windows machine should be set to 10.x.x.x/255.0.0.0 (where x.x.x is not 1.1.20) on the Network Bridge adapter.
Well it seems that Windows IP address is 10.1.1.5 but the Subnet mask set to 255.255.255.0 :
Ethernet adapter Network Bridge:
Connection-specific DNS Suffix . : iiNet
Description . . . . . . . . . . . : MAC Bridge Miniport
Physical Address. . . . . . . . . : 02-FF-F8-3B-C9-9C
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::7d0a:455c:cd9f:99b0%31(Preferred)
IPv4 Address. . . . . . . . . . . : 10.1.1.5(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Wednesday, 18 September 2013 5:09:57 PM
Lease Expires . . . . . . . . . . : Thursday, 19 September 2013 5:09:56 PM
Default Gateway . . . . . . . . . : 10.1.1.1
DHCP Server . . . . . . . . . . . : 10.1.1.1
DHCPv6 IAID . . . . . . . . . . . : 346976905
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-FD-8F-CB-84-8F-69-A9-53-36
DNS Servers . . . . . . . . . . . : 10.1.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
ucx sh interfaces gave:
LO0 127.0.0.1 255.0.0.0 0 0 4096
WE0 10.1.1.20 255.0.0.0 0 1 1500
So I guess I need to change the configuration in OpenVMS to 255.255.255.0 - would that be correct?
Well it seems that Windows IP address is 10.1.1.5 but the Subnet mask set to 255.255.255.0 :
Ethernet adapter Network Bridge:
Connection-specific DNS Suffix . : iiNet
Description . . . . . . . . . . . : MAC Bridge Miniport
Physical Address. . . . . . . . . : 02-FF-F8-3B-C9-9C
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::7d0a:455c:cd9f:99b0%31(Preferred)
IPv4 Address. . . . . . . . . . . : 10.1.1.5(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Wednesday, 18 September 2013 5:09:57 PM
Lease Expires . . . . . . . . . . : Thursday, 19 September 2013 5:09:56 PM
Default Gateway . . . . . . . . . : 10.1.1.1
DHCP Server . . . . . . . . . . . : 10.1.1.1
DHCPv6 IAID . . . . . . . . . . . : 346976905
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-FD-8F-CB-84-8F-69-A9-53-36
DNS Servers . . . . . . . . . . . : 10.1.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled
ucx sh interfaces gave:
LO0 127.0.0.1 255.0.0.0 0 0 4096
WE0 10.1.1.20 255.0.0.0 0 1 1500
So I guess I need to change the configuration in OpenVMS to 255.255.255.0 - would that be correct?
Please Log in or Create an account to join the conversation.
11 years 4 months ago #5364
by iamcamiel
Replied by iamcamiel on topic RE: Upgrade question - part 2
Correct.
Please Log in or Create an account to join the conversation.
- Paolo_R
- Topic Author
- Visitor
-
11 years 4 months ago #5365
by Paolo_R
Replied by Paolo_R on topic RE: Upgrade question - part 2
Here is the modified set up:
$ sh network
Product: DECNET Node: A12345 Address(es): 1.1
Product: TCP/IP Node: freeaxp.com Address(es): 10.1.1.20
$ ucx sh interfaces
Packets
Interface IP_Addr Network mask Receive Send MTU
LO0 127.0.0.1 255.0.0.0 0 0 4096
WE0 10.1.1.20 255.255.255.0 78 2 1500
Pinging 10.1.1.20 gave 'destination host unreachable' and Filezilla gave 'Could not connect to server', WS-FTP gave 'Connect failure'.
What next <img src='../images/smiley/smile.gif' alt='smiley'> ?
$ sh network
Product: DECNET Node: A12345 Address(es): 1.1
Product: TCP/IP Node: freeaxp.com Address(es): 10.1.1.20
$ ucx sh interfaces
Packets
Interface IP_Addr Network mask Receive Send MTU
LO0 127.0.0.1 255.0.0.0 0 0 4096
WE0 10.1.1.20 255.255.255.0 78 2 1500
Pinging 10.1.1.20 gave 'destination host unreachable' and Filezilla gave 'Could not connect to server', WS-FTP gave 'Connect failure'.
What next <img src='../images/smiley/smile.gif' alt='smiley'> ?
Please Log in or Create an account to join the conversation.
- Bruce Claremont
- Topic Author
- Visitor
-
11 years 4 months ago #5366
by Bruce Claremont
Replied by Bruce Claremont on topic RE: Upgrade question - part 2
What's your gateway IP. Try pinging it from 10.1.1.20.
Please Log in or Create an account to join the conversation.
- Paolo_R
- Topic Author
- Visitor
-
11 years 4 months ago #5367
by Paolo_R
Replied by Paolo_R on topic RE: Upgrade question - part 2
In making all these changes to my network configuration I discovered that I'd screwed up another virtual machine's set up and FTP ability plus my ability to connect to the internet via my normal ISP. So I have reversed all the changes and restored my original settings. I will forget about FTP on OpenVMS for the time being.
Thanks for your help.
Thanks for your help.
Please Log in or Create an account to join the conversation.
Moderators: iamcamiel
Time to create page: 0.198 seconds