Need help getting started #851
-
Hello: I am trying out LoxiLB in a stand-alone deployment to route connections to cluster nodes. My environment: The VM has multiple network interfaces:
I created three macvlan interfaces for the LoxiLB container:
I assigned IPs to the container's network interfaces and validated that I can use ping and netcat against the intended endpoints from the container:
I then created a basic load balancer configuration:
If I attempt to connect to 192.168.254.30:4646, the connection times out. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Based on your topology, I suggest you create the load-balancer rule with |
Beta Was this translation helpful? Give feedback.
Hi @originaltrini0
Based on your topology, I suggest you create the load-balancer rule with
--mode=onearm
and double check once. For logging, you could probably checkpodman logs -f <docker-name>
.