Re: Problem by routing external users in DNS
- From: "Paul Williams [MVP]" <ptw2001@xxxxxxxxxxx>
- Date: Sat, 19 Nov 2005 12:17:05 -0000
> But my major problem is why they dont register with ip-address 10.10.x.x
> in our DNS when they can ping our DNS server, and they can use our
> connection
the internet through the VPN-tunnel. Is it something thats not set correct
in our AD or is it more likely an issue in our firewall.
Only thing that I can think of at the moment is that you are using secure
only dynamic updates, and the client hasn't authenticated with a DC when the
DHCP Client Service tries to register in DNS.
Are you actually blocking anything on the firewall?
One issue, which is separate, but you might be interested in (I've just
fixed this issue in work) is that firewalls, such as a nokia checkpoint,
don't allow ping messages over a certain size. This will cause GPO to fail,
as GPO slow link detection is done by sending three 2048 byte pings at the
DC and calculating the round trip cost.
Another thing to consider is that VPN devices use a smaller MTU than
Ethernet routers and firewalls. If the VPN device isn't returning ICMP
Destination Host unreachable (ICMP 3,4) ICMP messages, then Windows will
hang waiting for a response and then resending packets again. This can
cause a number of issues, such as very slow logons, Kerberos to break
(packet loss when fragmenting), etc. Perhaps this is playing hell with the
DNS stuff - that will use UDP by default, and will only use TCP when the
packet exceeds a certain size (I can't remember what size).
You can test for MTU problems by pinging the opposite side of the VPN with
the do not fragment bit set (-f) and varying the payload size (-l 1398),
e.g.
C:\dev\vbs\>ping r2-dc-01 -f -l 1398
--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net
.
- References:
- Re: Problem by routing external users in DNS
- From: Paul Williams [MVP]
- Re: Problem by routing external users in DNS
- Prev by Date: Re: Tool to "document" the whole AD ???
- Next by Date: Re: Logon Scripts not executing
- Previous by thread: Re: Problem by routing external users in DNS
- Next by thread: Re: logon session
- Index(es):
Relevant Pages
|