###edit###
forgot to mention, running proxmox ve 4 as offered by soyoustart
Hi there,
I'm just getting started using proxmox on a remote server so I can't access it locally.
I decided to enable the firewall on proxmox, the node/host and the only guest and locked myself out as I had not defined any rules to allow me access.
so I booted from a rescue mode, mounted the / and did the following:
edited /etc/pve/firewall/cluster.fw and inserted
After inserting below content and restarting from disk as usual, I can now SSH into my host system where proxmox ve runs but I still can't access its management via web.
on the host I tried
just for a test and I can't enter that LXC container.
And yet I can't access the management console :-(
forgot to mention, running proxmox ve 4 as offered by soyoustart
Hi there,
I'm just getting started using proxmox on a remote server so I can't access it locally.
I decided to enable the firewall on proxmox, the node/host and the only guest and locked myself out as I had not defined any rules to allow me access.
so I booted from a rescue mode, mounted the / and did the following:
edited /etc/pve/firewall/cluster.fw and inserted
[OPTIONS]
# enable firewall (cluster wide setting, default is disabled)
enable: 0
[IPSET management]
MYIP
After inserting below content and restarting from disk as usual, I can now SSH into my host system where proxmox ve runs but I still can't access its management via web.
on the host I tried
Code:
pct enter 100
Code:
netstat -a | grep 8006
tcp 0 0 *:8006 *:* LISTEN
tcp 424 0 james.mydomain.:8006 p5xxCAF3A.dip0.t-:53269 CLOSE_WAIT
tcp 423 0 james.mydomain.:8006 p5xxCAF3A.dip0.t-:53252 ESTABLISHED
tcp 1 0 james.mydomain.:8006 p5xxCAF3A.dip0.t-:53266 CLOSE_WAIT
tcp 1 0 james.mydomain.:8006 p5xxCAF3A.dip0.t-:53254 CLOSE_WAIT
tcp 1 0 james.mydomain.:8006 p5xxCAF3A.dip0.t-:53253 CLOSE_WAIT
And yet I can't access the management console :-(
Code:
pve-firewall status
ipcc_send_rec failed: Connection refused
ipcc_send_rec failed: Connection refused
ipcc_send_rec failed: Connection refused
Status: disabled/stopped
Code:
iptables-save
# Generated by iptables-save v1.4.21 on Fri Nov 6 20:45:56 2015
*filter
:INPUT ACCEPT [1605:216894]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1889:243514]
COMMIT
# Completed on Fri Nov 6 20:45:56 2015
Last edited: