How to Point a Domain Name to an IP Address (DNS A record example)

  Рет қаралды 300,738

Tony Teaches Tech

Tony Teaches Tech

Күн бұрын

Пікірлер: 223
@JasonParkerMagic
@JasonParkerMagic Жыл бұрын
Really enjoy your calm and peaceful explanation of how this works! Easy to understand. Thanks
@TonyTeachesTech
@TonyTeachesTech Жыл бұрын
You're very welcome!
@AhmedBalfaqih
@AhmedBalfaqih 3 жыл бұрын
Thank you, Tony. I have never subscribed to a channel after watching less than the first 5 minutes of the first video. I appreciate that you took the trouble to show two different domain services.
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
Thank you very much Ahmed
@gmarino42
@gmarino42 Ай бұрын
Thanks!
@TonyTeachesTech
@TonyTeachesTech Ай бұрын
Sure thing, glad I can help
@JimKernix
@JimKernix 2 жыл бұрын
Straight forward and make sense - that was excellent! Thanks for taking the time to make the video. Just subscribed.
@SupremeTec360
@SupremeTec360 7 ай бұрын
This video has helped me many times in many situations. this info is easy to forget and once you do a new project need a refresher. Spotting this one more time is such a relief...
@nikanzamani1545
@nikanzamani1545 2 жыл бұрын
hi there, it was a really good tutorial, I just wanted to note that you don't need to open a private window to avoid cache data, you could just press CTRL + SHIFT + R (or CTRL + f5 as far as I'm aware)
@Angremaan
@Angremaan Жыл бұрын
that just refreshes the site
@connorspangler510
@connorspangler510 Жыл бұрын
@@Angremaan Yes but it performs the refresh with a corresponding cache clear.
@CodySchichtl
@CodySchichtl 11 ай бұрын
Love your work! Had to leave a comment after you had the exact solution with no fluff for like the 5th time!
@TonyTeachesTech
@TonyTeachesTech 10 ай бұрын
It's like I'm reading your mind :)
@adamfils
@adamfils 3 жыл бұрын
Quick Tip: I realized your TTL (Time To Live) was 1H. If you changed it to like 1M (1 Minute) the propagation will be a lot faster. Great Tutorial.
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
Thanks Adam!
@sylvesterfernandes8277
@sylvesterfernandes8277 2 жыл бұрын
Thanks Tony. It was no rocket science indeed. Very lively explanation. Appreciate your work !
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
Thanks Sylvester
@ampedandvolted
@ampedandvolted Жыл бұрын
Clear explanation. I stumbled upon this video because I had google domain forwarded (FROM WEBSITE SECTION) to the ip address so it forwarded fine but then the IP address remained in the browser URL instead of the domain name. I thought it was a nginx issue and I needed to translate the output path, spent like 4 hours playing with nginx config only to realise that I needed to setup a DNS record and not domain forwarding. What a nightmare haha, thanks!
@Deesaigh
@Deesaigh Жыл бұрын
You’re awesome man, I did everything wrong and after watching this I redirected my dns the right way and it worked. Thank you 🙏 😂👍👍👍👍👍👍👍👍👍👍👍👍👍👍
@HobTecCars
@HobTecCars 11 ай бұрын
Big help for a 1st time web developer like me, thanks a lot
@TonyTeachesTech
@TonyTeachesTech 11 ай бұрын
You're welcome!
@ItMe-v8v
@ItMe-v8v Жыл бұрын
Hi, Tony Teaches Tech, This video is simply superb straight forward. You help me a lot, love you. Keep doing your explanation is simple even though without technical knowledge person can also understand very well.
@TiffanySmith-pw4uh
@TiffanySmith-pw4uh 7 ай бұрын
Thank you for the simple explanation- very helpful!
@rkravikumar72
@rkravikumar72 2 жыл бұрын
can you forward the DNS names with different port numbers to a specific IP & port?
@chind0na
@chind0na Жыл бұрын
What you can do is tell the virtual host what its domain is and which port to listen to. domain1.tld on port 8080 Config would show Server name: domain1.tld Listen 8080 Don’t quote me on that. Check your server config docs
@wawan-lbg52
@wawan-lbg52 Жыл бұрын
Hi Tony.... If I want the domain name pointing to the synology server... but the synology has a local IP address.... Does the domain name has to point to the local IP address or there are other steps I have to do such as port forwarding etc.
@anirudhpatel6316
@anirudhpatel6316 3 жыл бұрын
Appreciate your work Tony 😊
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
Thanks!
@michalroesler
@michalroesler Жыл бұрын
This guy knows what he's talking about.
@BadassMcGraw
@BadassMcGraw Жыл бұрын
I've struggled on my own for about two years on and off to get this to work with Google Domains, and never quite got it to work all the way through. using @ to specify root of the domain was the little bit that helped me complete this project, so thank you very much!!!
@AtifShafiinheritance
@AtifShafiinheritance 3 жыл бұрын
Thanks man, i was so confused initially with A records, this made it
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
Happy to hear that
@XCai-xq8nn
@XCai-xq8nn 2 жыл бұрын
Hi Tony, thank you for the video! May I ask how did you get the IP address at first? I accidentally deleted the IP address on my domain server page, now I don't know what to put there lol
@lioneldurant2115
@lioneldurant2115 Жыл бұрын
Perfect thanks, one more question, u added dns record on your Nginx and apache but for internal users i guess you had to add the same record on your DNS Server so that every local machine can communicate throught DNS and not IP right ?
@lstanford23
@lstanford23 6 ай бұрын
Great Video man! Truly appreciate the info!!!
@michalroesler
@michalroesler Жыл бұрын
Thanks for this video Tony. It helps a lot.
@TonyTeachesTech
@TonyTeachesTech Жыл бұрын
Glad it helped
@Martin-ot7xj
@Martin-ot7xj 2 жыл бұрын
Hi there, at 5:08 why you have used A record for WWW, ?? why you didn't use CNAME for WWW ?? thnx
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
That is another option to accomplish the same thing
@sprintcode1068
@sprintcode1068 2 жыл бұрын
Hi! How do I get the IP thing in the browser instead of localhost or html file?
@MemoriesEternally
@MemoriesEternally 13 күн бұрын
:) Thank you so much. The only hiccup for me is that I'll have to set my trusted domains up in Ubuntu, but I know I can do it similarly to how you did here. Thank you
@faceliftpromotions2647
@faceliftpromotions2647 2 жыл бұрын
will that mess with the email address that is my server? I would like to keep the email with Google but point the domain name to another IP.
@MarcusGoring
@MarcusGoring 3 ай бұрын
Thank you very much. I followed you advice and I got my domain pointed to the ip address in less than 5 minutes. I tried it with the CNAME and the same ip address is being called "invalid alias data". This is a google workspace domain registered with Squarespace. What should I do?
@hotel1004
@hotel1004 9 ай бұрын
How can i do If i want to add another domain in the currently runing website. I just point a second domain to running site. Not to be redirection.
@mohammedayyad1255
@mohammedayyad1255 3 жыл бұрын
Thank you for this guide! Lifesaver.
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
You're welcome!
@momojingo4061
@momojingo4061 2 жыл бұрын
Thanks for the video! One quick question: why do you add the www as a type A record and not as a CNAME one?
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
They accomplish the same thing. I think it's just habit, but no worries if you do CNAME instead
@momojingo4061
@momojingo4061 2 жыл бұрын
@@TonyTeachesTech Thanks a million!! 🙏🏽😊
@Nexus_Dawn
@Nexus_Dawn 3 жыл бұрын
Thank you, Tony, you are a life saver!
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
You're very welcome
@muhammadsulaiman3556
@muhammadsulaiman3556 4 ай бұрын
Thanks for the amazing video, wanted to ask that if i want to link a domain to a specific ip and port number what are the steps for it, would really appreciate your help
@atacengiz7101
@atacengiz7101 2 жыл бұрын
Great video. Thank you Tony
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
Sure thing
@simpambamark5584
@simpambamark5584 2 жыл бұрын
Thanks man 👋 That was a good explanation!
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
No problem 👍
@artbyuniverse02
@artbyuniverse02 10 ай бұрын
Tony, i just bought a domain and want to set it up to sell my art. It doesnt have an IP address it seems? What do I do?
@indupriya8165
@indupriya8165 Жыл бұрын
This is helpful. But despite setting up the DNS Zone, the domain is redirecting to ip. What could be the possible reason. I installed wordpress in GCP VM instance
@coldstreamreiver9870
@coldstreamreiver9870 Жыл бұрын
Plain and simple video. But one question: your sites don't have a secure (https) connection. If an SSL certificate was installed there, would it have to be re-issued after the A record DNS changes, or is what you've shown enough? Thx!
@winningtech5
@winningtech5 Жыл бұрын
Thanks for this video. I've been looking for this
@WAQASPU
@WAQASPU 2 жыл бұрын
Great Video, please please help to understand the SSL implementation in this scnario. Even in your example it shows that Site is not secure. How to secure the session with SSL
@jeremyhenderson163
@jeremyhenderson163 14 күн бұрын
🥰 THANK YOU SOOO MUCH for making this so much clearer!!! Lol it's still a little bit confusing (as a novice), but you did make it A LOT MORE clear. Definitely more clear than the other 90%. Nextcloud Snap on Ubuntu 24.04.1 🤔 So I point my DNS records at my Ubuntu Server IP, not my Nextcloud IP?
@inandoutdoorssupply
@inandoutdoorssupply Жыл бұрын
My Shopify store and domain was set up by someone else. I do not know the Domain Provider. How can I set up the A record and CName now?
@bdshelt
@bdshelt 2 жыл бұрын
Hey, this was the best video explanation of this! So simple and so quick. Thank you. Question: my laptop ip address changes. What should I do to keep a steady connection even if it changes?
@darienmartinez4065
@darienmartinez4065 Жыл бұрын
Lmk if u find out
@DavidGomez-ym8df
@DavidGomez-ym8df Жыл бұрын
What happends if I have two server and need to point the same domain to both servers?
@tito-ace
@tito-ace 2 жыл бұрын
Hello do you have a video how to configure apache to get that ip address..tnx
@MaChi313
@MaChi313 2 жыл бұрын
Now if i need to access this website url from outside my home network, how to do that?
@romayojr
@romayojr 2 жыл бұрын
are those ip's internal?
@slavichwalker9856
@slavichwalker9856 2 жыл бұрын
"flow ryda" lmao its floor-ida Good video though. I couldn't figure this out for the life of me. thanks
@weeseenman2248
@weeseenman2248 3 жыл бұрын
Thank you, Tony. Very useful video for me 👏
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
You're very welcome
@sofiamaffioli8331
@sofiamaffioli8331 11 ай бұрын
I change the DNS record A www IP address and A @ IP Address go to DNS checker I'm getting 2 IP address instead of the forwarding IP address?
@darte-games
@darte-games Жыл бұрын
Hi, do you know how park domain on different server?
@ssmiley2122
@ssmiley2122 10 ай бұрын
Thank You for this. It helped a lot.
@pameladelgado2348
@pameladelgado2348 Жыл бұрын
Hi. I have a domain name in dreamhost that was pointing to a dreamcompute instance that was deleted, so I created another instance and changed the IP of the DNS A record. But dreamhost is showing this message: All changes that were made to DNS records for this domain will be applied after you change the nameservers. My ns are in other registrar. I dont understand much of nameservers but isn't it that they point to dreamhost nameservers so why should i change them??
@mahdiehssani8017
@mahdiehssani8017 Жыл бұрын
Hi bro, I have a question, how can I change my domain to pioneer from wix to a WordPress new website. The point is that I don't want to wix anymore but I need to my domain go to the new website I built in WordPress, but not sure how change it, really appreciate it if you could help
@thubbe9137
@thubbe9137 Жыл бұрын
After doing every step before changing config files on the server it worked fine but after doing it it stopped working. Unsure why as dns checker reports it's all there (doesn't even work in private window)
@MustafaSheikh
@MustafaSheikh Жыл бұрын
why do some tutorials suggest to use ( * ) instead of @
@melm4499
@melm4499 Жыл бұрын
finally, something I can begin to understand, thanks. When changing host, do I delete the old hosting DNS infos(@, www) or just leave it there? Also, my new hosting wants me to create 4(four) a records.
@moforlarryson8021
@moforlarryson8021 2 жыл бұрын
Greetings Boss i bought a sharred domain and hosting on namecheap 4days ago but cant find it online and my cpanel on domains tells me the its not redirected so i dint know what to do
@mdjakirhossain7125
@mdjakirhossain7125 2 жыл бұрын
If i add freenom domain to profreehost then in the cpanel is it to set "A" record dns here ? Then after installing wordpress on cpanel afterthat if i add cloudflare and replace profreehost nameserver in freenom by cloudflare nameserver then doing it to set dns on cloudflare "A" record so how can i findout that what is my ipv4 address to set it on cloudflare ?
@anthonysantana4278
@anthonysantana4278 2 жыл бұрын
I am having an issue, I am trying to get my home server to work outside my local network. I have punched a hole in my firewall and I am able to point my domain to my local ip. But I am unable to access it outside my local network.
@aimes_js
@aimes_js Жыл бұрын
Hi Tony, your videos are amazing and educative. What's brand of microphone are you using?
@wongxx5219
@wongxx5219 2 жыл бұрын
hi...may i know why it's still unable to reach the ip site, even though it's already resolve checked by dns checker
@Punchmememe
@Punchmememe 2 жыл бұрын
I am new to servers and domains, if i am right one domain can open diffent servers right? So i wanted a website, minecraft server, dayz server, and uhm for example rust, aslong it had different ports suggested to it right? Or is this totalt wrong?
@pentears3099
@pentears3099 2 жыл бұрын
Hi, thanks for your tutorial. I want to ask what to do if someone points their domains to my site without permission? Should I be worried?
@christinegooddy1573
@christinegooddy1573 2 жыл бұрын
Thanks so very much, Tony for aiding my understanding. I’m a novice starting a podcast with a godaddy address. The only way is up! 🙏📈
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
You're welcome Christine. Goodluck with the podcast :)
@shawnschaworski2132
@shawnschaworski2132 Жыл бұрын
I am trying to redirect localhost for Jellyfin at 8096. How do i do this with a port
@RameshKumar-rt8xb
@RameshKumar-rt8xb 2 жыл бұрын
I want to use different domains for different things hosted on same server for eg- webmin, vscode cloud, normal website. How to do that?
@reylyimo4513
@reylyimo4513 Жыл бұрын
nice explanation
@TonyTeachesTech
@TonyTeachesTech Жыл бұрын
Thanks and welcome
@techcheck3042
@techcheck3042 2 жыл бұрын
Great video, man. What do you use to record your screen? Crisp! Awesome channel. Definitely subbed 🤘
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
Thanks for the sub. I use QuickTime
@xintongxue
@xintongxue Жыл бұрын
Great video, Tony!!! Just curious, any way to point a domain name to a No-Ip service provider, since a web server located behind a router. Possible? Thanks!
@WadeAbout
@WadeAbout Жыл бұрын
Can you point in to a DDNS address instead ?
@parmeshwarr
@parmeshwarr 2 жыл бұрын
thanks man really helpfull 👍
@adityaroy7085
@adityaroy7085 2 жыл бұрын
HELPED A LOT THANKYOU SO MUCH 👍👍👍👍
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
You're welcome!
@corlyscrawlies
@corlyscrawlies 2 жыл бұрын
My domain registrar doesn't let me use the @ symbol in the dns zones.. cant add the records due to this in the same way..
@tomasjohansson8356
@tomasjohansson8356 2 жыл бұрын
The @ symbol means the root of the domain, i.e. just the main domain itself rather than some subdomain (so an A record in @ would point example.com to an IP, rather than pointing abc.example.com or blahblah.example.com.) Not all DNS providers use the @ symbol for this in their control panels though - some might just have a field for host name which you leave empty if adding a record for the root of the domain. Most providers will have good instructions for this in their knowledge base/support site, as it’s a very common question.
@Soundman73_Electronics
@Soundman73_Electronics 2 жыл бұрын
TY, worked perfectly for PorkBun
@reidlab
@reidlab Жыл бұрын
my dns updates aren't propagating on the dns checker
@UsefulWebsites-fj3yf
@UsefulWebsites-fj3yf 10 ай бұрын
THANKS FOR YOUR EXPLANATION IST WELL PUT KEEP IT UP THIS GOOD STUFF can you do one for how to point a regular dns to unstopable domains please
@FameRK
@FameRK 2 жыл бұрын
quick question: my hosting provider gave me 2 Nameservers along with the Server IP. I changed the the A records as you said but I keep getting "Error 404 website cannot be found". Do I need to change those 2 Nameservers with my domain provider or should the Nameservers given by the domain provider stay the same?
@razvanmisaras8009
@razvanmisaras8009 2 жыл бұрын
Hello Tony, i cannot access my NGINX hosted website from outside my house. What can i do?
@keadeku
@keadeku Жыл бұрын
Hello great video I need some help with my port forwarding in Ubuntu I have port forwarded to my domain but it does not respond from outside the network.
@F00TB4LITO
@F00TB4LITO 2 жыл бұрын
Could you point me in the right direction to create an SSL certificate so that the domain shows https
@divanvanzyl7545
@divanvanzyl7545 2 жыл бұрын
Can you point to a specific port on that ip with an A record?
@olympustech346
@olympustech346 Жыл бұрын
Hi, how do i map it to Iis and not ngx
@hossainnh6733
@hossainnh6733 2 жыл бұрын
bro how can I change my web hosting ip. I want to change my Server location from the USA to Singapore so how can I do that?
@asthaitsolutions6042
@asthaitsolutions6042 2 жыл бұрын
Nice presentation
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
Thanks a lot
@CloudForce10
@CloudForce10 Жыл бұрын
Thank you Tony
@Vichion
@Vichion Жыл бұрын
Caching issues can be solved by ctrl+F5... forces a cache reset.
@deciodasilva3960
@deciodasilva3960 3 жыл бұрын
Thanks man, trying to connect my home nextcloud ages will try this and will come back with some news...
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
Any luck yet?
@deciodasilva3960
@deciodasilva3960 3 жыл бұрын
@@TonyTeachesTech well I managed to do IP address there but then I still cannot connect to my server, the challenge fails to get a certificate
@nhnova1452
@nhnova1452 Жыл бұрын
how do I solve the caching issue?
@AchillesPlayzGG
@AchillesPlayzGG Жыл бұрын
Hey man, really love your tutorials, i've almost watched them all! Do you think you could make a video on how to host multiple and point multiple domains to the same server please?
@cacurazi
@cacurazi Жыл бұрын
update 18/11/2020: for google domains specifically, there is no longer need to add the @ and www custom records. Google has configured everything for you already
@JoseOGonzalez
@JoseOGonzalez 12 күн бұрын
This would be useful in personal public servers
@chrismenza7023
@chrismenza7023 Жыл бұрын
What ip address is that? is it the home ip or the machine ip?
@atulkhaire2856
@atulkhaire2856 Жыл бұрын
Can we do the same for Subdomain?
@samsudinimron5480
@samsudinimron5480 2 жыл бұрын
After done with this tutorial, how we can setup ssl to domain that already point to IP Address, with free ssl like z*rossl for example, Thankyou
@mr-schmance
@mr-schmance 2 жыл бұрын
What is the difference between doing this and just changing the nameservers?
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
They accomplish the same thing. Only difference is which nameservers you are using
@easthalldesignmiami
@easthalldesignmiami 2 жыл бұрын
Great video - thank you
@TonyTeachesTech
@TonyTeachesTech 2 жыл бұрын
Very welcome :)
@iMajeed95
@iMajeed95 3 жыл бұрын
works in the Local Network the same as server network, if I used different Network it won't enter the address
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
The steps are only for public IP addresses
@iMajeed95
@iMajeed95 3 жыл бұрын
@@TonyTeachesTech Thank you for your help. I have changed it to public IP 👍
@anitalatour
@anitalatour 3 жыл бұрын
Hello! I have been working on this for a few weeks and with no luck. I get an error message that I need to add/change the DNS A record for my website (currently just a landing page). It did work at one point but now it doesn't. I did the DNS Checker and it is ALL checked green. I do not know what to do next. Help!
@TonyTeachesTech
@TonyTeachesTech 3 жыл бұрын
Still not working Anita?
DNS Records Explained
14:14
PowerCert Animated Videos
Рет қаралды 365 М.
DNS Records for Newbies - How To Manage Website Records
30:31
OffsproutTV
Рет қаралды 103 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
What is an IP Address? How Do Domains Work? #2
24:41
FollowAndrew
Рет қаралды 50 М.
How to EASILY Point Your Domain to a VPS: Step-by-Step Guide
7:23
Hostinger Academy
Рет қаралды 23 М.
What are DNS Zones And Records?
8:26
IBM Technology
Рет қаралды 8 М.
How To Lookup DNS Records With The dig Command
9:14
Tony Teaches Tech
Рет қаралды 32 М.
How to Make Your Own VPN (And Why You Would Want to)
25:54
Wolfgang's Channel
Рет қаралды 2,3 МЛН
What to Do AFTER Buying a Domain For Your Website
8:56
StartupWise
Рет қаралды 39 М.
What are CNAME records? (and how they compare to DNS A records)
3:54
Tony Teaches Tech
Рет қаралды 153 М.
Explaining the Domain Name System
12:02
ExplainingComputers
Рет қаралды 38 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН