![]() |
sponsored links |
|
|
sponsored links
|
|
1
11th July 14:57
External User
Posts: 1
|
I currently have a setup where for my LAN I am using a W2K PDC. Also on the
lan is a W2K(Pro) station that connects to my Dial-up ISP and uses ISC. Additionally, I have a purchased domain (My W2K Domain) which I am having hosted on the public 'Net. My IP addresses are static within the domain, so basically the ISC box does the routing and NAT. I have read: http://homepages.tesco.net./~J.deBoy...ContentServers which seems to describe a typical Split Horizon setup. The probem is that this seems to assume control of all name servers involved. I do not have control of the name servers that my host is using for my public 'Net presence. I also have locations that are internal to my ISP which my clients need to connect to. So the question is one of, what DNS Client setup, and setup on the DNS server will allow me to get information from: My PDC for my internal network: My ISC Box for my ISP's internal network: My hosts Nam'e Servers's for my external presence. My ISC Box for the rest of the world. I would like to hear suggestions that both do, and do not, involve adding a Resolving DNS Server in the middle, if you have them. Hope to gain an ejikashun! |
|
|
|
4
18th July 09:43
External User
Posts: 1
|
In news:u8uiU1g2DHA.560@TK2MSFTNGP11.phx.gbl,
Seth Corduan <sethc@ontario.com> posted a question Then Kevin replied below: : I currently have a setup where for my LAN I am using a W2K PDC. Also : on the lan is a W2K(Pro) station that connects to my Dial-up ISP and : uses ISC. Additionally, I have a purchased domain (My W2K Domain) : which I am having hosted on the public 'Net. My IP addresses are : static within the domain, so basically the ISC box does the routing : and NAT. : : I have read: : http://homepages.tesco.net./~J.deBoy...ContentServers : : which seems to describe a typical Split Horizon setup. The probem is : that this seems to assume control of all name servers involved. I do : not have control of the name servers that my host is using for my : public 'Net presence. I also have locations that are internal to my : ISP which my clients need to connect to. : : So the question is one of, what DNS Client setup, and setup on the DNS : server will allow me to get information from: : : My PDC for my internal network: : My ISC Box for my ISP's internal network: : My hosts Nam'e Servers's for my external presence. : My ISC Box for the rest of the world. : : I would like to hear suggestions that both do, and do not, involve : adding a Resolving DNS Server in the middle, if you have them. : : Hope to gain an ejikashun! All of your AD Domain member machines *must* use the DC for DNS including the Win2k Pro if the machine is a member of your AD domain. If there are names on the ISP's DNS that only it can resolve and cannot be resolved by using recursion from the Root servers, you will need to set a forwarder to your ISP's DNS on the Forwarders tab of the DNS server's properties, then check the box "Do not use recursion" also on the forwarders tab. By checking this box your DNS server will forward all unknown domains to your ISP's DNS and will not attempt to contact the root hint servers to resolve an external domain. Now, if your internal AD Domain DNS name is the same as your public DNS name that is hosted elsewhere, you must manually add these records to your internal domain DNS zone. (records such as www, ftp, and mail.) Give them the address of the externally hosted sites. If you host any of these sites locally these records must point to the internal address of the machine you host them on. The alternate to creating these records is to create a delegation for the name (www, ftp, and mail) and point that delegation to the actual Authoritative DNS servers for you external name. This is provided the sites are hosted externally. If you are having a problem understanding what records you need to create post back with the name of the sites you need to access, I will look up the sites and give you step by step instructions on the records you need to create. -- Best regards, Kevin D4 Dad Goodknecht Sr. [MVP] Hope This Helps ============================ -- When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. To respond directly to me remove the nospam. from my email. ========================================== http://www.lonestaramerica.com/ ========================================== Use Outlook Express?... Get OE_Quotefix: It will strip signature out and more http://home.in.tum.de/~jain/software/oe-quotefix/ ========================================== Keep a back up of your OE settings and folders with OEBackup: http://www.oehelp.com/OEBackup/Default.aspx ========================================== |
|