25/26
www.zyxel.com
Verify that the workstation is listening to the traffic you are using to
access it remotely.
Windows:
Open command prompt or powershell and type
netstat -an
for a list of listening ports.
macOS:
Open terminal and type
sudo lsof -i -n -P
for a printout
of the listening ports.