? --- macrumors member Original poster Jul 22, 2009 #1 Just curious as to why every time I open Terminal, there is a different name preceding ~John$ Here are some examples: wks50633:~John$ iMac:~John$ Brooke-PC:~John$ localhost:~John$ What is the name, and why does it change?
Just curious as to why every time I open Terminal, there is a different name preceding ~John$ Here are some examples: wks50633:~John$ iMac:~John$ Brooke-PC:~John$ localhost:~John$ What is the name, and why does it change?
boast macrumors 65816 Jul 22, 2009 #2 the hostname of the computer. It changes because a different DHCP server assigns it a different name.
the hostname of the computer. It changes because a different DHCP server assigns it a different name.
? --- macrumors member Original poster Jul 22, 2009 #3 boast said: the hostname of the computer. It changes because a different DHCP server assigns it a different name. Click to expand... Thanks.
boast said: the hostname of the computer. It changes because a different DHCP server assigns it a different name. Click to expand... Thanks.
? --- macrumors member Original poster Jul 22, 2009 #4 wait, so the DHCP thing changed the hostname to teh-pwnerer ? Does it just have a big list of names to randomly assign to computers?
wait, so the DHCP thing changed the hostname to teh-pwnerer ? Does it just have a big list of names to randomly assign to computers?
boast macrumors 65816 Jul 22, 2009 #5 The DHCP gets the name from the DNS, which maintains the records of all the IPs and hostnames. The DHCP can also update DNS with a hostname on behalf of the client. --- said: Does it just have a big list of names to randomly assign to computers? Click to expand... The DNS would have a list of A records for assigning hostnames to IPs.
The DHCP gets the name from the DNS, which maintains the records of all the IPs and hostnames. The DHCP can also update DNS with a hostname on behalf of the client. --- said: Does it just have a big list of names to randomly assign to computers? Click to expand... The DNS would have a list of A records for assigning hostnames to IPs.