Problem Console noVNC, pfsense, termproxy

crazy_frog

New Member
Jun 26, 2023
1
0
1
Hello,
i installed a Pfsense 2.6 in proxmox 7.4 ( Edge configuration), routing all Wan trafic to Pfsense and add some rules
after activating the rules
i had this issue :
failed waiting for client: timed out
TASK ERROR: command '/usr/bin/termproxy 5900 --path /nodes/proxmox-01 --perm Sys.Console -- /bin/login -f root' failed: exit code 1

So i cannot access the Shell but the Shell of VMs behind the PFsense is still working well
how to set a rulein iptables to launch the shell in local ( proxmox)
thanks.
 
AI recommends to execute the following command to add the iptables rule:

css
Copy code
iptables -I INPUT -p tcp --dport 5900 -s 127.0.0.1 -j ACCEPT
This rule allows incoming TCP traffic on port 5900 (which is used for VNC console access) from the local loopback interface (127.0.0.1).

Not sure about yours but sometimes problems like these could be solved with support companies
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!