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