Skip to main content
Version: 2.1

How to create an A record using DNSaaS

Setting the DNS of Network#

Goto Admin > Network > Networks, click on the Network Name from the list of your Networks then hit the action button EDIT SUBNET, go to Subnet Details and type in your DNS Name Servers, it should be your controller IP address or VIP and SAVE

/assets/dns/dns-1.png /assets/dns/dns-2.png /assets/dns/dns-3.png

Create DNS Zone#

Goto Project > DNS > Zones, click on the CREATE ZONE

/assets/dns/dns-4.png

  • create zone with a preferred/registered domain name

/assets/dns/dns-5.png

Create Record Set#

Create an A Record with your Virtual Machine IP address

/assets/dns/dns-6.png

/assets/dns/dns-7.png

Check the Record Set#

/assets/dns/dns-8.png

Test the DNS#

  • connect your virtual machine and ping www.bigstack.co

  • Alternatively, you can change your compute DNS and try it out

    $ ssh [email protected]Warning: Permanently added '10.32.3.153' (ECDSA) to the list of known hosts.$ ping www.bigstack.coPING www.bigstack.co (10.32.3.153): 56 data bytes64 bytes from 10.32.3.153: seq=0 ttl=64 time=0.019 ms64 bytes from 10.32.3.153: seq=1 ttl=64 time=0.062 ms64 bytes from 10.32.3.153: seq=2 ttl=64 time=0.040 ms64 bytes from 10.32.3.153: seq=3 ttl=64 time=0.067 ms64 bytes from 10.32.3.153: seq=4 ttl=64 time=0.035 ms
Last updated on by Roy Tan