Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a network with a dsl internet connection from sbcglobal.net. I have 2 samba pdc's, a dhcp server, and a dns server. the dns part has kinda gotten over my head. What is the best solution for naming my domain? How do you handle multiple domains on one network. Each PDC has a different domain for logon purposes but should the highest level be the same? for instance:
internet: sbcglobal.net
PDC1: HLRD.howland.sbcglobal.net
PDC2: HSA.howland.sbcglobal.net
DNS: sblrd.sbcglobal.net
dhcpd: default domain -> howland.sbcglobal.net
Am I completely confused? What is the best solution?
you would need an entry in your dns server for each level
im not sure this is legal stuff you are trying to do, becuse sbcglobal is already
a real domain name (unless you're making it unseeable on the internet).
I'm not sure how DNS setup goes, but I'd recommend not using the base
domain that your isp own. make your own:
like you could use this:
domain: localdomain
pdc1: pdc1.localdomain
pdc2: pdc2.localdomain
and u could add hosts:
host1.localdomain
host2.localdomain
and so on and so forth
i'd recommend against using a .com or a .net type extension because
you dont really own a "real" domain name, and it would help to illuminate
confusion (the .com and .net .edu are themselves domains and u havent
purchased a domain within either one of those)
i dont know the specifics about setting up a DNS server though, as i have
not yet tried it. The documentation still confuses me every time i tried to read it. lol
As far as dns is concerned, I really just wanted it to forward queries unless the record was already cached. I thought that would lessen the load for sbcglobal. But you could be right.
So I guess your saying put howland.com as the default domain internally(dhcpd, hosts) and just disregard the public ISP domain?
no, that's not me, and I have a caching nameserver running and it works- it's really speeded things up. But that's what started the confusion. I guess I'll just ignore sbcglobal.net and use howland for everything.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.