<div dir="ltr">I have simh running on a Linux host. When I installed simh (compiled from source) the host was running OpenSUSE 13.1. It subsequently was upgraded to 13.2. The Linux host has two NICs - one of them is dedicated to simh. The host os loads the kernel module for the NIC and admins it up, but does not configure an IP address. Both NICs are cabled into a gig-e switch and the switch is cabled into a cable modem.<br><br>When the host was running OpenSUSE 13.1, networking on simh worked perfectly. I'm not certain, but I suspect that it also worked perfectly under 13.2. I recently ran both the PDP11 simulator and the VAX simulator. Both of these had about 50% packet loss when pinging between simulators or between the Linux host and either simulator. <br><br>The pertinent portion of the simh initialization file looks like this:<br>  set xq mac=08-00-2B-AA-BB-CC<br>  at xq enp4s1<br><br>Where the host's Etherent device is /dev/enp4s1.<br><br>Versions look like this:<br>  Host OS = OpenSUSE 13.2<br>  simh version = V3.9-0<br>  libpcap1-32bit-1.6.2-1.2.x86_64<br>  libpcap1-1.6.2-1.2.x86_64<br>  libpcap-devel-32bit-1.6.2-1.2.x86_64<br>  libpcap-devel-1.6.2-1.2.x86_64<br><br>The pdp11 simulator starts up normally...<br>  PDP-11 simulator V3.9-0<br>  libpcap version 1.6.2<br>  Eth: opened OS device enp4s1<br>  Disabling CR<br><br>  73Boot from ra(0,0,0) at 0172150<br>  :<br><br>...and networking does work a bit, but shows heavy packet loss...<br><br>  # /etc/netstart<br>  Assuming NETWORKING system ...<br>  add host spdp11: gateway localhost<br>  add net default: gateway 192.168.1.1<br>  # ping 192.168.1.1<br>  PING 192.168.1.1 (192.168.1.1): 56 data bytes<br>  64 bytes from <a href="http://192.168.1.1">192.168.1.1</a>: icmp_seq=1 ttl=64 time=933.352 ms<br>  64 bytes from <a href="http://192.168.1.1">192.168.1.1</a>: icmp_seq=2 ttl=64 time=266.672 ms<br>  64 bytes from <a href="http://192.168.1.1">192.168.1.1</a>: icmp_seq=3 ttl=64 time=250.005 ms<br>  ^C<br>  --- 192.168.1.1 ping statistics ---<br>  5 packets transmitted, 3 packets received, 40% packet loss<br>  round-trip min/avg/max = 250.005/0/933.352 ms<br>  #<br><br>Any ideas why this would be?<br></div>