Networking Forums

Networking Forums > Computer Networking > Windows Networking > VPN router

Reply
 
 
=?Utf-8?B?U2VyZ2lvIFNlcnJhbw==?=
Guest
Posts: n/a

 
      12-13-2003, 02:26 PM
Hello, this is my cenario:
I have 2 win2003 servers and an hardware broadband gateway router (192.168.0.254),
the first server is a DC and runs DNS service, it has one single nic 192.168.0.1
the second server runs exchange server, and has 2 nics one is a wired nic witch uses IP-192.168.0.2,
and the other nic is a wireless nic 192.168.1.2 and is used to route wireless clientes on subnet 192.168.1.x to 192.168.0.x.

I want to use this second server as a VPN server, so I configured RRAS and created a scope on the VPN server to give remote users IPs in the 192.168.5.x network.

My problem is when I connect to the VPN server, client computers receives:
IP - 192.168.5.10
Subnet - 255.255.255.255
Primary DNS - 192.168.0.1
Secundary DNS - 192.168.0.254

And cannot comunicate with other hosts excepts the vpn server.

What can I do for my client computers connect to other hosts and to have name resolution through the VPN server?
 
Reply With Quote
 
 
 
 
Robert L [MS-MVP]
Guest
Posts: n/a

 
      12-13-2003, 08:15 PM
have you enable ip routing? or post the routing table 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.

"Sergio Serrao" <(E-Mail Removed)> wrote in message
news:9667E45D-61A9-4C2E-B26A-(E-Mail Removed)...
> Hello, this is my cenario:
> I have 2 win2003 servers and an hardware broadband gateway router

(192.168.0.254),
> the first server is a DC and runs DNS service, it has one single nic

192.168.0.1
> the second server runs exchange server, and has 2 nics one is a wired nic

witch uses IP-192.168.0.2,
> and the other nic is a wireless nic 192.168.1.2 and is used to route

wireless clientes on subnet 192.168.1.x to 192.168.0.x.
>
> I want to use this second server as a VPN server, so I configured RRAS and

created a scope on the VPN server to give remote users IPs in the
192.168.5.x network.
>
> My problem is when I connect to the VPN server, client computers receives:
> IP - 192.168.5.10
> Subnet - 255.255.255.255
> Primary DNS - 192.168.0.1
> Secundary DNS - 192.168.0.254
>
> And cannot comunicate with other hosts excepts the vpn server.
>
> What can I do for my client computers connect to other hosts and to have

name resolution through the VPN server?


 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      12-13-2003, 09:55 PM
The problem is probably your default gateway settings on the LAN clients.
If they use the Internet router as their DG, they will not automatically
route traffic for the remotes back to the VPN server. The easiest way to fix
it is to add a static route to your Internet router to "bounce" the VPN
traffic to the RRAS router. eg

192.168.5.0 255.255.255.0 192.168.0.2

Can the remotes ping the wireless network machines? That should work,
because that subnet should have the RRAS router set as its DG.

For name resolution, check that the remotes have the correct DNS suffix
set in their connection properties. Otherwise you will need to use the FQDN.
If you have the correct suffix, you just need a simple machine name.

The subnet mask of 255.255.255.255 is not really a problem. See KB
254231 for an explanation of this.

"Sergio Serrao" <(E-Mail Removed)> wrote in message
news:9667E45D-61A9-4C2E-B26A-(E-Mail Removed)...
> Hello, this is my cenario:
> I have 2 win2003 servers and an hardware broadband gateway router

(192.168.0.254),
> the first server is a DC and runs DNS service, it has one single nic

192.168.0.1
> the second server runs exchange server, and has 2 nics one is a wired nic

witch uses IP-192.168.0.2,
> and the other nic is a wireless nic 192.168.1.2 and is used to route

wireless clientes on subnet 192.168.1.x to 192.168.0.x.
>
> I want to use this second server as a VPN server, so I configured RRAS and

created a scope on the VPN server to give remote users IPs in the
192.168.5.x network.
>
> My problem is when I connect to the VPN server, client computers receives:
> IP - 192.168.5.10
> Subnet - 255.255.255.255
> Primary DNS - 192.168.0.1
> Secundary DNS - 192.168.0.254
>
> And cannot comunicate with other hosts excepts the vpn server.
>
> What can I do for my client computers connect to other hosts and to have

name resolution through the VPN server?


 
Reply With Quote
 
NetXPCom
Guest
Posts: n/a

 
      12-15-2003, 03:38 AM
Yes that is true

>-----Original Message-----
> The problem is probably your default gateway settings

on the LAN clients.
>If they use the Internet router as their DG, they will

not automatically
>route traffic for the remotes back to the VPN server.

The easiest way to fix
>it is to add a static route to your Internet router

to "bounce" the VPN
>traffic to the RRAS router. eg
>
>192.168.5.0 255.255.255.0 192.168.0.2
>
> Can the remotes ping the wireless network machines?

That should work,
>because that subnet should have the RRAS router set as

its DG.
>
> For name resolution, check that the remotes have the

correct DNS suffix
>set in their connection properties. Otherwise you will

need to use the FQDN.
>If you have the correct suffix, you just need a simple

machine name.
>
> The subnet mask of 255.255.255.255 is not really a

problem. See KB
>254231 for an explanation of this.
>
>"Sergio Serrao" <(E-Mail Removed)>

wrote in message
>news:9667E45D-61A9-4C2E-B26A-

(E-Mail Removed)...
>> Hello, this is my cenario:
>> I have 2 win2003 servers and an hardware broadband

gateway router
>(192.168.0.254),
>> the first server is a DC and runs DNS service, it has

one single nic
>192.168.0.1
>> the second server runs exchange server, and has 2 nics

one is a wired nic
>witch uses IP-192.168.0.2,
>> and the other nic is a wireless nic 192.168.1.2 and is

used to route
>wireless clientes on subnet 192.168.1.x to 192.168.0.x.
>>
>> I want to use this second server as a VPN server, so I

configured RRAS and
>created a scope on the VPN server to give remote users

IPs in the
>192.168.5.x network.
>>
>> My problem is when I connect to the VPN server, client

computers receives:
>> IP - 192.168.5.10
>> Subnet - 255.255.255.255
>> Primary DNS - 192.168.0.1
>> Secundary DNS - 192.168.0.254
>>
>> And cannot comunicate with other hosts excepts the vpn

server.
>>
>> What can I do for my client computers connect to other

hosts and to have
>name resolution through the VPN server?
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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




1 2 3 4 5 6 7 8 9 10 11