Hello,
I somehow broke my proxmox.
It was unresponsive, so I restarted the appliance and then it was worse
The web GUI loads intermittently but the content never does. (I get connection resets)
If I try to connect using ssh I get
$ ssh root@192.168.1.25
kex_exchange_identification: read: Software caused connection abort
banner exchange: Connection to 192.168.1.25 port 22: Software caused connection abort
Sometimes if I reboot the sshd service it works
If I do ip a, I get this
The vmbr0 match the ip in /etc/hosts
I have the google DNS setup, the ping works and I have Internet.
I looked into journals for pvecluster, pveproxy and pvedaemon without seeing much.
Managing the cluster using the cli seem fine, I tried to delete a lxc container using pct with success.
I'm at a bit of a loss on what to investigate next, I would appreciate any suggestions. (This is a homelab to learn the technology and run my home labs, hence the lack of susbcription)
I somehow broke my proxmox.
It was unresponsive, so I restarted the appliance and then it was worse

The web GUI loads intermittently but the content never does. (I get connection resets)
If I try to connect using ssh I get
$ ssh root@192.168.1.25
kex_exchange_identification: read: Software caused connection abort
banner exchange: Connection to 192.168.1.25 port 22: Software caused connection abort
Sometimes if I reboot the sshd service it works
If I do ip a, I get this
Code:
root@pve:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether d8:9e:f3:86:86:eb brd ff:ff:ff:ff:ff:ff
4: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
link/ether 12:64:3f:28:85:f0 brd ff:ff:ff:ff:ff:ff
inet6 fe80::1064:3fff:fe28:85f0/64 scope link
valid_lft forever preferred_lft forever
7: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d8:9e:f3:86:86:eb brd ff:ff:ff:ff:ff:ff
inet 192.168.1.25/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::da9e:f3ff:fe86:86eb/64 scope link
valid_lft forever preferred_lft forever
The vmbr0 match the ip in /etc/hosts
Code:
root@pve:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.25 pve.home.internal pve
# 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
I have the google DNS setup, the ping works and I have Internet.
I looked into journals for pvecluster, pveproxy and pvedaemon without seeing much.
Managing the cluster using the cli seem fine, I tried to delete a lxc container using pct with success.
I'm at a bit of a loss on what to investigate next, I would appreciate any suggestions. (This is a homelab to learn the technology and run my home labs, hence the lack of susbcription)