Keith Halewood <Keith.Halewood(a)pitbulluk.org>
wrote:
Presumably, you’ll have two Ethernet ports wlan0 and eth0 with
wlan0 configured for tcp/ip and eth0 uncommitted.
You could then configure pydecnet for an Ethernet circuit connected to
eth0 and a multinet tcp circuit to an endpoint x.y.z.t:p ...
It should be mentioned that a pyDECnet talking to eth0 won't be able to talk to a
simh instance talking to eth0 on the same machine. It's a limitation of the way pcap
works - you can't see messages sent to yourself.
The solution is to set up a TAP device and connect simh and pyDECnet to that, in
addition to eth0.
Bob