Windows 2003 win2k3 DNS, IP (RAS vpn internal IP, instead of proper port)

  • Thread starter Thread starter Neil D.
  • Start date Start date
N

Neil D.

hi,

my server which is running AD, DNS, DHCP and RAS (for VPN) has 2 (A)
records.

*.*.*.78 (LAN)
*.*.*.83 (internal)

when pc's on the LAN side resolve this, they are being directed to the
internal address, rather than the proper LAN address.

can i set priority, as in MX type etc, or is there another way i can make
the LAN IP the proper record?

thanks

neil
 
This is a good example, we don't recommended to enable RRAS on DC with DNS. This troubleshooting may help,

Name resolution on VPNConnection issues on DC, ISA, DNS and WINS server as VPN server How to assign DNS and WINS on VPN client manually Name resolution Issue in a VPN client ...
http://www.chicagotech.net/nameresolutionpnvpn.htm



Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Neil D." <neild@work.co.uk> wrote in message news:0fCdncfXNr-2vQbbnZ2dnUVZ8ternZ2d@bt.com...
hi,

my server which is running AD, DNS, DHCP and RAS (for VPN) has 2 (A)
records.

*.*.*.78 (LAN)
*.*.*.83 (internal)

when pc's on the LAN side resolve this, they are being directed to the
internal address, rather than the proper LAN address.

can i set priority, as in MX type etc, or is there another way i can make
the LAN IP the proper record?

thanks

neil
 
On Jul 16, 2:36 am, "Neil D." <ne...@work.co.uk> wrote:
> hi,
>
> my server which is running AD, DNS, DHCP and RAS (for VPN) has 2 (A)
> records.
>
> *.*.*.78 (LAN)
> *.*.*.83 (internal)
>
> when pc's on the LAN side resolve this, they are being directed to the
> internal address, rather than the proper LAN address.
>
> can i set priority, as in MX type etc, or is there another way i can make
> the LAN IP the proper record?
>
> thanks
>
> neil


Neil:

When you have multiple A records for the same hostname in DNS, they
will resolve round robin until it is cached by the client. You should
use a different hostname if you want particular computers to resolve a
specific address. Example:

compname-lan ---> *.*.*.78
compname-int ---> *.*.*.83

Hope that helps.

~Kelly [MCSE]
 
Back
Top