Really enjoy your calm and peaceful explanation of how this works! Easy to understand. Thanks
@TonyTeachesTech Жыл бұрын
You're very welcome!
@AhmedBalfaqih3 жыл бұрын
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.
@TonyTeachesTech3 жыл бұрын
Thank you very much Ahmed
@gmarino42Ай бұрын
Thanks!
@TonyTeachesTechАй бұрын
Sure thing, glad I can help
@JimKernix2 жыл бұрын
Straight forward and make sense - that was excellent! Thanks for taking the time to make the video. Just subscribed.
@SupremeTec3607 ай бұрын
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...
@nikanzamani15452 жыл бұрын
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 Жыл бұрын
that just refreshes the site
@connorspangler510 Жыл бұрын
@@Angremaan Yes but it performs the refresh with a corresponding cache clear.
@CodySchichtl11 ай бұрын
Love your work! Had to leave a comment after you had the exact solution with no fluff for like the 5th time!
@TonyTeachesTech10 ай бұрын
It's like I'm reading your mind :)
@adamfils3 жыл бұрын
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.
@TonyTeachesTech3 жыл бұрын
Thanks Adam!
@sylvesterfernandes82772 жыл бұрын
Thanks Tony. It was no rocket science indeed. Very lively explanation. Appreciate your work !
@TonyTeachesTech2 жыл бұрын
Thanks Sylvester
@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 Жыл бұрын
You’re awesome man, I did everything wrong and after watching this I redirected my dns the right way and it worked. Thank you 🙏 😂👍👍👍👍👍👍👍👍👍👍👍👍👍👍
@HobTecCars11 ай бұрын
Big help for a 1st time web developer like me, thanks a lot
@TonyTeachesTech11 ай бұрын
You're welcome!
@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-pw4uh7 ай бұрын
Thank you for the simple explanation- very helpful!
@rkravikumar722 жыл бұрын
can you forward the DNS names with different port numbers to a specific IP & port?
@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 Жыл бұрын
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.
@anirudhpatel63163 жыл бұрын
Appreciate your work Tony 😊
@TonyTeachesTech3 жыл бұрын
Thanks!
@michalroesler Жыл бұрын
This guy knows what he's talking about.
@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!!!
@AtifShafiinheritance3 жыл бұрын
Thanks man, i was so confused initially with A records, this made it
@TonyTeachesTech3 жыл бұрын
Happy to hear that
@XCai-xq8nn2 жыл бұрын
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 Жыл бұрын
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 ?
@lstanford236 ай бұрын
Great Video man! Truly appreciate the info!!!
@michalroesler Жыл бұрын
Thanks for this video Tony. It helps a lot.
@TonyTeachesTech Жыл бұрын
Glad it helped
@Martin-ot7xj2 жыл бұрын
Hi there, at 5:08 why you have used A record for WWW, ?? why you didn't use CNAME for WWW ?? thnx
@TonyTeachesTech2 жыл бұрын
That is another option to accomplish the same thing
@sprintcode10682 жыл бұрын
Hi! How do I get the IP thing in the browser instead of localhost or html file?
@MemoriesEternally13 күн бұрын
:) 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
@faceliftpromotions26472 жыл бұрын
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.
@MarcusGoring3 ай бұрын
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?
@hotel10049 ай бұрын
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.
@mohammedayyad12553 жыл бұрын
Thank you for this guide! Lifesaver.
@TonyTeachesTech3 жыл бұрын
You're welcome!
@momojingo40612 жыл бұрын
Thanks for the video! One quick question: why do you add the www as a type A record and not as a CNAME one?
@TonyTeachesTech2 жыл бұрын
They accomplish the same thing. I think it's just habit, but no worries if you do CNAME instead
@momojingo40612 жыл бұрын
@@TonyTeachesTech Thanks a million!! 🙏🏽😊
@Nexus_Dawn3 жыл бұрын
Thank you, Tony, you are a life saver!
@TonyTeachesTech3 жыл бұрын
You're very welcome
@muhammadsulaiman35564 ай бұрын
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
@atacengiz71012 жыл бұрын
Great video. Thank you Tony
@TonyTeachesTech2 жыл бұрын
Sure thing
@simpambamark55842 жыл бұрын
Thanks man 👋 That was a good explanation!
@TonyTeachesTech2 жыл бұрын
No problem 👍
@artbyuniverse0210 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Thanks for this video. I've been looking for this
@WAQASPU2 жыл бұрын
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
@jeremyhenderson16314 күн бұрын
🥰 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 Жыл бұрын
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?
@bdshelt2 жыл бұрын
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 Жыл бұрын
Lmk if u find out
@DavidGomez-ym8df Жыл бұрын
What happends if I have two server and need to point the same domain to both servers?
@tito-ace2 жыл бұрын
Hello do you have a video how to configure apache to get that ip address..tnx
@MaChi3132 жыл бұрын
Now if i need to access this website url from outside my home network, how to do that?
@romayojr2 жыл бұрын
are those ip's internal?
@slavichwalker98562 жыл бұрын
"flow ryda" lmao its floor-ida Good video though. I couldn't figure this out for the life of me. thanks
@weeseenman22483 жыл бұрын
Thank you, Tony. Very useful video for me 👏
@TonyTeachesTech3 жыл бұрын
You're very welcome
@sofiamaffioli833111 ай бұрын
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 Жыл бұрын
Hi, do you know how park domain on different server?
@ssmiley212210 ай бұрын
Thank You for this. It helped a lot.
@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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
why do some tutorials suggest to use ( * ) instead of @
@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.
@moforlarryson80212 жыл бұрын
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
@mdjakirhossain71252 жыл бұрын
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 ?
@anthonysantana42782 жыл бұрын
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 Жыл бұрын
Hi Tony, your videos are amazing and educative. What's brand of microphone are you using?
@wongxx52192 жыл бұрын
hi...may i know why it's still unable to reach the ip site, even though it's already resolve checked by dns checker
@Punchmememe2 жыл бұрын
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?
@pentears30992 жыл бұрын
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?
@christinegooddy15732 жыл бұрын
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! 🙏📈
@TonyTeachesTech2 жыл бұрын
You're welcome Christine. Goodluck with the podcast :)
@shawnschaworski2132 Жыл бұрын
I am trying to redirect localhost for Jellyfin at 8096. How do i do this with a port
@RameshKumar-rt8xb2 жыл бұрын
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 Жыл бұрын
nice explanation
@TonyTeachesTech Жыл бұрын
Thanks and welcome
@techcheck30422 жыл бұрын
Great video, man. What do you use to record your screen? Crisp! Awesome channel. Definitely subbed 🤘
@TonyTeachesTech2 жыл бұрын
Thanks for the sub. I use QuickTime
@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 Жыл бұрын
Can you point in to a DDNS address instead ?
@parmeshwarr2 жыл бұрын
thanks man really helpfull 👍
@adityaroy70852 жыл бұрын
HELPED A LOT THANKYOU SO MUCH 👍👍👍👍
@TonyTeachesTech2 жыл бұрын
You're welcome!
@corlyscrawlies2 жыл бұрын
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..
@tomasjohansson83562 жыл бұрын
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_Electronics2 жыл бұрын
TY, worked perfectly for PorkBun
@reidlab Жыл бұрын
my dns updates aren't propagating on the dns checker
@UsefulWebsites-fj3yf10 ай бұрын
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
@FameRK2 жыл бұрын
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?
@razvanmisaras80092 жыл бұрын
Hello Tony, i cannot access my NGINX hosted website from outside my house. What can i do?
@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.
@F00TB4LITO2 жыл бұрын
Could you point me in the right direction to create an SSL certificate so that the domain shows https
@divanvanzyl75452 жыл бұрын
Can you point to a specific port on that ip with an A record?
@olympustech346 Жыл бұрын
Hi, how do i map it to Iis and not ngx
@hossainnh67332 жыл бұрын
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?
@asthaitsolutions60422 жыл бұрын
Nice presentation
@TonyTeachesTech2 жыл бұрын
Thanks a lot
@CloudForce10 Жыл бұрын
Thank you Tony
@Vichion Жыл бұрын
Caching issues can be solved by ctrl+F5... forces a cache reset.
@deciodasilva39603 жыл бұрын
Thanks man, trying to connect my home nextcloud ages will try this and will come back with some news...
@TonyTeachesTech3 жыл бұрын
Any luck yet?
@deciodasilva39603 жыл бұрын
@@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 Жыл бұрын
how do I solve the caching issue?
@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 Жыл бұрын
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
@JoseOGonzalez12 күн бұрын
This would be useful in personal public servers
@chrismenza7023 Жыл бұрын
What ip address is that? is it the home ip or the machine ip?
@atulkhaire2856 Жыл бұрын
Can we do the same for Subdomain?
@samsudinimron54802 жыл бұрын
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-schmance2 жыл бұрын
What is the difference between doing this and just changing the nameservers?
@TonyTeachesTech2 жыл бұрын
They accomplish the same thing. Only difference is which nameservers you are using
@easthalldesignmiami2 жыл бұрын
Great video - thank you
@TonyTeachesTech2 жыл бұрын
Very welcome :)
@iMajeed953 жыл бұрын
works in the Local Network the same as server network, if I used different Network it won't enter the address
@TonyTeachesTech3 жыл бұрын
The steps are only for public IP addresses
@iMajeed953 жыл бұрын
@@TonyTeachesTech Thank you for your help. I have changed it to public IP 👍
@anitalatour3 жыл бұрын
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!