Somehow my proxmox install borked itself, so i tried reinstalling 2 days ago.
My router is configured not to assign IPs outside 192.168.72.4 to 192.168.72.180. Used Balena to image 8.2-1 to a thumbdrive, booted into it, installed it. all good. Then I configured the installer to use 192.168.192/27, so that's 192-223. Installation finished, rebooted, was instructed to go to 192.168.72.192:8006.
https://192.168.72.192:8006 timed out on me.
Thinking i did something wrong, I reinstalled proxmox again. Still the same result. I tried to ssh into my proxmox box from another laptop, only to find that that didn't work (SSH used to work fine).
SSH from proxmox to my other linux machine works fine. Both machines can ping one another.
running `wget --no-check-certificate 192.168.72.192:8006" on the proxmox machine works. Running it from my other linux box does not.
nmap shows that port 8006 is not open.
running iptables -L shows this:
and pveproxy status says running.
I'm puzzled - when I installed tailscale on my device on one of my reinstalls, and exposed localhost:8006 via
no idea what else the issue is - could anyone help me?
My router is configured not to assign IPs outside 192.168.72.4 to 192.168.72.180. Used Balena to image 8.2-1 to a thumbdrive, booted into it, installed it. all good. Then I configured the installer to use 192.168.192/27, so that's 192-223. Installation finished, rebooted, was instructed to go to 192.168.72.192:8006.
https://192.168.72.192:8006 timed out on me.
Thinking i did something wrong, I reinstalled proxmox again. Still the same result. I tried to ssh into my proxmox box from another laptop, only to find that that didn't work (SSH used to work fine).
SSH from proxmox to my other linux machine works fine. Both machines can ping one another.
running `wget --no-check-certificate 192.168.72.192:8006" on the proxmox machine works. Running it from my other linux box does not.
nmap shows that port 8006 is not open.
running iptables -L shows this:
Bash:
root@pve:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
and pveproxy status says running.
I'm puzzled - when I installed tailscale on my device on one of my reinstalls, and exposed localhost:8006 via
tailscale serve
i could access the admin console. good ol’ ssh worked fine when i would try connect to the tailscale IP address. no idea what else the issue is - could anyone help me?