Ceph Public Network without PVE Management IP

cfanta05

New Member
Dec 23, 2024
4
0
1
It seems the Ceph Monitor uses the public network in the config and uses the IP configured in the PVE management IP.
I'm not sure if that's the right terms.

What I want to do is have the Ceph public network use ip and network 10.0.0.35/24. However I don't want the Proxmox Management available on that network.
I don't see a way to configure the ceph monitor to use 10.0.0.35/24 over a specific NIC without putting the PVE management on that IP as well.

Is there a way to do this?

I may have some follow up networking questions as configuring Vlans in Bridges I'm curious.
 
Last edited:
Thanks for the reply. I did realized that. However if someone would be so kind to give a little more detail.
If I have say as an example 2 nics
My network config may look something like this

uto lo
iface lo inet loopback

iface enp10s0f1 inet manual

iface enp10s0f0 inet manual

auto vmbr0
iface vmbr0 inet static
address 10.0.1.2/24
gateway 10.0.1.254
bridge-ports enp10s0f1
bridge-stp off
bridge-fd 0

Next I can set by ceph cluster network as mentioned in the ceph configs to 10.0.5.0/24
Now if I would like to use enp10s0f0 nic as my Ceph cluster network
Can I set the ceph cluster network to use for example 10.0.5.2/24
But not set it as a proxmox Web GUI ip?
 
Scratch that. It looks like I put the Ip directly on the interface and not a bridge.
Sorry for the noob question maybe someone else may be looking