Ребята подскажите в чем может быть дело. Настроил новый atftp прописываю его в DHCP
subnet 172.22.100.0 netmask 255.255.255.0 {
default-lease-time 30000;
max-lease-time 72000;
next-server 192.168.22.26;
filename "pxelinux.0";
option dhcp-message "mysql=172.22.100.1";
option ip-forwarding off;
option routers 172.22.100.1;
option domain-name-servers 172.22.100.1;
option wpad-url "http://172.22.100.1/vlan100.dat";
option domain-name "pdc.alend";
option domain-search "pdc.alend";
}
tcpdump -i eth0 -n port 69
subnet 172.22.100.0 netmask 255.255.255.0 {
default-lease-time 30000;
max-lease-time 72000;
next-server 172.22.100.1;
filename "pxelinux.0";
option dhcp-message "mysql=172.22.100.1";
option ip-forwarding off;
option routers 172.22.100.1;
option domain-name-servers 172.22.100.1;
option wpad-url "http://172.22.100.1/vlan100.dat";
option domain-name "pdc.alend";
option domain-search "pdc.alend";
}
Я пока писал у меня пришла идея в голову, что клиенты не знают маршрута на 192.168.22.0/24?