You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a simulated VAXServer 3900 using SIMH, with an OpenVMS operating system.
Incoming communication works when running "natively" on a linux server, but doesn't work when running inside a Docker container.
To be more specific, I see packets coming in and identified as IP packets (when running netcu debug /ip), but it seems like they are not identified as TCP/UDP packets (when running netcu debug /tcp, nothing is shown).
I'm running a simulated VAXServer 3900 using SIMH, with an OpenVMS operating system.
Incoming communication works when running "natively" on a linux server, but doesn't work when running inside a Docker container.
To be more specific, I see packets coming in and identified as IP packets (when running
netcu debug /ip
), but it seems like they are not identified as TCP/UDP packets (when runningnetcu debug /tcp
, nothing is shown).Full details are in simh/simh#813.
The text was updated successfully, but these errors were encountered: