Quote:
Originally Posted by phoenix Of course you can ping and telnet to the server using the IP, that's not the problem but DNS resolution is. Post the details of your /etc/hosts file I can't answer about sbcglobal.net.mydomain.com as I don't know what the address/domain name is that you're trying to send it to. Have you done any 'dig' commands to see if your domain name & A/MX records resolve correctly?
Is this PC connected directly to the internet or behind a firewall (apart from the one on the server)? Which O/S is this on? Is this a NE or OSS Zimbra server? Have you disabled any SELinux (if that's on your system)? |
This is behind a firewall. I have the appropriate ports forwarded.
SELinux and Firewall have been turned off.
I am running this on CentOS 4
Specs:
P4 3.2Ghz
512MB Ram
Dual SATA HDD
RAID 1
Single NIC
I cannot ping SBCGLOBAL.NET on my outside system at all. It comes up as:
ping: cannot resolve sbcglobal.net: Unknown host.
On my zcs server, it comes up as:
[root@zcs etc]# ping sbcglobal.net
PING sbcglobal.net.sitediscovery.com (75.31.55.210) 56(84) bytes of data.
64 bytes from adsl-75-31-55-210.dsl.scrm01.sbcglobal.net (75.31.55.210): icmp_seq=0 ttl=64 time=0.313 ms
Why is my zcs server resolving the entire sbcglobal.net domain to my external ip?
****HOSTS FILE****
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.4.20 zcs.sitediscovery.com zcs
****DIG RESULTS ON SITEDISCOVERY.COM****
; <<>> DiG 9.2.4 <<>> sitediscovery.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36636
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;sitediscovery.com. IN A
;; ANSWER SECTION:
sitediscovery.com. 7200 IN A 75.31.55.210
;; AUTHORITY SECTION:
sitediscovery.com. 6402 IN NS NS49.WORLDNIC.com.
sitediscovery.com. 6402 IN NS NS50.WORLDNIC.com.
;; ADDITIONAL SECTION:
NS49.WORLDNIC.com. 142208 IN A 205.178.190.25
NS50.WORLDNIC.com. 164866 IN A 205.178.189.25
;; Query time: 126 msec
;; SERVER: 192.168.4.20#53(192.168.4.20)
;; WHEN: Sat Dec 30 09:05:01 2006
;; MSG SIZE rcvd: 130
Any ideas?
I really appreicate the help. Thank you!!!