Hi all, Fairly new to PVE but already have one node. Got some new donated hardware and trying to install 7.4-3
Installer runs fine, everything installs, reboots gets to logon box but I cannot get to the webui.
I can ping and ssh to the new node fine from all my devices including my existing pve node (I was planning to cluster and migrate guests over) but it fails due to no connection which isn't surprising when I can't get to the ui.
From what I have seen on the forum posts here is some info
What I did notice is odd is I installed tailscale on the node so I could carry on tinkering from work. and the UI is available via the tailscale ip !
I origionally tried to set it up on 192.168.0.220/16 as I'm splitting my network out slowly, but that didn't work so reinstalled it on 192.168.1.219 to be in the "normal" network. I have other services on 192.168.0.* which I can access fine, and on that subnet I could still ssh/ping no problem.
As the ui is available on the tailscale ip I'm assuming services etc are all OK.
Hope someone has some ideas
Thanks
Installer runs fine, everything installs, reboots gets to logon box but I cannot get to the webui.
I can ping and ssh to the new node fine from all my devices including my existing pve node (I was planning to cluster and migrate guests over) but it fails due to no connection which isn't surprising when I can't get to the ui.
From what I have seen on the forum posts here is some info
root@spudmox:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.219/16
gateway 192.168.1.1
bridge-ports eno2
bridge-stp off
bridge-fd 0
iface wlo1 inet manual
root@spudmox:~# ss -lnpt | grep 8006
LISTEN 0 4096 *:8006 *:* users:(("pveproxy worker",pid=1229,fd=6),("pveproxy worker",pid=1228,fd=6),("pveproxy worker",pid=1227,fd=6),("pveproxy",pid=1226,fd=6))
root@spudmox:~# curl -k https://192.168.1.219:8006/ | grep title
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2360 100 2360 0 0 288k 0 --:--:-- --:--:-- --:--:-- 288k
<title>spudmox - Proxmox Virtual Environment</title>
root@spudmox:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.219 spudmox.local spudmox
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
What I did notice is odd is I installed tailscale on the node so I could carry on tinkering from work. and the UI is available via the tailscale ip !
I origionally tried to set it up on 192.168.0.220/16 as I'm splitting my network out slowly, but that didn't work so reinstalled it on 192.168.1.219 to be in the "normal" network. I have other services on 192.168.0.* which I can access fine, and on that subnet I could still ssh/ping no problem.
As the ui is available on the tailscale ip I'm assuming services etc are all OK.
Hope someone has some ideas
Thanks