• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

How to Point Sub domain to other IP

Hisham

New Pleskian
Hi.

I create Sub domain Like 123.mydomain.com but couldn't point to other server ip address.

I need a sub domain for my Whitelabel site. that need to change sub domain DNS “A” record to Point there ip.

I want to Point my Sub domain to other IP. How to Using DNS “A” record to Point another IP ?
 
Go into the DNS settings for the domain name eg mydomain.com
Press Add Record
Type in 123 in domain name
fill in the required IP in the IP address box.
 
Go into the DNS settings for the domain name eg mydomain.com
Press Add Record
Type in 123 in domain name
fill in the required IP in the IP address box.

Hi.. Thanks to Advice me.. But I did it & No Luck...

Can i Add SubDomain in Websites & Domain Panel ???
and then do your way -
Go into the DNS settings for the domain name eg mydomain.com
Press Add Record
Type in 123 in domain name
fill in the required IP in the IP address box.

I didn't get it....

Please Help me...
 
Edit the existing DNS entry for your main domain. You will normally find entries like * or @, type A-record, and the IP address of your current host. This wildcard entry directs all requests to the IP address of the host.

If you want to direct requests to a subdomain to a different host (IP address), add an additional A-record for the subdomain. Example: If your subdomain is called "foo", add an A-record "foo" and enter the IP address of your other host. Afterward alls requests for foo.maindomain.xx will translate to the new IP address while all other requests will be handled by the wildcard entry and translate to the previous (old, existing) IP address.

It can take several hours to propagate a change of DNS, so you must be patient after you made the update to DNS.
 
I created a sub domain with plesk RestAPI and also want to point the ip address to my created subdomain .
Is there any api for that to do automation ,
could somebody to help mr to sort out.
 
Back
Top