IT_Architect
Verified User
- Joined
- Feb 27, 2006
- Messages
- 1,089
Here is what I'm up to. I'm creating a clean instance of FreeBSD and will be backing it up. Since it's a virtual machine, that's easy to do. Next I think I will install apache, mysql, php, etc. The reason for no DA at this point is I don't know how DA would complicate things if I want to work with CARP and firewalls to prototype a fail-over situation. I may end up moving IP addresses around etc. I'm making sure that the small bare bones VM can be used later for DA, so I read the install guide. Here is what I don't understand in the guide:
Important: The hostname should not be the same as the primary domain name. e.g. gary.com is not a good hostname, where server.gary.com is. Having the same host/main domain name will cause e-mail and FTP problems. Also, please make sure the hostname resolves once you setup DNS.
That doesn't make sense to me. Why would there be a mail and ftp problem? The reason we use dummy domains on the servers for the primary domain is so that no actively used domains become locked to a certain physical server. If I move a domain to another server that was the primary domain, we couldn't send mail to that domain because it would see the old instance on the local server and would route the mail to a local dead mailbox. But why shouldn't the server name and domain be server.s1-mydomain.net and the primary domain s1.mydomain.net. What am I missing?
Thanks!
Important: The hostname should not be the same as the primary domain name. e.g. gary.com is not a good hostname, where server.gary.com is. Having the same host/main domain name will cause e-mail and FTP problems. Also, please make sure the hostname resolves once you setup DNS.
That doesn't make sense to me. Why would there be a mail and ftp problem? The reason we use dummy domains on the servers for the primary domain is so that no actively used domains become locked to a certain physical server. If I move a domain to another server that was the primary domain, we couldn't send mail to that domain because it would see the old instance on the local server and would route the mail to a local dead mailbox. But why shouldn't the server name and domain be server.s1-mydomain.net and the primary domain s1.mydomain.net. What am I missing?
Thanks!
Last edited: