cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
691
Views
0
Helpful
1
Replies

GSS NS Forwarding

bshellrude
Level 1
Level 1

OK, I've got a problem that I can't figure out.

Trying to make sure that NSForwarding works on the GSS before putting these into production (4492R's).  For whatever reason, A record lookups via the forwarding DNS server work, but anything else (most importantly MX records) do not work at all...

I've found countless other posts that say that it's supposed to repsond with the "real" dns servers answer for anything it can't answer itself, but doesn't want to do this for MX records or SOA, etc....

Any input is very much appreciated.

Thanks

Ben

1 Reply 1

Andrew Nam
Level 1
Level 1

The GSS only understands A-Record requests.  If you want the GSS to handle MX records, then you would have to configure an Answer of type 'NS' (as opposed to type 'VIP').  The NS Answer will be a DNS server that the GSS can use to query for requests that it cannot resolve.  The DNS server will respond back to the GSS, then the GSS will respond back to the D-proxy as if it had the answer all along.

You might configure clause 1 of your DNS rule for your VIP type Answers. Then configure clause 2 as the NS type.  So if the GSS cannot resolve
using clause 1 because it is not an A-Record, then it will fall to clause 2 and send the request to a NS for resolution.

See the following link for details on the various Answer types and their configuration.

Configuring and Modifying Answers
http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/gss4400series/v3.1.1/configuration/gui/gslb/guide/Answers.html#wp1023539

Hope this clears it up for you,