Windows 10 still can't reach KMS host for activation, even after successful installation of service in Ubuntu.
vlmcsd.log
2016-09-01 17:52:15: Listening on [::]:1688
2016-09-01 17:52:15: Listening on 0.0.0.0:1688
2016-09-01 17:52:15: vlmcsd svn1003, built 2016-08-27 18:13:16 UTC started successfully
However, open ports check (yougetsignal.com/tools/open-ports) indicates that port 1688 on my server is closed. ufw is inactive, so does anyone know how I can troubleshoot this?
Windows 10 still can't reach KMS host for activation, even after successful installation of service in Ubuntu.
vlmcsd.log
2016-09-01 17:52:15: Listening on [::]:1688 2016-09-01 17:52:15: Listening on 0.0.0.0:1688 2016-09-01 17:52:15: vlmcsd svn1003, built 2016-08-27 18:13:16 UTC started successfully
netstat -tuple
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 :ssh *: LISTEN root 8729 811/sshd tcp 0 0 :1688 *: LISTEN root 9304 875/vlmcsd tcp 0 0 :43867 *: LISTEN root 10080 1045/python tcp6 0 0 [::]:ssh [::]:* LISTEN root 8732 811/sshd tcp6 0 0 [::]:1688 [::]:* LISTEN root 9303 875/vlmcsd tcp6 0 0 [::]:https [::]:* LISTEN root 11659 1338/docker-proxy tcp6 0 0 [::]:mdns [::]:* LISTEN root 12274 1454/docker-proxy tcp6 0 0 [::]:http-alt [::]:* LISTEN root 12835 1374/caddy tcp6 0 0 [::]:http [::]:* LISTEN root 11826 1424/docker-proxy udp 0 0 :openvpn *: root 8771 864/openvpn udp6 0 0 [::]:mdns [::]:* root 12489 1530/docker-proxy udp6 0 0 [::]:domain [::]:* root 11096 1195/docker-proxy
netstat -ntlp | grep LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 811/sshd tcp 0 0 0.0.0.0:1688 0.0.0.0:* LISTEN 875/vlmcsd tcp 0 0 0.0.0.0:43867 0.0.0.0:* LISTEN 1045/python tcp6 0 0 :::22 :::* LISTEN 811/sshd tcp6 0 0 :::1688 :::* LISTEN 875/vlmcsd tcp6 0 0 :::443 :::* LISTEN 1338/docker-proxy tcp6 0 0 :::5353 :::* LISTEN 1454/docker-proxy tcp6 0 0 :::8080 :::* LISTEN 1374/caddy tcp6 0 0 :::80 :::* LISTEN 1424/docker-proxy
However, open ports check (yougetsignal.com/tools/open-ports) indicates that port 1688 on my server is closed. ufw is inactive, so does anyone know how I can troubleshoot this?