myvnet) and run:dnsmasq \
--interface=myvnet \
--bind-interfaces \
--port=0 \
--dhcp-range=192.168.100.10,192.168.100.200,12h \
--dhcp-option=3,192.168.100.1
currently the gateway ip from gui is only apply to simple zone && evpn zone as the ip is pushed on the vnet on all hosts. (or you could have ip conflict on layer2 zones like vlan,vxlan,....)I tried your method. I configured the gateway in the subnet as following :
View attachment 95961
But the gateway IP was not applied to the vnet. Without the gateway on the vnet, the dnsmasq dosn't work.
I have to apply the IP manually using "ip addr add 192.168.100.1/24 dev vnet100".
Do i miss something ?
Thanks
iface vnet100
address 192.168.100.1/24
Yes It works and persistent thanks. The only downside is that each time I add a vnet, I have to do the same thing again, and also for the dhcpmasq service.you can add an ip with add in /etc/network/interfaces of the node
iface vnet100 address 192.168.100.1/24
I'll be merged with the sdn configuration
We use essential cookies to make this site work, and optional cookies to enhance your experience.