T1000 jumpstart
I am trying to jumpstart a t1000 to U3. From what I have seen everything appears to be configured properly. When booting the t1000, it get the IP, and then only posts "Timed out waiting for TFTP reply"
Running a snoop -v on the boot server shows this:
ETHER: -- Ether Header --
ETHER:
ETHER: Packet 443 arrived at 11:00:26.67024
ETHER: Packet size = 64 bytes
ETHER: Destination = 0:14:4f:6e:b7:ce,
ETHER: Source= 0:3:ba:e:67:9,
ETHER: Ethertype = 0800 (IP)
ETHER:
IP:-- IP Header --
IP:
IP:Version = 4
IP:Header length = 20 bytes
IP:Type of service = 0x00
IP: xxx. .... = 0 (precedence)
IP: ...0 .... = normal delay
IP: .... 0... = normal throughput
IP: .... .0.. = normal reliability
IP: .... ..0. = not ECN capable transport
IP: .... ...0 = no ECN congestion experienced
IP:Total length = 50 bytes
IP:Identification = 102
IP:Flags = 0x4
IP: .1.. .... = do not fragment
IP: ..0. .... = last fragment
IP:Fragment offset = 0 bytes
IP:Time to live = 60 seconds/hops
IP:Protocol = 17 (UDP)
IP:Header checksum = b764
IP:Source address = xxxxxxxxxxxx, xxxxxx
IP:Destination address = xxxxxxxxxxxx, xxxxxx
IP:No options
IP:
UDP: -- UDP Header --
UDP:
UDP: Source port = 63058
UDP: Destination port = 32768
UDP: Length = 30
UDP: Checksum = 100C
UDP:
TFTP: -- Trivial File Transfer Protocol --
TFTP:
TFTP: Opcode = 5 (error)
TFTP: Error = 2 (access violation)
TFTP: Error string = "Access violation"
ETHER: -- Ether Header --
ETHER:
ETHER: Packet 444 arrived at 11:00:55.64773
ETHER: Packet size = 64 bytes
ETHER: Destination = ff:ff:ff:ff:ff:ff, (broadcast)
ETHER: Source= 0:14:4f:6e:b7:ce,
ETHER: Ethertype = 0800 (IP)
ETHER:
IP:-- IP Header --
IP:
IP:Version = 4
IP:Header length = 20 bytes
IP:Type of service = 0x00
IP: xxx. .... = 0 (precedence)
IP: ...0 .... = normal delay
IP: .... 0... = normal throughput
IP: .... .0.. = normal reliability
IP: .... ..0. = not ECN capable transport
IP: .... ...0 = no ECN congestion experienced
IP:Total length = 45 bytes
IP:Identification = 35
IP:Flags = 0x0
IP: .0.. .... = may fragment
IP: ..0. .... = last fragment
IP:Fragment offset = 0 bytes
IP:Time to live = 64 seconds/hops
IP:Protocol = 17 (UDP)
IP:Header checksum = b73c
IP:Source address = xxxxxxxxxxxx, xxxxx
IP:Destination address = 255.255.255.255, BROADCAST
IP:No options
IP:
UDP: -- UDP Header --
UDP:
UDP: Source port = 32768
UDP: Destination port = 69 (TFTP)
UDP: Length = 25
UDP: Checksum = F8E0
UDP:
TFTP: -- Trivial File Transfer Protocol --
TFTP:
TFTP: Opcode = 1 (read request)
TFTP: File name = "C0A802EA"
TFTP: Transfer mode = octet
On the boot server, the files created by add_install_client are named: C0A802B9
I tried renaming these, but that didn't effect it. All the information is correct when running the script. Is there some other way of calculating this ID so I can try and find where the problem is?

