Alright my setup:<br>Two VMs - Same network.<br><br>VM1)<br>Dnsmasq version 2.57  Copyright (c) 2000-2011 Simon Kelley<br>Compile time options IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP no-IDN<br>##Config<br>no-resolv<br>no-poll<br>

no-hosts<br>dhcp-vendorclass=set:cmm,&quot;My Custom Working Vendor Class&quot;<br>dhcp-range=tag:cmm,192.168.1.2,192.168.1.38,12h<br>dhcp-range=tag:!cmm,192.168.1.39,192.168.1.254,12h<br>dhcp-option=option:router,192.168.1.1<br>

user=apache<br>group=apache<br>interface=eth0<br>enable-tftp<br>tftp-root=/var/tftp<br>dhcp-boot=tag:!cmm,pxelinux.0<br><br>#####<br>My tftp root has been chmoded to 777 (all the way through)<br>iptables has been completely removed (this is CentOS5) as well as ip6tables.<br>

<br>VM2) Nothing but PXEbooting<br>and for the life of me I can&#39;t get it to do anything but TFTP Open Timeout.<br>So its getting DHCP<br><br>This is all on a closed network - so there&#39;s nothing else there- could I be missing something?<br>