[SOLVED] Pveproxy listening on ceph network?

BunkerHosted

New Member
Aug 10, 2020
13
2
3
28
Hello, we are currently working on rebalancing our disks across our production environment. This required removing a node from the cluster, and reinstalling PVE on a new OS disk. This task went alright, and was able to be rejoined into the cluster.

The node is available on its proper IP @ 192.168.20.50:8006. We use a completely separate network for ceph (4.4.4.x). The cluster & ceph are both working alright.

The issue is when running netstat -antplu | grep 8006 on each node; I can see this one the newly reinstalled node
1616775214326.png

Compared to all other nodes using the proper addressing like this:
1616775333682.png


Network & corosync configs are the same across each node so I'm not understanding why this one node is giving different output. Thanks in advance for any help!
 
What is the output of ip a and what are the contents of the /etc/network/interfaces file? Please post them inside [code][/code] tags.

You should not use random IP addresses if you don' t own them. 4.4.4.x are public IP addresses that are used. You should use IP ranges that are explicitly defined as private ranges.
 
My apologies, some information was skewed in this initial post for privacy reasons; Regardless, this was solved by fixing a misconfiguration within:

/etc/hosts
 
  • Like
Reactions: aaron