I would like to be able to SSH into my macs over the internet using a DNS name like my-imac@example.com or something similar instead of having to enter an IP address every time. How can I assign domain names to my computers so I don't have to use the IP address to access them anymore? Any insight would be appreciated!
|
|
|||
|
|
|
You need to go a domain registar, and register a domain name with them. You then create an Some websites, like DynDNS, do half the work for you. They have already registered a domain and set up the DNS servers, and then hand out subdomains. You can't get |
|||
|
|
|
You could sign up for DynDns: http://dyn.com/dns/ That's how I've done ssh to my machine in the past. I believe they have a free version that allows you to have at least one domain name. It's particularly nice because of the features they add such as the "Internet Guide" which allows for some content restriction control. |
|||||||
|
|
If you have a static IP, you can assign an alias for your ip in the /etc/hosts file:
If you have a dynamic IP, you could use the service by sites like http://www.no-ip.com/ to get a subdomain. |
|||
|
|
Assuming you mean over the internet, I would use godaddy.com if you have a static IP address. Static IP address means your IP does not change over time. If you have a dynamic IP address I would buy your domain through godaddy.com then point the Nameservers to dnsexit.com. They allow you to use all the free dynamic domains you want. |
|||||
|