HI, CAD opens random port because the option WEBPORT has default value "0 0" and CAD randomly assign a free TCPport (the first parameter for CAD, the second for WEB client). I think it’s impossible to prevent this. As workaround you can set fixed port(s) and close it using firewall. Example: WEBPORT 55000 0 or WEBPORT 55000 55001 Efim
> 18 дек. 2015 г., в 12:29, Henrik Ahlgren <pa...@seestieto.com> написал(а): > > Can someone explain why the Client Acceptor Daemon (dsmcad) opens > a random port ("ANS3000I TCP/IP communications available on port XXXXX") > when: > > - SCHEDMODE is set to POLLING > - MANAGEDSERVICES is set to SCHEDULE > > How do you configure a TSM client to *never* listen to *any* port, but > still using dsmcad to preserve memory etc. > > To me this behaviour seems highly insecure and not clearly documented.