Cloud South Inc.

×
×

Knowledgebase & Downloads

The knowledgebase provides documentation written by our team. Please select a category or search for answers.

Articles

Adding DNS to VDOM for FQDN Resolution

In order to resolve FQDNs under the "addresses" section, the option vdom-dns must be enabled via CLI.

1.) Enter the CLI under your assigned VDOM.

2.) Type config system vdom-dns

3.) Type set vdom-dns enable

4.) Type set primary 8.8.8.8 (where 8.8.8.8 is your preferred DNS resolver)

5.) Type set primary x.x.x.x (where x.x.x.x is your preferred secondary DNS resolver e.g. 8.8.4.4)

6.) Type set source-ip x.x.x.x (where x.x.x.x is the source IP in your network)

8.) Type end to exit config mode

9.) Test by typing sudo execute ping google.com, for example, to test this out. If pings are successful, then it has been configured correctly.

 

Note: You can check your config by typing show while in config mode.

 

For example, your config should look like this:

config system vdom-dns

    set vdom-dns enable

    set primary 8.8.8.8

    set secondary 1.1.1.1

    set source-ip x.x.x.x (source IP redacted)

end

Was this article helpful?
Dislike0 Like0
Views: 676