Page 1 of 1

How do I set up DNS properly?

Posted: Thu Nov 16, 2006 1:19 pm
by dmoney327
*Removed*

Posted: Thu Nov 16, 2006 3:13 pm
by dmoney327
*Removed*

Please Delete Thread

Posted: Fri Nov 17, 2006 1:53 am
by dmoney327
*Removed*

Posted: Fri Nov 17, 2006 12:28 pm
by kanderson
lets assume that the real IP on your server is 10.10.10.10

You should have 2 entries in your host file.

127.0.0.1 localhost.localdomain localhost
10.10.10.10 servername.domain.tld servername

You will likely find that your servername has simply been added to the 127.0.0.1 line.

That should be it.
Kev.

Posted: Fri Nov 17, 2006 1:42 pm
by dmoney327
I finally got it all to work last night around 3 AM.

Now I just have to go through all of the Post-Installation Setup, and make sure that all of the 'extra' services (mobileweb, outlook conneter, etc.) are working.

I do have another question, how do I change the format of addresses? (ex: I want to use firstname@mclenco.com instead of firstname.lastname@mclenco.com, which was not an option during installation)

Thanks