The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [pups] 2.11BSD networking on simh
@ 2002-11-28  1:19 Andru Luvisi
  2002-11-28  2:19 ` Gregg C Levine
  0 siblings, 1 reply; 7+ messages in thread
From: Andru Luvisi @ 2002-11-28  1:19 UTC (permalink / raw)


I have gotten 2.11 installed on simh, I have it recognizing the simulated
ethernet card, and everything appears correct except the packets just
aren't getting in and out.  The simh documentation says that the DELQA
card is better than the DEQNA, but I was unable to get the DELQA (qt)
driver to recognize the card.  When I compiled the kernel to use the DEQNA
(qe) driver and set the card up in DEQNA mode, the emulated card and its
ethernet address were correctly detected.

I have configured 2.11BSD with:
  A valid IP address on the network the host is on.
  The same netmask, broadcast, and gateway as the host.

I am running the emulator as root.

I have attached the DEQNA to the appropriate ethernet card.  I can see the
ethernet card go into promiscuous mode when I start the emulator.

I have tested it with SANITY=ON and SANITY=OFF.

The docs say you won't be able to talk between the host and the emulated
machine, so my test for each configuration has been pinging the gateway,
which I know responds to pings since I can ping it from the host.

I have been over both the 2.11BSD docs and the simh docs several times and
as far as I can tell I am doing everything correctly.  I would appreciate
any hints that any of you can offer.

Thanks,
Andru

Quote Of The Moment:
  Appel's method avoids making a large number of small trampoline bounces
  by occasionally jumping off the Empire State Building.
                  -- Henry G. Baker, "Cheney on the M.T.A."




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [pups] 2.11BSD networking on simh
@ 2002-11-28  4:50 Steven M. Schultz
  2002-11-29  1:22 ` Andru Luvisi
  0 siblings, 1 reply; 7+ messages in thread
From: Steven M. Schultz @ 2002-11-28  4:50 UTC (permalink / raw)


Hi -

> From: Andru Luvisi <luvisi at andru.sonoma.edu>
> I have gotten 2.11 installed on simh, I have it recognizing the simulated
> ethernet card, and everything appears correct except the packets just
> aren't getting in and out.  The simh documentation says that the DELQA
> card is better than the DEQNA, but I was unable to get the DELQA (qt)
> driver to recognize the card.  When I compiled the kernel to use the DEQNA

	There are TWO variants of the DELQA as I recall.   One was referred
	to as the "turbo" verion (I think it was called the DELQA-YM) and
	the if_qt driver was developed and tested specifically for, and only
	for, that variant.   The normal DELQA and DEQNA should use the if_qe
	driver.

> I have configured 2.11BSD with:
>   A valid IP address on the network the host is on.
>   The same netmask, broadcast, and gateway as the host.

> I am running the emulator as root.
> 
> The docs say you won't be able to talk between the host and the emulated

	Hmmm, that seems strange.   Using P11 I talk between the host (the
	machine running the emulator program) and the "PDP11" all the time.

	Ah, it has to do with ARP handling I suspect.  I know that with P11
	it's IP only and thus ARP packets do not traverse the emulated ethernet
	card.   If that is the case with simh as well then on the PDP11 side
	you might have to do what I did and install arp entries for everything
	on the local lan with which the PDP11 is going to communicate.   That
	way the 11 already knows the 'mac' address and does not need ARP (which
	doesn't work thru the emulated ethernet) at all.

> machine, so my test for each configuration has been pinging the gateway,
> which I know responds to pings since I can ping it from the host.

	Ah, but on the host did you publish an ARP entry so that the host
	will arp for the PDP11?   I think that is required.    

	I would tinker around with installing published/proxy arp entries and
	seeing what happens.

	Cheers,
	Steven Schultz
	sms at 2bsd.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-12-02 21:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-28  1:19 [pups] 2.11BSD networking on simh Andru Luvisi
2002-11-28  2:19 ` Gregg C Levine
2002-11-28  7:20   ` Andru Luvisi
2002-11-28 16:55     ` Andru Luvisi
2002-11-28  4:50 Steven M. Schultz
2002-11-29  1:22 ` Andru Luvisi
2002-12-02 21:52   ` Andru Luvisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).