This might be a stupid question but i would really appreciate any compact answer. I have uploaded a Joomla site on my local machine using a static IP address (213.221.211.111 for example). I have registered a domain (like www.example.com) on Godaddy.com. Within their dashboard, I set the primary and secondary name servers (I looked it from my router setup page). Is there any else I need to do so that entering e.g. www.example.com would take the user to 213.221.211.111.
Pointing DNS name to IP address on local machine
5.1k views Asked by Ikram Ullah At
2
There are 2 answers
Related Questions in DNS
- AWS Dns record A not navigate to elb
- I created a domain name from cloudflare, and Hoisted my static site hosted in google firebase, error in adding custom domain in firebase
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- The problem with raising the DNS server on Ubuntu 20.04 - bind9
- I registered a service in eureka which is resolving through java code. But it is not able to resolve its name when hitting through chrome or postman
- Assigned A record for Subdomain in Cloud DNS to Compute Engine VM instance but not propagated/resolved yet
- Why Bind9 responds with latency for RPZ rule?
- Create aws certification for domain
- Make Bind DNS server to request only root DNS servers of IANA website
- Domain Still Redirecting Despite Transferring Out of Godaddy
- Set up MX records in apache/Ubuntu to point to external mail server
- Changing AWS registred domain back to AWS name servers
- Docker networking forwarding failed
- Can access IP address of domain via mobile but not wifi
- CURL got Could not resolve host: my subdomain
Related Questions in IP-ADDRESS
- Arduino IDE: The IP address was not printing in serial monitor
- connect to an IP Address through python sockets
- When changing ip settings from different network to migrate data in Apache IoTDB, why did the query statement reported error?
- vue js and vite does not work on HTTPS Docker-Nginx
- How can put my python django project on live?
- Multiple Network Interfaces with different local IPs talking to the same destination IP (different device)
- Access flask server hosted on Raspberry Pi on Android phone connected via ethernet
- scapy custom source address shows failure
- SQL windows authentication fails sort of
- Angular universal SSR 16, first call to find user's ip went from server instead of client?
- Google Cloud Bring Your Own IP DNS/PTR Validation
- How to restrict specif ip address only to get the access token from the keycloak
- Can't connect to NGROK server
- Python IP validation giving incorrect results
- AuthorizationManager hasIpAddress unable to get to work with more than 1 ip address
Related Questions in NAMESERVERS
- How to change nameservers while keeping a Shopify site live?
- How do i point my all subdomain to my vps at once
- Redirect https://abc.ai to https://abc.co
- Where to find host ns records in GoDaddy?
- Can't access subdomain website hosted in S3 behind CloudFront
- GoDaddy API is asking for nameservers to create a DNS record
- My site is having a confilct with netlify after I deleted it
- Is there a way to create an S3 static website on the main domain name & not the www subdomain?
- AWS - Route53 - Terraform - Update domain nameservers
- I need 6 nameservers but my registrar only allows me to input 5, what can I do to bypass this?
- Does having a SSL certificate for a domain name mean that all child nameservers of that domain are secured too?
- How to use a specific DNS server/nameserver for name resolve queries in C++ boost::asio?
- Pointing nameservers through multiple providers
- cPanel Webmail not receiving any email from other mail
- NS records in Route53 not updating
Related Questions in STATIC-IP-ADDRESS
- Is it possible to set the source IP when sending UDP packets from node red
- Is there any Google Cloud product that acts as a reverse proxy?
- Temporary failure in name resolution - Debian Book worm on Raspberry Pi
- Allocate a static IP to Data Fusion or Cloud composer instance
- How to go from connected with localhost on a device to connecting via IP on public internet? (socket-io, express, phaser)
- Configure a Static IP address for WIFI using Netplan in Ubuntu Server 22.04 on a HP Pavillion Desktop 510-p051a
- Whitelisting an IP address for sms notification with an AWS application Load Balancer
- Redirect issues related to DNS
- STATIC IP for SOFAP_STA in ESP-IDF
- A static IP address for a Firebase Cloud Function is required to be whitelisted by a third party
- How to setup erpnext with Static IP
- How to fix OSError('Tunnel connection failed: 407 Proxy Authentication Required')
- How much memory does a single, cloned git repo occupy?
- Why do our gRCP streams disconnect after 15 minutes after enabling static outgoing IP for our Google App Engine backends?
- Is there any Way to fetch API with Static IP Address
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Inside of godaddy, you need to map "www" to your static IP address. It would be a good idea to also map the default entry for your domain, sometimes called "@".
Edit: Upon further reading of your original question, you don't set the primary and secondary DNS servers for your domain to your ISP's servers. Your domain's primary and secondary servers are for the addresses of the servers that are responsible for serving your domain. Unless you have your domain hosted with your ISP and not with godaddy, then this is not the right thing to do at all. If you have your domain hosted with godaddy, follow their instructions for setting up a domain and pointing "www" at an IP address.