I thought that by making it 192.168.1.35 I was be giving it a static ip address. What if I changed it to 192.168.1.35/32Your issue most likely is that you're using the same IP-range for all network-adapters.
Like you have it now, the server will not be able to know which port to use for what.
Change your network for the bond and vmbr1 to something else, for example 10.0.0.X/24 for the bond and 10.0.1.X/24 for the vmbr1
That way, if you send traffic from one server to the other with the 10.0.1.X IP's, it knows to use the vmbr1/the first ceph backend adaptor.
You don't need a default gateway on those ports/ranges, as you wouldn't need to get to internet through those, only to eachother, and the vmbr0 is for your internet-access.
(Also, sorry, haven't used CEPH much, so can't really help you with that other question)
We use essential cookies to make this site work, and optional cookies to enhance your experience.