Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DNS for Intranet

0 views
Skip to first unread message

John Cabot

unread,
Oct 20, 2005, 1:46:06 PM10/20/05
to
Hi - We have an internal intranet which all users can access from within
the LAN. When users try to access the intranet via a remote vpn connection
they are able to get access to the index page and use the link on the page but
once they browse outside the index they get page cannot be found errrors.
For example. The intranet site is called http://intranet and the ip is
192.168.1.50. once you surf off the index page the url is listed as for
example http://intranet/testfile.html. ; All files on the testfile page show
page cannot be found errors because the link is
http://intranet/testfile.html
and it expects the link to be http://192.168.1.50/testfile.html. ; This
probably is a dns error - can I setup some type of directional pointer so
it sees 192.168.1.50 and http://intranet as the same. If I correct the url on
the address line and replace with the IP it works everytime. Just
wondering if there is a quick fix.

Brian Henry

unread,
Oct 20, 2005, 2:05:39 PM10/20/05
to
do a NSLOOKUP and look at your default DNS server... most likely you are
getting your ISP's DNS server instead of your internal one... make sure your
internal and external VPN adapters have the DNS set up correctly as your
local DNS server


Kevin D. Goodknecht Sr. [MVP]

unread,
Oct 20, 2005, 11:11:45 PM10/20/05
to

Either add an entry to all your hosts files for intranet 192.168.1.50 or
add a record to your DNS server in the domains in your DNS suffix search
list named intranet with the IP. Make sure all clients use ONLY the local
DNS server.
All links in the site should be relative links, not URLs. An example of a
relative link is <a href="testfile.html">

Remember, all names not appended with a trailing dot will be appended with
the names in your DNS suffix search list. So if "domain.com" is in your DNS
suffix search list, "intranet.domain.com" is sent to DNS.
The only way "intranet" is sent to DNS is when you add a trailing dot
"intranet.". in this case you need a zone name intranet, with a host with
the name field left blank and the IP you need.


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
https://secure.lsaol.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


Максим Зятнин

unread,
Oct 21, 2005, 12:48:11 AM10/21/05
to
in dns-client's setting your local DNS-server should be set. For external
queries your DNS-server uses forwardings to ISP's DNS-server.

"Brian Henry" <nos...@nospam.com> wrote:
news:eW9CiDa1...@TK2MSFTNGP12.phx.gbl...

0 new messages