Hi Phoenix,
thanks alot for taking your time and aswer this clearly.
First of all, the server is hosted by greatnet, a well known company in germany.
The stats of the rootserver are as folllowed:
Prozessor - AMD
AMD Opteron 1218
2 x 2,6 GHz
RAM
4 GB DDR2-RAM
HDD
2x 500 GB SATA 2
Lan
1 GBit/s
The server is sponsored for a project thats why it`s got quite good stats.
Think this should sufficient for zimbra right?
Concerning the router, i´m actually not shure but asking google and searching on the website of greatnet, i couldn´t find something about router or NAT.
By the way, when I start a os setup, i can chose to set reverse DNS automatically. In the newly installed Linux, the nameserver seems to work since I´m able to ping a domain and get a answer.
This
Code:
*.herkulesracing.com A 83.133.121.102
herkulesracing.com A 83.133.121.102
imap.herkulesracing.com A 83.133.121.102
pop3.herkulesracing.com A 83.133.121.102
smtp.herkulesracing.com A 83.133.121.102
*.herkulesracing.com MX 100 herkulesracing.com
herkulesracing.com MX 100 herkulesracing.com
is just copied and pasted from my domainprovider where I can set these options. So if there`s still something wrong, I can change this.
Quote:
should look like this: Code: 127.0.0.1 localhost.localdomain localhost
83.133.121.102 smtp.herkulesracing.com smtp |
Why did you write herer
smtp.herkulesracing.com and not mail.herkulesracing.com and as far as I thought to know, this should be the fqdn?
Quote:
|
The internal address of the server would be for a private IP address such as 192.168.1.10
|
Did you chose this address random? COuld it also be 192.168.1.111? Does it just have to be a address out of the local ip pool 192.168.X.X ?
And is this the only place I have to set the local IP or do I have to set this as well at the eth adapter?
Thanks again for your answer, I really appreciate this.
[edit]
tried a bit and now i got this answer:
Code:
root@herkulesracing:/# nslookup herkulesracing.com
Server: 83.133.121.102
Address: 83.133.121.102#53
Name: herkulesracing.com
Address: 192.168.1.10
As described in the normal Ubuntu Install Guide (i assume there is no router) the nslookup yourdomain.com should return the internal address and I think it does now. But my problem now is, that I changeg the /etc/hosts to:
Code:
127.0.0.1 localhost.localdomain localhost
83.133.121.102 mail.herkulesracing.com mail
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
and the /etc/hostname to:
mail
and this is the aswer:
Code:
root@herkulesracing:/# hostname
herkulesracing
root@herkulesracing:/# hostname --fqdn
hostname: Unknown host
Where is the bug that it doesn`t output the right fqdn?
And where do I have to declare the internal IP address? Only within the db.herkulesracing.com file? And can i chose this ip address randomly?