Results 1 to 3 of 3
hi guys
i need advice on implementing DNS Server.
example situation:
* there is a company named foo.com and they host the there dns records to ultradns.com. they have offices ...
- 09-14-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 4
DNS Implementation
hi guys
i need advice on implementing DNS Server.
example situation:
* there is a company named foo.com and they host the there dns records to ultradns.com. they have offices in US and JAPAN. in US they have servers: [name like pc1.foo.com,pc2.foo.com..] which are serving the svn repository,company websites and others..
questions:
- i want make a DNS server to delegate the subdomain record like us.foo.com so that the public servers in US will look like: pc1.us.foo.com,pc2.us.foo.com and etc.
- how about their internal network, should i build a another dns server for the internal network to host for: employee1.us.foo.com
any advice.?thanks!
- 09-14-2006 #2Yes, build a seperate DNS server for inside the lan to resolve names from the 'lan point of view' - this will handle all requests for *.us.foo.com, so you'll need to include everything that is visible to the outside world and all the extra host entries for internal lan machines. Remember that inside the lan, some machines may have different IP addresses to the ones that are used outside.
Originally Posted by janskey Linux user #126863 - see http://linuxcounter.net/
- 09-15-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 4
thanks for the advice..this is cool!


Reply With Quote
