kirin-lin.idv.tw
Use nc(netcat) to check the DataPower service ports
To check the SSH service (default port 22): [code language=”bash” light=”true”]nc -z $IP 22[/code] To check the XML Management Interface (default port 5550): [code language=…