passive TCP connections, are they all sharing the same
port number,
or do you configure each with a different number?
Active TCP connections and UDP can both share the same port - there's no conflict
there.
A single passive TCP connection can share the same port with active TCP and UDP
connections.
But if you have more than one passive TCP connection, you'll have to assign all the
others to unique port numbers. There's a /PORT= option to the MULTINET SET/DECNET
command to do just that.
Bob