I need to get a reverse DNS entry into my zones file for one of my domains hosted under Plesk 9.2.2. Does anybody have ANY idea how this done? If all else fails I will have to update the zones file myself, but I am not sure how that will affect the front end working.
How do I setup a reverse DNS entry in Plesk 9.2.2 frontent?
4.6k views Asked by Johan At
1
There are 1 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 PLESK
- WP toolkit problem after deleting wordpress site manually
- How to assign a shared ssl certificate for subdomain in Plesk
- How to fix esi:remove tag og litespeed not displaying broken in frontend of my eshop
- Retrieving the COM class factory for component with CLSID on plesk server
- Allowing client domain to point to my domain
- Why can't I change tmp_upload_dir
- static export for nextjs project and deployment with plesk
- How to create a folder on windows server dynamically via server panel
- TypeError: Cannot read properties of undefined (reading 'on') with SvelteKit and Plesk
- I have a table in a database in plesk that I think has over 90,000 entries. When I click on browse/refresh it keeps showing different row totals
- Django WSGI and ASGI via Passenger confusion
- Creating an X509Certificate2 object using EphemeralKeySet and without accessing the local machine certificate store
- Why do I get: Connection disconnected with error 'Error: WebSocket closed with status code: 1006 (no reason given) after 1-2 minutes
- Fixing the problem of the asp.net core7 project in Plesk panel
- Local NodeJS app works but when deployed to PLESK server it doesn't
Related Questions in REVERSE-DNS
- Reverse DNS Lookup in Delphi 12?
- Verified Bingbot is not returning expected hostname as per guidelines
- Get hostname from only its cname record
- Reverse DNS lookup NodeJS
- Why client_hostname is filled while log_hostname=off?
- failed to dial to (wss://<ip>/subf1/40234): 502 Bad Gateway > websocket: bad handshake
- GCE custom hostname reverse lookup in private DNS zones
- How to get another pod name from it's IP?
- How do you detect Googlebot using reverse DNS lookup in .NET Core?
- Apache: Dynamically set Documentroot inside Virtualhost Section based on reverse-DNS Notation
- Client host rejected: cannot find your reverse hostname
- find hostname from IP - reverse DNS - android
- .in-addr.arpa. not found: 3(NXDOMAIN)
- How to get correct Hostname from reverse DNS lookup using Python?
- Limit execution time of await dns reverse function js
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)
The reverse DNS entries are actually held by the people who manage the IP address space for the server, so typically they will need to make this change.
Lets say your IP address is 1.2.3.4, and you want to set up a reverse DNS record, what will actually be queried is 4.3.2.1.in-addr.arpa, which will return a PTR record, which would be a domain, or sub-domain with an A record that matches 1.2.3.4.
If you talk to the people who manage your IP addresses, they should have this configured to respond to PTR records.