Question : How to design my DNS structure


Hi guys,

Our organization has more than 1000 users. We want to Migrate out DNS from ISP to our internal network.  The servers will be behind Firewall. The BIND server will serve cache and domain name resolution for internal users and as authoritative DNS server for external request. I will use internal and external view under name.conf file.  The question I have is:

1- How many IP address should I configure on each server.
2- If two Network addresses, one for public access other for private, for private access the IP will be private IP classes. For public access, shall I make it private IP address and let the firewall to do NAT translation (all request to DNS server translate to private). Or just keep it as public IP address and only allow put 53 under firewall.

I know how to configure BIND server, but don’t know best network strategy for my case?

Answer : How to design my DNS structure

You appear to have the VALUES term appearing twice in your statement - perhaps this is the problem?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
Set MyRecSet1 = MyConn.Execute( _
 "INSERT INTO Inventaire  (Période, No_Bon, Pays, Description_du_produit,Quantité_commandée, Valeur_produit_fini, No_PO_1, Pays_du_brut_1,Composante_1, Quantité_Comp_1 ) VALUES ( '" & _
  Format(Date, "dd mmmm yyyy") & _
  "' , '" & txtNumBon.Text & _
  "' , '" & txtPays.Text & _
  "' , '" & Des_prod.Text & _
  "' , '" & txtQté.Text & _
  "' , '" & lblCoûtInventaire1.Caption & _
  "' , '" & txtPO1.Text & _
  "' , '" & txtBrut1.Text & _
  "' , '" & txtComposante1.Text & _
  "' , '" & txtQté.Text & _
  "' , '" & txtPO2.Text & _
  "' , '" & txtBrut2.Text & _
  "' , '" & txtComposante2.Text & _
  "' , '" & txtQté.Text & "' )")
Random Solutions  
 
programming4us programming4us