You are on page 1of 1

Lesson-13 Instructions

(Domain Name Registration)


### We need a domain name
### go to godaddy.com and register a domain
### If it is just for this course, register a name <some string>.xyz.
### I chose it as iotcourse.xyz.
### this costs onlt USD1.30 per year.
###

https://godaddy.com

### You will be prompted to open an account and give your billing details.
### Once registered, go to manage DNS of your domain. There, you will see a
few rows of entry already.
### In the row of A type record, press edit and change ;Parked' to the ip address of your cloud
server. In my case, the ip address of my cloud server was 35.223.145.82. So, I changeed 'parked' to
this ip address

### It will take, sometimes 24 to 72 hours for this domain name to get propagated.
### When everything is done, you will be able to ping your cloud server as

## try the following command from your computer

ping <your domain name>


##Example:
ping iotcourse.xyz

### Modify the arduino sket to replace ip address with domain name as shown in
arduino_7

You might also like