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