The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: sms@2BSD.COM (Steven M. Schultz)
Subject: [pups] 2.11BSD networking on simh
Date: Wed, 27 Nov 2002 20:50:05 -0800 (PST)	[thread overview]
Message-ID: <200211280450.gAS4o5824942@moe.2bsd.com> (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



             reply	other threads:[~2002-11-28  4:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-28  4:50 Steven M. Schultz [this message]
2002-11-29  1:22 ` Andru Luvisi
2002-12-02 21:52   ` Andru Luvisi
  -- strict thread matches above, loose matches on Subject: below --
2002-11-28  1:19 Andru Luvisi
2002-11-28  2:19 ` Gregg C Levine
2002-11-28  7:20   ` Andru Luvisi
2002-11-28 16:55     ` Andru Luvisi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200211280450.gAS4o5824942@moe.2bsd.com \
    --to=sms@2bsd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).