Problem: i have root domain, lets say "example.com" pointing to loadbalancer which further points to one of my web server droplet.
Now i want sub domain, lets say "abc.example.com" to point to different droplet which is not under loadbalancer.
What i did: Under domain name "example.com" i added A record, with hostname "abc" and in will direct to field i added "ip address of the droplet which is not under loadbalancer". Doing this my hostname "abc.example.com" is not resolved. tried doing ping, returned no ping and tried dig it does not have answer.
Is there any way i can do this?