Saturday, February 25, 2017

mac osx - How to make a Macintosh register a Hostname to the DHCP Server?

I have a MacBook running Snow Leopard in our company's internal network, which is basically a Windows domain network. Our TO department complains about my MacBook not specifying a name to the DHCP server. Accordingly, the MacBook isn't resolvable by anything else than its IP address from our Windows workstations.



I already





  • set the NetBIOS name in the Network settings in the OSX Control Panel

  • set the DHCP Client ID in the Network settings in the OSX Control Panel

  • set the "Computer Name" in Control Panel > Sharing.

  • set the hostname using sudo scutil --set HostName MACBOOK001 (and rebooted)



... but all of that didn't solve the problem.



Can anyone tell me how to make OSX register its hostname to the DHCP server so that it can be reachable e.g. using ping MACBOOK001

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...