PC Review


Reply
Thread Tools Rate Thread

Clients don't get the DNS servers

 
 
KJK::Hyperion
Guest
Posts: n/a
 
      27th May 2004
* Background

The clients are various laptops, with different operating systems. The
one I'm currently testing this on runs Windows XP Professional

The server is a Windows 2000 Server, stand-alone, running RRAS and
WINS. It connects to Internet with an ISDN card, and listens for PPP
clients on a parallel port

RRAS is configured as a router with on-demand connections and as a PPP
server. It authenticates users as local users. It assigns IP addresses
for clients from a fixed range and routes IP packets. It reads DNS,
DHCP and WINS configuration for PPP clients from a virtual Ethernet
card (Microsoft Loopback with static IP, static WINS and no DNS
servers). It's configured for NAT, with the inbound PPP interface as
the private interface (had to add it manually with netsh) and the on-
demand connection as the public one. The DNS proxy is enabled and the
DNS protocol is enabled for NAT. The default route is set statically on
the on-demand interface. IGMP and the DHCP forwarder have been disabled

* Problem

The clients receive no DNS servers when connecting (they should receive
the servers assigned by the ISP for the Internet connection), and I
have to add them manually (yuck). I know RRAS is reading the settings
from the Microsoft Loopback card, which has no DNS server configured,
but then why isn't the DNS proxy working?

Thanks in advance
 
Reply With Quote
 
 
 
 
Robert L [MS-MVP]
Guest
Posts: n/a
 
      27th May 2004
assuming "client" means VPN client, it should receive both internet dns and
the LAN dns. if you use default remote gateway, vpn client should receive
the LAN DNS if the server LAN connection has correct DNS setting. or post
the ipconfig /all here.

--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.

"KJK::Hyperion" <(E-Mail Removed)> wrote in message
news:Xns94F6EA421793hyperion@193.70.192.192...
> * Background
>
> The clients are various laptops, with different operating systems. The
> one I'm currently testing this on runs Windows XP Professional
>
> The server is a Windows 2000 Server, stand-alone, running RRAS and
> WINS. It connects to Internet with an ISDN card, and listens for PPP
> clients on a parallel port
>
> RRAS is configured as a router with on-demand connections and as a PPP
> server. It authenticates users as local users. It assigns IP addresses
> for clients from a fixed range and routes IP packets. It reads DNS,
> DHCP and WINS configuration for PPP clients from a virtual Ethernet
> card (Microsoft Loopback with static IP, static WINS and no DNS
> servers). It's configured for NAT, with the inbound PPP interface as
> the private interface (had to add it manually with netsh) and the on-
> demand connection as the public one. The DNS proxy is enabled and the
> DNS protocol is enabled for NAT. The default route is set statically on
> the on-demand interface. IGMP and the DHCP forwarder have been disabled
>
> * Problem
>
> The clients receive no DNS servers when connecting (they should receive
> the servers assigned by the ISP for the Internet connection), and I
> have to add them manually (yuck). I know RRAS is reading the settings
> from the Microsoft Loopback card, which has no DNS server configured,
> but then why isn't the DNS proxy working?
>
> Thanks in advance



 
Reply With Quote
 
KJK::Hyperion
Guest
Posts: n/a
 
      28th May 2004
Robert L [MS-MVP] wrote:

> assuming "client" means VPN client,


nope, PPP clients, connecting from the parallel port

> if you use default remote gateway, vpn client should receive the LAN
> DNS if the server LAN connection has correct DNS setting


which it doesn't, like I said. In fact, until the on-demand connection
to Internet is done, the server has no DNS at all, just one WINS I set
up to resolve the client names from the server. My configuration (the
server is localized in Italian, if you don't understand something just
ask) is:

Configurazione IP di Windows 2000

Nome host . . . . . . . . . . . : [omitted]
Suffisso DNS primario . . . . . :
Tipo nodo . . . . . . . . . . . : Ibrido
IP Routing abilitato. . . . . . : Sė
WINS Proxy abilitato. . . . . . : No

- Scheda Ethernet Connessione alla rete locale (LAN):

Suffisso DNS specifico connessione:
Descrizione . . . . . . . . . . : Scheda Microsoft Loopback
Indirizzo fisico. . . . . . . . : 02-00-4C-4F-4F-50
DHCP abilitato . . . . . . . . . : No
Indirizzo IP. . . . . . . . . . . : 10.0.0.1
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Gateway predefinito . . . . . . . :
Server DNS. . . . . . . . . . . :
Server WINS primario . . . . . . : 10.0.0.1

- Scheda PPP Interfaccia server RAS (In ingresso):

Suffisso DNS specifico connessione:
Descrizione . . . . . . . . . . : WAN (PPP/SLIP) Interface
Indirizzo fisico. . . . . . . . : 00-53-45-00-00-00
DHCP abilitato . . . . . . . . . : No
Indirizzo IP. . . . . . . . . . . : 192.168.10.1
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Gateway predefinito . . . . . . . :
Server DNS. . . . . . . . . . . :

- Scheda PPP { [omitted] }:

Suffisso DNS specifico connessione:
Descrizione . . . . . . . . . . : WAN (PPP/SLIP) Interface
Indirizzo fisico. . . . . . . . : 00-53-45-00-00-00
DHCP abilitato . . . . . . . . . : No
Indirizzo IP. . . . . . . . . . . : XXX.25.186.158
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Gateway predefinito . . . . . . . : XXX.6.131.50
Server DNS. . . . . . . . . . . : [omitted]
[omitted]

(I've blacked out the personal information)

Note how "Scheda PPP Interfaccia server RAS (In ingresso)", the inbound
RAS PPP interface, has no DNS servers. If I configure the clients to
use the DNS servers specified by the ISP (see the last interface, i.e.
the dial-on-demand interface), everything works, otherwise they get no
DNS server and they can resolve no names. Problem is, I can't configure
every single client manually. I could disable dial-on-demand, connect
with a scheduled operation and copy the DNS settings to the Loopback
virtual card with a script, but I'd really like not to
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XP clients DNS issues on a VPN - not using the VPN DNS servers Luke Windows XP Networking 0 9th Nov 2009 05:40 AM
Are all VPN Clients compatible to all VPN servers ? Martin Caldwell Windows XP General 2 4th May 2006 09:01 PM
Are all VPN Clients compatible to all VPN servers ? Martin Caldwell Windows XP Networking 3 4th May 2006 09:01 PM
SUS is not updating clients/servers =?Utf-8?B?Q0FEc3RpbGxv?= Windows XP Configuration 5 21st Apr 2005 09:07 PM
GPO for clients not servers Daniel Simmons Microsoft Windows 2000 Group Policy 3 21st Feb 2005 12:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:53 PM.