I built a new Proxmox machine using version 4.4 I seem to be having issues with opening ports in a Ubuntu 16.04 KVM. I have an Openvpn server up and running, but clients can not connect. ufw shows all ports(s) closed, but I can ssh into the machine. Anything "extra" need to be done to open ports on a KVM machine? thx.
sudo ufw status
[sudo] password for darrell: .
Status: active
To Action From
-- ------ ----
1195/udp ALLOW Anywhere
OpenSSH ALLOW Anywhere
1195/udp (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)
$ nmap 192.168.100.135
Starting Nmap 7.01 ( https://nmap.org ) at 2017-01-02 15:47 EST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.09 seconds
sudo ufw status
[sudo] password for darrell: .
Status: active
To Action From
-- ------ ----
1195/udp ALLOW Anywhere
OpenSSH ALLOW Anywhere
1195/udp (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)
$ nmap 192.168.100.135
Starting Nmap 7.01 ( https://nmap.org ) at 2017-01-02 15:47 EST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.09 seconds