<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
Thank you for your response! Got me thinking about releasing the IP address from the Windows machine; in the end, I found instructions here: <a href="https://superuser.com/questions/470585/how-to-force-windows-7-to-ask-for-a-fresh-ip-address-from-dhcp-server">https://superuser.com/questions/470585/how-to-force-windows-7-to-ask-for-a-fresh-ip-address-from-dhcp-server</a> on
 how to force Windows not to request an IP address from the DHCP server (Dnsmasq honours that).</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
<br>
In particular:</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
<pre style="margin: 0px 0px 1em; padding: 12px 8px; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; font-size: 13px; width: auto; max-height: 600px; overflow: auto; background-color: rgb(239, 240, 241); border-radius: 3px; color: rgb(36, 39, 41); text-align: left"><code style="margin: 0px; background-color: rgb(239, 240, 241)">ipconfig /release
net stop dhcp
net start dhcp
ipconfig /renew</code></pre>
This worked!</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
Thank you all,</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: "Segoe UI", "Helvetica Neue", sans-serif; font-size: 9pt; color: rgb(0, 0, 0);">
Dave</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Dnsmasq-discuss <dnsmasq-discuss-bounces@lists.thekelleys.org.uk> on behalf of wkitty42@gmail.com <wkitty42@gmail.com><br>
<b>Sent:</b> 06 April 2019 14:36<br>
<b>To:</b> dnsmasq-discuss@lists.thekelleys.org.uk<br>
<b>Subject:</b> Re: [Dnsmasq-discuss] DHCP tag being ignored?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On 4/6/19 1:41 PM, Dave Thompson wrote:<br>
> I can see that the Windows 7 VM is requesting 104. Perhaps Dnsmasq is<br>
> honouring that and ignoring the config file?<br>
<br>
i think you have to release the address, first... something so that the VM won't <br>
try to request the last address it had... if it requests a valid address that is <br>
not in current use, it will be allowed and accepted IIUC...<br>
<br>
in the past we've renumbered the network addresses so the old numbers were not <br>
valid which forced the assignment of a new address which was the desired <br>
effect... when we renumbered the addresses, we basically just changed the 3rd <br>
octet...<br>
<br>
eg: 192.168.0.*/24 -> 192.168.100.*/24<br>
<br>
maybe you can do something similar to reach your desired objective?<br>
<br>
_______________________________________________<br>
Dnsmasq-discuss mailing list<br>
Dnsmasq-discuss@lists.thekelleys.org.uk<br>
<a href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.thekelleys.org.uk%2Fmailman%2Flistinfo%2Fdnsmasq-discuss&amp;data=02%7C01%7C%7C7584564b6c644062dbac08d6bac03dc9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636901732160434173&amp;sdata=YuHMXubZ6%2FLTXunkJLIZi%2FV1BbSvcminpUX5f9AAL28%3D&amp;reserved=0">https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.thekelleys.org.uk%2Fmailman%2Flistinfo%2Fdnsmasq-discuss&amp;data=02%7C01%7C%7C7584564b6c644062dbac08d6bac03dc9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636901732160434173&amp;sdata=YuHMXubZ6%2FLTXunkJLIZi%2FV1BbSvcminpUX5f9AAL28%3D&amp;reserved=0</a><br>
</div>
</span></font></div>
</body>
</html>