To add to Doug's comments. You cannot make a "u-turn" through a NAT Device
from the internal side. It creates a situation where the source MAC address
and the destination MAC address in the Layer2 portion of the packet are the
same address,...since Ethernet won't let it go to itself from itself the
thing just flips outs, shoots itself in the head and fails.
Therefore any internal destination (no matter what the name is) must
properly resolve to the internal private IP when the client is already on
the private side of the LAN. *How* you make it resolve is up to you, but a
properly configured DNS Server on the LAN is the best way and that, I
believe, is where Doug is trying to take you.
To lessen the confusion,...you should never make your AD FQDN the same as
you Public FQDN,...they are two different things that exist to two
completely different reasons and have totally different purposes,....your
AD/DNS handles the AD FQDN and the ISP's DNS is Authoritative for,...and
supposed to handle the Public FQDN and they should be different names.
But if you already made them the same then leave it alone, there are still
ways to make it work.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html
Troubleshooting Client Authentication on Access Rules in ISA Server 2004
http://download.microsoft.com/downlo...7/ts_rules.doc
Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
Deployment Guidelines for ISA Server 2004 Enterprise Edition
http://www.microsoft.com/technet/pro...isaserver.mspx
-----------------------------------------------------
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> I am sure that the setup I had before worked as follows:
>
> If I pinged mycompany.com from outside of the n/w it would return
> 123.456.789.10 (or whatever)
> If I pinged mycompany.com from inside of the n/w it would return
> 192.168.0.2 (my server)
>
> Are you saying this is not possibel.
>
> It is possible if I edit the hosts file, but this is not what I needed
> to do before.
>
> Thanks,
> Toby
>