Link to home
Create AccountLog in
Avatar of total123
total123Flag for United Kingdom of Great Britain and Northern Ireland

asked on

issue with seeing internal website

Hi, We have setup an internal ticketing site a few years ago on a pc.
we have always been able to access it remotely and internally using ticket.mydomain.com.

one of the users accessed it over the weekend remotely and can now not access the site internally using ticket.mydomain.com. but can see it by going \\ticketpc

I'd assumed this was a DNS issue. I have flushed DNS and cleared the internet temp files and cleared cookies/history.

We have a windows 2003 DNS server. is it worth me adding ticket.mydomain.com to point to 192.168.1.35 (internal IP)

If so, how do i do this. the ticket site is on a windows XP machine
Avatar of smgoncalves
smgoncalves

What's the output of:

cmd > "nslookup ticket.mydomain.com"

Is it the name/ip correct?

-smgoncalves
Avatar of total123

ASKER

I get the external IP address as I should

if i ping the ticket.mydomain.com on this pc, I don't get a reply from the external IP.

but if i do it from any one else, I do get 4 replies from the external IP
ticket.mydomain.com > it's an internal website? With LAN IP? Put here the output of the command:

cmd > "nslookup ticket.mydomain.com"

Verify the "hosts" file (C:\Windows\System32\Drivers\etc\) if it have some manual address added.
it is an internal website, which we can also access externally.
on the laptops we have. we left it so that the shortcut was ticket.mydomain.com.
this has also always workjed internally. Until now on one laptop
all i have is in the host file

127.0.0.1       localhost
Put here the output of the command:

cmd > "nslookup ticket.mydomain.com"

Verify if the dns server used is your internal DNS. If not, verify if the TPC/IP (of the network adapter) is not set to manually with an external DNS server or wrong server ip.

-smgoncalves
Server:  e2007.domain.local
Address:  192.168.1.183

Non-authoritative answer:
Name:    mail.mydomain.com
Address:  external IP

192.168.1.183 is the internal DNS
You are using and external DNS and not your internal DNS. Verify the TPC/IP (of the network adapter).

and show me the output of:

cmd > "ipconfig /all"

-smgoncalves
Only dns entry is the internal

192.168.1.183
ASKER CERTIFIED SOLUTION
Avatar of DrDave242
DrDave242
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
worked a treat, thank you