[SOLVED] unable to connect to Web UI but SSH works

May 16, 2020
265
16
38
51
Antwerp, Belgium
commandline.be
Whenever you cannot connect to the Web UI (login failed, please try again) and the logs in /var/log/pveproxy/access.log show HTTP 595 errors on access tickets

This is most likely due to failing localhost to localhost communications, try

iptables -A INPUT -i lo -s 127.0.0.1 -j ACCEPT
iptables -A FORWARD -i lo -s 127.0.0.1/8 -j ACCEPT
iptables -A FORWARD -o lo -d 127.0.0.1/8 -j ACCEPT
iptables -A OUTPUT -o lo -d 127.0.0.1 -j ACCEPT

If you want to change something in Promox /etc/network/interfaces
> copy interfaces to interfaces.new,
> then edit interfaces.new
> then save and run

Code:
systemctl restart pvenetcommit

then run

Code:
systemctl reload networking

Cheers

JL
 
Last edited:

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!