I've got two Nodes, one is working fine as the main webserver (call it
www.foo.com) and the domain record for that is all good. The second server, call it BILL has an IP of 1.2.3.4 and I want to use this to serve up static files and assign that the sub-domain bill.foo.com. Apache is running fine on BILL and I can access it with a browser via the IP.
So I've setup an A record in the Linode DNS manager like this:
Hostname: bill.foo.com
IP Address: 1.2.3.4
TTL: 300s
I set the TTL short so I could get testing ASAP. However, a good while later bill.foo.com isn't working and a
host bill.foo.com is giving a 'not found: 3 (NXDOMAIN)' error.
Any hints on what I might be doing wrong? Or am I just being impatient?