Automatically Assign DNS and WINS Servers to Incoming VPN Clients on Windows Server 2003
Overview
To automatically assign DNS and WINS servers to VPN clients on a Windows Server 2003 setup without registering the VPN IP range in DHCP, follow these steps:
1. Configure RRAS for VPN:
- Open *Routing and Remote Access* console.
- Right-click on the server, and select *Properties*.
- Go to the *IP* tab.
- Ensure *Enable IP routing*is checked.
2. Configure DNS and WINS Servers:
- Still on the *IP*tab, click *IP address assignment*.
- Select *Static address pool* and configure the pool for VPN clients (e.g., 192.168.90.51 to 192.168.90.251).
- Click *OK*.
3. Assign DNS and WINS Servers:
- On the *IP* tab, select *Adapter* from which DNS and WINS information will be derived (usually the adapter connected to the internal network).
- Click *OK* to save settings.
Steps Detailed
- Open RRAS:
- Open *Routing and Remote Access* from *Administrative Tools*.
- Right-click your server, select *Configure and Enable Routing and Remote Access*.
- Follow the wizard to configure as a VPN server.
- Set Up Static Address Pool:
- Under *IPv4*, choose *Static address pool*.
- Add your address range (e.g., 192.168.90.51 to 192.168.90.251).
- Configure DNS and WINS:
- On the *General*tab, specify the DNS and WINS servers manually.
- These settings will be pushed to the clients upon connection.
Additional Considerations
- Ensure that your DNS and WINS settings on the RRAS are correctly pointing to your internal servers.
- Verify firewall settings to ensure they do not block necessary VPN traffic.
- Consider using DHCP relay if you need to dynamically assign IP configurations from a DHCP server.
Following these steps should allow VPN clients to receive DNS and WINS server information automatically without conflicting with DHCP client IP ranges. If you need further assistance, please let us know.
Best regards,
Rosy