"Raymond" wrote:
> I'm running a web server, ftp server and email server on
> a windows 2003 server and they can be accessed by other
> computers thru internet. The problem is those servers
> cannot be accessed by the windows 2003 server computer
> itself(the same computer that running the servers) by
> using the internet IP address or domain name but it can
> be accessed by using the private ip address. Other
> computer within the local network can access those server
> normally. So, I don't think it is a fireware setting
> problems.
Hi Raymond...
Details can go a long way here... This is what I get from your post:
http://mydomain.com/ reachable by all Internet users
http://mydomain.com/ not reachable by webserver, which is running IIS and
publicly knows as
http://mydomain.com/
What is the public IP address? Can the server get to it with the public IP
address and not just the name?
http://publicip/ which =
http://mydomain.com/
If so, then you have a naming issue. If not, then you possibly also have a
routing issue but I'm betting on the former.
DNS Domains:
External vs Internal
DNS should be running on AD Server
External DNS Domain: mydomain.com
Internal DNS Domain: internal.mydomain.com (anything but mydomain.com in
dotted format)
Network settings on 2003 Server and ALL other computers on private network.
Primary DNS: private IP address of DNS Server (2003 Server) - DO NOT
REFERENCE ANY EXTERNAL DNS SERVERS
DNS Server (2003 Server): Should not have root entry "." in forward zone.
You do NOT have to have forwarders turned on in DNS Server settings but you
can. Without, the root hint servers will be used if naming required for
external destinations. Ex.
www.microsoft.com
This all assumes your server is NOT in the DMZ if you're running a firewall
and/or a NAT router. Since external users can get to your services, then I
assume everything there is configured properly.
If you cannot get there by the public IP address either, you could try trace
routing to see where it fails but it might be that your DFG is not the
public side of the router. I never had one misconfigured so I don't know if
that would affect incoming traffic, which it might. If so, then that is not
the issue.
Perhaps more detail is needed if these settings are configured properly.
--
Roland
This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.