Question
how can I map two subdomains to two droplets (two different IP addresses)?
hi
I own a domain name, let's call it domain.com
I want to map two subdomains of it to two DigitalOcean droplets (let's say with IP's 1.1.1.1 and 2.2.2.2), as in:
sub1.domain.com -> 1.1.1.1
sub2.domain.com -> 2.2.2.2
I've tried creating two 'A' records:
sub1 1.1.1.1
sub2 2.2.2.2
but it has not worked. pinging sub1.domain.com and sub2.domain.com hits the same IP 1.1.1.1
any help appreciated
cheers
Francisco
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×