Hello, I have 2 VMs running on a single Proxmox server.
on all VMs I have:
but:
I've disabled firewall for the VM interface, no firewalls inside vMs, and stopped pre-firewall on ProxMox
so, I can't telnet to port 22 but I can ssh to this host.
on all VMs I have:
Code:
$ nmap -Pn -p 22 10.10.21.117
Starting Nmap 7.95 ( https://nmap.org ) at 2024-11-16 22:01 PST
Nmap scan report for 10.10.21.117
Host is up (0.000086s latency).
PORT STATE SERVICE
22/tcp filtered ssh
Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds
Code:
$ telnet 10.10.21.117 22
Trying 10.10.21.117...
telnet: connect to address 10.10.21.117: No route to host
telnet: Unable to connect to remote host
but:
Code:
$ ssh 10.10.21.117
Activate the web console with: systemctl enable --now cockpit.socket
Last login: Sun Nov 17 05:58:36 2024 from 10.10.20.20
[apl@rl8ltfs ~]$
I've disabled firewall for the VM interface, no firewalls inside vMs, and stopped pre-firewall on ProxMox
Code:
root@proxmox:~# pve-firewall status
Status: disabled/stopped
so, I can't telnet to port 22 but I can ssh to this host.
Last edited: