dnsmasq is assigning IP from a vlan pool which is in down state
by linuxuserme from LinuxQuestions.org on (#6D8RA)
Observing that dnsmasq is allocating DHCP IP to the VM from a VLAN pool which is in DOWN state.
E.g. if I have 3 VLAN pools
vlan9 : Range: 192.168.9.1-192.168.9.254, State UP
vlan19: Range: 192.168.19.1-192.168.19.254, State UP
vlan99: Range: 192.168.99.1-192.168.99.254, state DOWN
When the VM is moved from vlan9 to vlan19, on vlan19 dnsmasq gives IP 192.168.99.50.
If the vlan99 is in UP state, then it allocates the IP from the right VLAN pool i.e. vlan19 pool.
Has anyone come across the similar issue?
E.g. if I have 3 VLAN pools
vlan9 : Range: 192.168.9.1-192.168.9.254, State UP
vlan19: Range: 192.168.19.1-192.168.19.254, State UP
vlan99: Range: 192.168.99.1-192.168.99.254, state DOWN
When the VM is moved from vlan9 to vlan19, on vlan19 dnsmasq gives IP 192.168.99.50.
If the vlan99 is in UP state, then it allocates the IP from the right VLAN pool i.e. vlan19 pool.
Has anyone come across the similar issue?