[Info-vax] DECnet connection problem

Johnny Billquist bqt at softjar.se
Thu Oct 6 10:22:26 EDT 2011


On 2011-10-06 15.15, Bob Koehler wrote:
> In article<j6i14g$8s5$1 at Iltempo.Update.UU.SE>, Johnny Billquist<bqt at softjar.se>  writes:
>>
>> I doubt that is it. Since the VMS 5.5 and VMS 7.3 are both running on
>> the same physical machine, and connections to VMS 7.3 works, the packets
>> are coming across.
>
>     It's still not clear to me from following this thread:  how
>     many NICs?  IIRC there are multiple DECnet nodes emulated on one
>     system.  Each needs it's own NIC.

No, each node does not need its own NIC. It all depends on how you 
implement the ethernet interface in the emulator...
You could just have all of them run over the same NIC, and that NIC act 
in promiscuous mode. That way you get packets to all the emulated NICs, 
and then you sort them out in software. Takes a little more processing 
power, but might be a good idea for other reasons anyway. And sending, 
creating your own ethernet frames is normally just fine nowadays too, so 
the outgoing frames looks just correct as well.

	Johnny



More information about the Info-vax mailing list