Replies: 2 comments
-
I believe in this case, you have to use
With the above, all the host's interfaces will be visible to loxilb and there would be no need to created additional interfaces. |
Beta Was this translation helpful? Give feedback.
-
Yeah ens160 makes sense. That is the original IP/network of the VM, pre Docker. There is this step now: sudo docker network create -d macvlan -o parent=eth1 --subnet 192.168.82.0/24 --gateway 192.168.82.1 --aux-address 'host=192.168.82.252' llbnet I assume this should be the main subnet and gateway. So the vm is in 10.0.0.0/15 with a gateway in that range, I assume I should be using those details? And host would be the server's IP. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am setting up loxilb in external mode. The steps says this:
Set underlying interface of the VM/cluster-node to promisc mode for mac-vlan to work
sudo ifconfig eth1 promisc
However, on a vm with docker installed, there are several network interfaces:
Of the first two, which NIC do I want to use?
Beta Was this translation helpful? Give feedback.
All reactions