Author |
Network Issue - Can't connect to anything outside of Emulator |
wdwajj13
Member
Posts: 3
Location: Waterloo
Joined: 13.03.14 |
Posted on December 01 2014 09:30 |
|
|
I am trying to get a FreeAXP environment up and working.
FreeAXP installed on Windows Server 2012 R2 Standard
FreeAXP Version: 2.4.3.533
I have the Emulator up and running with 1 disk drive and installed OpenVMS V8.4
In the configuration I selected NIC Type DE500(21143)
The Windows VM has 2 NIC's with the 2nd one allocated for the Emulator. I selected this one in the FreeAXP Configuration screen. Checked the windows settings for this NIC and all the check boxes are unchecked.
When the server boots it starts DECnet IV and then I manually start TCPIP.
Wally
Configuration Info:
$ sh dev/full ewa0
Device EWA0:, device type DE500, is online, network device, error logging is
enabled, device is a template only.
Error count 0 Operations completed 0
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G,W
Reference count 0 Default buffer size 512
Operating characteristics: Link up.
Speed (Mbits/sec) 10
Def. MAC addr 02-50-56-88-1C-10 Current MAC addr AA-00-04-00-E9-07
$ sh net
Product: DECNET Node: DS20 Address(es): 1.1001
Product: TCP/IP Node: ds20 Address(es): 10.192.192.88
$ ucx sh inter/full
Interface: LO0
IP_Addr: 127.0.0.1 NETWRK: 255.0.0.0 BRDCST:
MTU: 4096
Flags: UP LOOP NOARP MCAST SMPX
RECEIVE SEND
Packets 8 8
Errors 0 0
Collisions: 0
Interface: WE0
IP_Addr: 10.192.192.88 NETWRK: 255.255.255.0 BRDCST: 10.192.192.255
Ethernet_Addr: AA-00-04-00-E9-07 MTU: 1500
Flags: UP BRDCST RUN MCAST SMPX
RECEIVE SEND
Packets 1468 32
Errors 0 0
Collisions: 0
$ ucx sh route/full/perm
PERMANENT
Type Destination Gateway
PN * 0.0.0.0 * 10.192.192.1
$ ucx ping 10.192.192.1
PING 10.192.192.1 (10.192.192.1): 56 data bytes
----10.192.192.1 PING Statistics----
4 packets transmitted, 0 packets received, 100% packet loss
%SYSTEM-F-TIMEOUT, device timeout
$
Anything else I try to connect to time's out as well |
|
Author |
RE: Network Issue - Can't connect to anything outside of Emulator |
Bruce Claremont
Moderator
Posts: 623
Joined: 07.01.10 |
Posted on December 02 2014 01:46 |
|
|
On the Windows side, if you turn on TCP/IP services for the NIC, does it get an address and can it be pinged from Windows? If true, leave TCP/IP set and try it again against the emulator. |
|
Author |
RE: Network Issue - Can't connect to anything outside of Emulator |
malmberg
Moderator
Posts: 530
Joined: 15.04.08 |
Posted on December 02 2014 03:42 |
|
|
Make sure that the Windows firewall is disabled for the interfaces dedicated to the emulator. |
|
Author |
RE: Network Issue - Can't connect to anything outside of Emulator |
wdwajj13
Member
Posts: 3
Location: Waterloo
Joined: 13.03.14 |
Posted on December 03 2014 07:16 |
|
|
It is now working.
I assigned the TCPIP/IP services to the NIC and it picked up an IP address and verified that the Firewall was disabled on the NIC for the emulator.
It still didn't work.
Found out the problem is with our Network filtering.
Thanks for all the help.
Wally |
|