<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Augustine C. Anyasodor</title>
    <description>The latest articles on DEV Community by Augustine C. Anyasodor (@acanyasodor).</description>
    <link>https://dev.to/acanyasodor</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F961192%2Fe4b1a175-f6cb-42df-9449-dc398d5c4baf.jpeg</url>
      <title>DEV Community: Augustine C. Anyasodor</title>
      <link>https://dev.to/acanyasodor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/acanyasodor"/>
    <language>en</language>
    <item>
      <title>Assigning a Namecheap Domain name to a Linode VM</title>
      <dc:creator>Augustine C. Anyasodor</dc:creator>
      <pubDate>Mon, 31 Oct 2022 15:18:24 +0000</pubDate>
      <link>https://dev.to/acanyasodor/assigning-a-namecheap-domain-name-to-a-linode-vm-381f</link>
      <guid>https://dev.to/acanyasodor/assigning-a-namecheap-domain-name-to-a-linode-vm-381f</guid>
      <description>&lt;p&gt;A few days back I tried to map my VM's IP address to a domain name. Unfortunately my VM provider did not have a document that outlines the steps to do that (or in the spirit of sportsmanship, let's say it was difficult to find) . Their community had a few answers to the question but as with question-comment styled documents, there was no standard and in most comments, the detailing was not to the teeth. Luckily I found a slightly comprehensive post but I had to figure out a lot of things, so I decided the next Infrastructure Engineer shouldn't have to go through these. &lt;/p&gt;

&lt;h2&gt;
  
  
  Here's a straightforward guide to assigning a namecheap domain to a linode VM
&lt;/h2&gt;

&lt;p&gt;You'll have to do some setting on both sides so lezz go&lt;/p&gt;

&lt;h3&gt;
  
  
  Linode Settings
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;On the your dashboard, click &lt;strong&gt;&lt;em&gt;Domains&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Create a domain

&lt;ul&gt;
&lt;li&gt;Enter the domain name and an email address&lt;/li&gt;
&lt;li&gt;For &lt;strong&gt;&lt;em&gt;insert default records&lt;/em&gt;&lt;/strong&gt; select &lt;strong&gt;&lt;em&gt;... from one of my linodes&lt;/em&gt;&lt;/strong&gt; and select a linode&lt;/li&gt;
&lt;li&gt;click &lt;strong&gt;&lt;em&gt;Create Domain&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now a domain name has been added, next connect to a Linode&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go to your target linode and open &lt;strong&gt;&lt;em&gt;Network&lt;/em&gt;&lt;/strong&gt; tab&lt;/li&gt;
&lt;li&gt;copy the IPv4 and IPv6 addresses&lt;/li&gt;
&lt;li&gt;Go back to &lt;strong&gt;&lt;em&gt;Domains&lt;/em&gt;&lt;/strong&gt; and select the target domain name.&lt;/li&gt;
&lt;li&gt;Scroll down to find A/AAAA Record and add an A/AAAA Record&lt;/li&gt;
&lt;li&gt;For each record, add the IPv4 and IPv6 address as the IP address, leave &lt;strong&gt;&lt;em&gt;Hostname&lt;/em&gt;&lt;/strong&gt; empty and leave TTL as default; save&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Namecheap/Domain Settings
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Open the domain dashboard&lt;/li&gt;
&lt;li&gt;Set &lt;strong&gt;&lt;em&gt;Nameservers&lt;/em&gt;&lt;/strong&gt; to &lt;strong&gt;&lt;em&gt;Custom DNS&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;em&gt;ns1.linode.com&lt;/em&gt;&lt;/strong&gt; till &lt;strong&gt;&lt;em&gt;ns5.linode.com&lt;/em&gt;&lt;/strong&gt; to Nameservers&lt;/li&gt;
&lt;li&gt;Save
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You'll have to wait a while for the changes to take effect. According to articles I read during my research, it should take a maximum of 24 hours. It is usually faster in some cases.  &lt;/p&gt;

&lt;p&gt;This guide is also open source. Its available on &lt;a href="https://github.com/ACAnyasodor/assigningDomainName"&gt;Github&lt;/a&gt;. I'm expecting feedback to make this guide more helpful. I also intend to widen the scope of the project, so i'm accepting contributions with regards to other Domain name services and other VM providers. &lt;/p&gt;

</description>
      <category>cloud</category>
      <category>github</category>
      <category>tutorial</category>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
