Re: SIMH networking



I think you must have meant 7.3. What do you see when you type
$ TCPIP ifconfig ze0 ?

If it isn't ze0 type
$ tcpip sho int
I did actually mean 3.7-1; that's the SIMH version, the VMS version is
7.3-1.

Anyway, the TCP/IP stuff SEEMS to be correctly configured, here's SHOW
INTEFACES:
==== SNIP ====
TCPIP> show int
Packets
Interface IP_Addr Network mask Receive
Send MTU

LO0 127.0.0.1 255.0.0.0 0
0 4096
QE0 192.168.77.211 255.255.255.0 12047
26 1500
==== SNIP ====

DNS resolution and routing to the outside seems to work, viz:
==== SNIP ====
TCPIP> ping www.google.com
PING www.l.google.com (64.233.183.104): 56 data bytes
64 bytes from 64.233.183.104: icmp_seq=0 ttl=245 time=50 ms
==== SNIP ====

And I can ping other machines on the local subnet (192.168.77.1 is the
PIX 501 router/firewall):
==== SNIP ====
TCPIP> ping 192.168.77.1
PING 192.168.77.1 (192.168.77.1): 56 data bytes
64 bytes from 192.168.77.1: icmp_seq=0 ttl=255 time=10 ms
==== SNIP ====


However, when I try to ping the machine that the SIMH VAX emulator is
running on, it doesn't get through:
==== SNIP ====
TCPIP> ping 192.168.77.202
PING 192.168.77.202 (192.168.77.202): 56 data bytes
----192.168.77.202 PING Statistics----
4 packets transmitted, 0 packets received, 100% packet loss
%SYSTEM-F-TIMEOUT, device timeout
TCPIP>
==== SNIP ====


.