मुझे पता चला कि मैक कभी अनुरोध में अपना होस्टनाम भेजते हैं, और कभी-कभी नहीं। विशेष रूप से मैंने पाया कि यदि कंप्यूटर का नाम (कंट्रोल पैनल> शेयरिंग -> कंप्यूटर का नाम) में एक स्थान है, तो NO hostname भेजा जाएगा (OS X 10.6 के तहत)। यदि इसमें स्थान नहीं है, तो इसे भेजा जाएगा।
मैंने tcpdump का उपयोग करके डीएचसीपी अनुरोधों की तुलना कंप्यूटर नाम के स्थान के साथ और उसके बिना की।
कंप्यूटर नाम के साथ chris-macbook-space
:
11:13:41.939462 IP (tos 0x0, ttl 255, id 36007, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:17:f2:xx:xx:xx, length 300, xid 0x9b57c74c, secs 1, Flags [none]
Client-Ethernet-Address 00:17:f2:xx:xx:xx
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Parameter-Request Option 55, length 10:
Subnet-Mask, Default-Gateway, Domain-Name-Server, Domain-Name
Option 119, LDAP, Option 252, Netbios-Name-Server
Netbios-Node, Netbios-Scope
MSZ Option 57, length 2: 1500
Client-ID Option 61, length 7: ether 00:17:f2:xx:xx:xx
Lease-Time Option 51, length 4: 7776000
Hostname Option 12, length 19: "chris-macbook-space"
कंप्यूटर नाम के साथ chris-macbook space
:
11:07:13.077664 IP (tos 0x0, ttl 255, id 36003, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:17:f2:xx:xx:xx, length 300, xid 0x432cbbda, secs 2, Flags [none]
Client-Ethernet-Address 00:17:f2:xx:xx:xx
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Parameter-Request Option 55, length 10:
Subnet-Mask, Default-Gateway, Domain-Name-Server, Domain-Name
Option 119, LDAP, Option 252, Netbios-Name-Server
Netbios-Node, Netbios-Scope
MSZ Option 57, length 2: 1500
Client-ID Option 61, length 7: ether 00:17:f2:xx:xx:xx
Lease-Time Option 51, length 4: 7776000
Hostname Option 12, length 19: "chris-macbook-space"
बाद के मामले में लापता होने पर ध्यान दें ।
इसलिए आप कंप्यूटर नाम से रिक्त स्थान और किसी अन्य विशेष वर्ण को हटाने का प्रयास कर सकते हैं, यह देखने के लिए कि क्या यह नेटवर्क पर हल करने में सक्षम बनाता है।