Hi Friends,<br>I'm using bind 9.7.I want to delegate all wild card (*) request to another name server. Hence whenever any request, say <a href="http://a.example.com">a.example.com</a> or <a href="http://b.example.com">b.example.com</a> or <a href="http://c.example.com">c.example.com</a> comes to Authoritative name server for <a href="http://example.com">example.com</a>, it should be delegated (redirected) to another name server GLB. This GLB name server will be containing database for those records in <a href="http://example.com">example.com</a>, and it should be doing resolution for <a href="http://example.com">example.com</a>.<br>
For this, when I'm trying to configure the zone file for <a href="http://example.com">example.com</a> with following:<br><br>* IN NS <a href="http://ns1.GLB.com">ns1.GLB.com</a><br>but it's not working. Can anyone suggest, how to configure this in bind?<br>
<br>Regards<br>Parashar<br><br>