Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Determine hostname' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Determine hostname
Authored by: mustang_dvs on Jun 29, '04 06:03:48PM

Visit WhatIsMyIP.com, then take that address, plug it into the Lookup tab of Network Utility (found in /Applications/Utilities/) and click "lookup."

You'll see something that says:

Non-authoritative answer:
[IP.address.in.reverse].in-addr.arpa   name = [hostname.domain.tld].

What follows "name =" is your fully-qualified hostname, as determined by a reverse lookup.

Nice ISP's (particularly those that allow hosting on DSL, like Covad, Speakeasy or Megapath), will be more than willing to to change the reverse entry to reflect your server name (and they also have static IPs for a low premium).

[ Reply to This | # ]

Determine hostname
Authored by: guppylegs on Jun 30, '04 11:06:57AM

Alternatively, your fully qualified domain name can be viewed in the Services tab of the Sharing Preference Pane:

Other Macintosh users can access your computer at afp://h111a27eab08c.ne.client2.attbi.com/ or browse for "G4" by choosing Network from the Go menu in the Finder.



[ Reply to This | # ]
Determine hostname
Authored by: mustang_dvs on Jul 01, '04 01:43:22AM
Yes, but that only works if your machine a) is running OS X client, not server, and b) is directly connected to the PPP server (or PPPoE in the case of most DSL).

If your machine is behind a firewall or router using NAT, it will only provide the non-routing IP (10.x.x.x, 192.168.x.x, 172.16.x.x, etc) and the hostname as specified in the Sharing panel. In such a case, a reverse-lookup hostname would only be provided if you have a DNS server set up on the same subnet.

[ Reply to This | # ]