Full scan seemed to fail on the few I tried it on so I switched to using quick scan so that I could at least add tasks. My priority has been using the PXE boot virus software after an “incident” earlier in the month.
If I import the list now will it match on MAC addresses and not create duplicates?
I want to thanks all of those for your being patient with me and giving feed backs through out this particular cluster. After getting tired dealing with the “what if” finally it was time to restore the drive to factory state by destroying all sectors, tracks and cylinders. Then installing Windows 8 and letting Windows 8 to create sectors, tracks and cylinders. It worked!!!
AFAIK you don’t need anything special. Just option 66 and 67. No dot at the end of the IP! Are you familiar with wireshark/tcpdump. If not maybe it’s time to dive into that part of network debugging. Capture the DHCP traffic and compare working against non-working setup. Probably best to use a hub to be able to capture that traffic. On your FOG server you can just use tcpdump straight away:
[CODE]sudo tcpdump -i eth0 -w /tmp/packet_capture.pcap[/CODE]
You can then transfer this file to your PC and open it up using wireshark… Try display filters to find DHCP (filter: bootp) and TFTP (filter: tftp) traffic.
Probably you could also capture one image using clonezilla from that particular kind of client just to have a template of clonezilla files ready. Then swap ‘sdaX.<fstype>-ptcl-img.gz.aa’ files with those you got from fog. From what I could find out they should be in the correct format (partclone packed with gzip) already. You just need to rename them properly. Give it a try…
I was having this too using the dhcp on my draytek router and testing tftp from another machine reckoned it wasn’t responding but did locally. I have up and reinstalled with ftp as dhcp And took off main network it sure if dhcp setup opens ports or doesn’t something else? Even with firewall disabled mine still times out
Thank you that fixed it also needed to open port 80 in ufw. Should I disable UFW completely or just open individual ports and if so is the command simply ufw disable?