set VPN connection

L

loki

Hello,

on windows server 2003 i setup a VPN server.
on windows vista i setup a VPN client.

now my probleme is that from the client, when the VPN connection
is enabled i have no internet access
sad.gif


i want to browse the internet from the client by the help of the
secure VPN connection.

how to do this ?


Thanks you by advance for your help

--
stephane

Http://www.arkadia.com/fra/
Http://www.arkadia.com/usa/
Http://www.arkadia.com/rus/
 
P

Pegasus [MVP]

"loki" wrote in message
news:D96BF3DE-9664-45AB-B295-4BECC2F6ADCA@microsoft.com...
> Hello,
>
> on windows server 2003 i setup a VPN server.
> on windows vista i setup a VPN client.
>
> now my probleme is that from the client, when the VPN connection
> is enabled i have no internet access
sad.gif

>
> i want to browse the internet from the client by the help of the secure
> VPN connection.
>
> how to do this ?
>
>
> Thanks you by advance for your help
>
> --
> stephane


You must make sure that the VPN subnet address differs from your own subnet
address.
 
P

Pegasus [MVP]

"loki" wrote in message
news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>> You must make sure that the VPN subnet address differs from your own
>> subnet address.

>
> many thanks for you answer, but what do you mean exactly by this ?
>
> --
> stephane
>
> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
> http://www.arkadia.com/usa/real-estate/for...ord/templemars/

While your VPN is inactive, open a Command Prompt, then type this command:

ipconfig

Now start the VPN, then type the same command again.

Now post the output from the two commands.
 
B

Bill Grant

"loki" wrote in message
news:D96BF3DE-9664-45AB-B295-4BECC2F6ADCA@microsoft.com...
> Hello,
>
> on windows server 2003 i setup a VPN server.
> on windows vista i setup a VPN client.
>
> now my probleme is that from the client, when the VPN connection
> is enabled i have no internet access
sad.gif

>
> i want to browse the internet from the client by the help of the secure
> VPN connection.
>
> how to do this ?
>
>
> Thanks you by advance for your help
>
> --
> stephane
>
> Http://www.arkadia.com/fra/
> Http://www.arkadia.com/usa/
> Http://www.arkadia.com/rus/


The usual reason for this is the way the VPN client works. By default it
will make the VPN connection the default gateway for the machine and send
all non-local traffic through the VPN tunnel. If you get no Internet access,
it means that your server is not configured to give remote users Internet
access.

If you want the remote client to keep its Internet gateway, you can clear
the "Use default gateway.." setting in the client's connection properties.
See KB 254231 .

If you want the client to access the Internet as the LAN clients do, it
is a bit harder. It really depends on how your LAN clients access the
Internet. If your LAN clients use NAT on this server, you can add the "VPN"
interface (ie the internal interface in RRAS) as a private interface in NAT.
The remote client can then access the Internet through NAT on the server as
the LAN clients do.

If the LAN clients use some other device for Internet access, you have
to work out how to get the remote client to use that device.
 
L

loki

With VPN inactive :

Wireless LAN adapter Wireless Network Connection:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
IPv4 Address. . . . . . . . . . . : 192.168.1.105
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1


With VPN Active :

PPP adapter Hostik VPN Connection:

Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 192.168.10.3
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 0.0.0.0

Wireless LAN adapter Wireless Network Connection:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
IPv4 Address. . . . . . . . . . . : 192.168.1.105
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1


Many thanks by advance

--
stephane

http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/




"Pegasus [MVP]" wrote in message
news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>
> "loki" wrote in message
> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>> You must make sure that the VPN subnet address differs from your own
>>> subnet address.

>>
>> many thanks for you answer, but what do you mean exactly by this ?
>>
>> --
>> stephane
>>
>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/
>
> While your VPN is inactive, open a Command Prompt, then type this command:
>
> ipconfig
>
> Now start the VPN, then type the same command again.
>
> Now post the output from the two commands.
>
 
L

loki

> The usual reason for this is the way the VPN client works. By default it
> will make the VPN connection the default gateway for the machine and send
> all non-local traffic through the VPN tunnel. If you get no Internet
> access, it means that your server is not configured to give remote users
> Internet access.


exactly, but in this way how to confgure the server to give remote users
Internet Acess ?


> If you want the remote client to keep its Internet gateway, you can
> clear the "Use default gateway.." setting in the client's connection
> properties. See KB 254231 .


no, because i want the user use the secure connection (the vpn connection)
to browse the internet! if i lear "Use Default gateway" then they will use
they unsecure connection to browse the Internet

> If you want the client to access the Internet as the LAN clients do, it
> is a bit harder. It really depends on how your LAN clients access the
> Internet. If your LAN clients use NAT on this server, you can add the
> "VPN" interface (ie the internal interface in RRAS) as a private interface
> in NAT. The remote client can then access the Internet through NAT on the
> server as the LAN clients do.
>
> If the LAN clients use some other device for Internet access, you have
> to work out how to get the remote client to use that device.


hmm, i not understand what you mean by "Lan client"
sad.gif



thanks you by advance

--
stephane

http://www.arkadia.com/fra/immobilier/vent...imes/vallauris/
http://www.arkadia.com/fra/location-vacanc...imes/vallauris/
http://www.arkadia.com/fra/location-vacanc...mouans-sartoux/


"Bill Grant" wrote in message
news:uybDGUCMKHA.3992@TK2MSFTNGP04.phx.gbl...
>
>
> "loki" wrote in message
> news:D96BF3DE-9664-45AB-B295-4BECC2F6ADCA@microsoft.com...
>> Hello,
>>
>> on windows server 2003 i setup a VPN server.
>> on windows vista i setup a VPN client.
>>
>> now my probleme is that from the client, when the VPN connection
>> is enabled i have no internet access
sad.gif

>>
>> i want to browse the internet from the client by the help of the secure
>> VPN connection.
>>
>> how to do this ?
>>
>>
>> Thanks you by advance for your help
>>
>> --
>> stephane
>>
>> Http://www.arkadia.com/fra/
>> Http://www.arkadia.com/usa/
>> Http://www.arkadia.com/rus/

>
> The usual reason for this is the way the VPN client works. By default it
> will make the VPN connection the default gateway for the machine and send
> all non-local traffic through the VPN tunnel. If you get no Internet
> access, it means that your server is not configured to give remote users
> Internet access.
>
> If you want the remote client to keep its Internet gateway, you can
> clear the "Use default gateway.." setting in the client's connection
> properties. See KB 254231 .
>
> If you want the client to access the Internet as the LAN clients do, it
> is a bit harder. It really depends on how your LAN clients access the
> Internet. If your LAN clients use NAT on this server, you can add the
> "VPN" interface (ie the internal interface in RRAS) as a private interface
> in NAT. The remote client can then access the Internet through NAT on the
> server as the LAN clients do.
>
> If the LAN clients use some other device for Internet access, you have
> to work out how to get the remote client to use that device.
 
P

Pegasus [MVP]

"Subnet" is the first three groups of numbers in an IP address:
- Subnet of your wireless connection: 192.168.1
- Subnet of your VPN: 192.168.10

If often happens that the VPN is on the same subnet as the local network. If
so then you lose your Internet access. In your case they are on different
subnets.

I ran a quick VPN test on one of my machines. Here is the result:

Ethernet adapter Wireless PCMCIA:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.44
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.2

PPP adapter VPN XXX:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 10.0.0.242
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :

I note that my VPN adapter's default gateway is set to blank. Yours is set
to 0.0.0.0. I suggest you untick the box on your VPN that says "Use default
gateway on remote network".


"loki" wrote in message
news:8CB6AAF4-A9D0-428F-B71C-ABC6082E2389@microsoft.com...
> With VPN inactive :
>
> Wireless LAN adapter Wireless Network Connection:
>
> Connection-specific DNS Suffix . :
> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
> IPv4 Address. . . . . . . . . . . : 192.168.1.105
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.1.1
>
>
> With VPN Active :
>
> PPP adapter Hostik VPN Connection:
>
> Connection-specific DNS Suffix . :
> IPv4 Address. . . . . . . . . . . : 192.168.10.3
> Subnet Mask . . . . . . . . . . . : 255.255.255.255
> Default Gateway . . . . . . . . . : 0.0.0.0
>
> Wireless LAN adapter Wireless Network Connection:
>
> Connection-specific DNS Suffix . :
> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
> IPv4 Address. . . . . . . . . . . : 192.168.1.105
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.1.1
>
>
> Many thanks by advance
>
> --
> stephane
>
> http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
> http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
> http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/
>
>
>
>
> "Pegasus [MVP]" wrote in message
> news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>>
>> "loki" wrote in message
>> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>>> You must make sure that the VPN subnet address differs from your own
>>>> subnet address.
>>>
>>> many thanks for you answer, but what do you mean exactly by this ?
>>>
>>> --
>>> stephane
>>>
>>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/

>>
>> While your VPN is inactive, open a Command Prompt, then type this
>> command:
>>
>> ipconfig
>>
>> Now start the VPN, then type the same command again.
>>
>> Now post the output from the two commands.
>>
>
 
L

loki

> I note that my VPN adapter's default gateway is set to blank. Yours is set
> to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
> default gateway on remote network".


ohh no, if i do that then the browser will use the Wifi connection
and not the VPN connection to surf on Internet
sad.gif

I want that the user use the Secure VPN connection to surf on
the Internet

for exemple, from your computer simply go on http://checkip.dyndns.org/ and
see if
it's the IP of your VPN server or the ip of your Internet provider
smile.gif


Thanks by advance

--
stephane

http://www.arkadia.com/usa/real-estate/for...ritimes/grasse/
http://www.arkadia.com/fra/immobilier/vent...ritimes/grasse/
http://www.arkadia.com/rus/real-estate/for...ritimes/grasse/



"Pegasus [MVP]" wrote in message
news:%235MgXkGMKHA.1232@TK2MSFTNGP05.phx.gbl...
> "Subnet" is the first three groups of numbers in an IP address:
> - Subnet of your wireless connection: 192.168.1
> - Subnet of your VPN: 192.168.10
>
> If often happens that the VPN is on the same subnet as the local network.
> If so then you lose your Internet access. In your case they are on
> different subnets.
>
> I ran a quick VPN test on one of my machines. Here is the result:
>
> Ethernet adapter Wireless PCMCIA:
> Connection-specific DNS Suffix . :
> IP Address. . . . . . . . . . . . : 192.168.1.44
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.1.2
>
> PPP adapter VPN XXX:
> Connection-specific DNS Suffix . :
> IP Address. . . . . . . . . . . . : 10.0.0.242
> Subnet Mask . . . . . . . . . . . : 255.255.255.255
> Default Gateway . . . . . . . . . :
>
> I note that my VPN adapter's default gateway is set to blank. Yours is set
> to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
> default gateway on remote network".
>
>
> "loki" wrote in message
> news:8CB6AAF4-A9D0-428F-B71C-ABC6082E2389@microsoft.com...
>> With VPN inactive :
>>
>> Wireless LAN adapter Wireless Network Connection:
>>
>> Connection-specific DNS Suffix . :
>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.1.1
>>
>>
>> With VPN Active :
>>
>> PPP adapter Hostik VPN Connection:
>>
>> Connection-specific DNS Suffix . :
>> IPv4 Address. . . . . . . . . . . : 192.168.10.3
>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>> Default Gateway . . . . . . . . . : 0.0.0.0
>>
>> Wireless LAN adapter Wireless Network Connection:
>>
>> Connection-specific DNS Suffix . :
>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.1.1
>>
>>
>> Many thanks by advance
>>
>> --
>> stephane
>>
>> http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
>> http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
>> http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/
>>
>>
>>
>>
>> "Pegasus [MVP]" wrote in message
>> news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>>>
>>> "loki" wrote in message
>>> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>>>> You must make sure that the VPN subnet address differs from your own
>>>>> subnet address.
>>>>
>>>> many thanks for you answer, but what do you mean exactly by this ?
>>>>
>>>> --
>>>> stephane
>>>>
>>>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>>>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>>>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/
>>>
>>> While your VPN is inactive, open a Command Prompt, then type this
>>> command:
>>>
>>> ipconfig
>>>
>>> Now start the VPN, then type the same command again.
>>>
>>> Now post the output from the two commands.
>>>

>>
>
>
 
P

Pegasus [MVP]

OK, but how do you expect your Internet connection to work if you have a
Default Gateway of 0.0.0.0? And what is the VPN's DNS Server address?


"loki" wrote in message
news:E981E664-A944-4D7F-9AB8-DF214D74E881@microsoft.com...
>> I note that my VPN adapter's default gateway is set to blank. Yours is
>> set to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
>> default gateway on remote network".

>
> ohh no, if i do that then the browser will use the Wifi connection
> and not the VPN connection to surf on Internet
sad.gif

> I want that the user use the Secure VPN connection to surf on
> the Internet
>
> for exemple, from your computer simply go on http://checkip.dyndns.org/
> and see if
> it's the IP of your VPN server or the ip of your Internet provider
smile.gif

>
> Thanks by advance
>
> --
> stephane
>
> http://www.arkadia.com/usa/real-estate/for...ritimes/grasse/
> http://www.arkadia.com/fra/immobilier/vent...ritimes/grasse/
> http://www.arkadia.com/rus/real-estate/for...ritimes/grasse/
>
>
>
> "Pegasus [MVP]" wrote in message
> news:%235MgXkGMKHA.1232@TK2MSFTNGP05.phx.gbl...
>> "Subnet" is the first three groups of numbers in an IP address:
>> - Subnet of your wireless connection: 192.168.1
>> - Subnet of your VPN: 192.168.10
>>
>> If often happens that the VPN is on the same subnet as the local network.
>> If so then you lose your Internet access. In your case they are on
>> different subnets.
>>
>> I ran a quick VPN test on one of my machines. Here is the result:
>>
>> Ethernet adapter Wireless PCMCIA:
>> Connection-specific DNS Suffix . :
>> IP Address. . . . . . . . . . . . : 192.168.1.44
>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . . . . : 192.168.1.2
>>
>> PPP adapter VPN XXX:
>> Connection-specific DNS Suffix . :
>> IP Address. . . . . . . . . . . . : 10.0.0.242
>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>> Default Gateway . . . . . . . . . :
>>
>> I note that my VPN adapter's default gateway is set to blank. Yours is
>> set to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
>> default gateway on remote network".
>>
>>
>> "loki" wrote in message
>> news:8CB6AAF4-A9D0-428F-B71C-ABC6082E2389@microsoft.com...
>>> With VPN inactive :
>>>
>>> Wireless LAN adapter Wireless Network Connection:
>>>
>>> Connection-specific DNS Suffix . :
>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>
>>>
>>> With VPN Active :
>>>
>>> PPP adapter Hostik VPN Connection:
>>>
>>> Connection-specific DNS Suffix . :
>>> IPv4 Address. . . . . . . . . . . : 192.168.10.3
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>> Default Gateway . . . . . . . . . : 0.0.0.0
>>>
>>> Wireless LAN adapter Wireless Network Connection:
>>>
>>> Connection-specific DNS Suffix . :
>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>
>>>
>>> Many thanks by advance
>>>
>>> --
>>> stephane
>>>
>>> http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
>>> http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
>>> http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/
>>>
>>>
>>>
>>>
>>> "Pegasus [MVP]" wrote in message
>>> news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>>>>
>>>> "loki" wrote in message
>>>> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>>>>> You must make sure that the VPN subnet address differs from your own
>>>>>> subnet address.
>>>>>
>>>>> many thanks for you answer, but what do you mean exactly by this ?
>>>>>
>>>>> --
>>>>> stephane
>>>>>
>>>>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>>>>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>>>>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/
>>>>
>>>> While your VPN is inactive, open a Command Prompt, then type this
>>>> command:
>>>>
>>>> ipconfig
>>>>
>>>> Now start the VPN, then type the same command again.
>>>>
>>>> Now post the output from the two commands.
>>>>
>>>

>>
>>
>
 
L

loki

> OK, but how do you expect your Internet connection to work if you have a
> Default Gateway of 0.0.0.0? And what is the VPN's DNS Server address?


i don't know
sad.gif

the VPN server use OPEN DNS server (www.opendns.com)

i thing that the probleme is that windows server 2003 do not share the
internet connection with the VPN connection. i don't know how to configure
windows server 2003 to share the internet connection with the VPN client
connected

--
stephane

http://www.arkadia.com/usa/real-estate/for...itimes/pegomas/
http://www.arkadia.com/fra/immobilier/vent...itimes/pegomas/
http://www.arkadia.com/rus/real-estate/for...itimes/pegomas/




>
>
> "loki" wrote in message
> news:E981E664-A944-4D7F-9AB8-DF214D74E881@microsoft.com...
>>> I note that my VPN adapter's default gateway is set to blank. Yours is
>>> set to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
>>> default gateway on remote network".

>>
>> ohh no, if i do that then the browser will use the Wifi connection
>> and not the VPN connection to surf on Internet
sad.gif

>> I want that the user use the Secure VPN connection to surf on
>> the Internet
>>
>> for exemple, from your computer simply go on http://checkip.dyndns.org/
>> and see if
>> it's the IP of your VPN server or the ip of your Internet provider
smile.gif

>>
>> Thanks by advance
>>
>> --
>> stephane
>>
>> http://www.arkadia.com/usa/real-estate/for...ritimes/grasse/
>> http://www.arkadia.com/fra/immobilier/vent...ritimes/grasse/
>> http://www.arkadia.com/rus/real-estate/for...ritimes/grasse/
>>
>>
>>
>> "Pegasus [MVP]" wrote in message
>> news:%235MgXkGMKHA.1232@TK2MSFTNGP05.phx.gbl...
>>> "Subnet" is the first three groups of numbers in an IP address:
>>> - Subnet of your wireless connection: 192.168.1
>>> - Subnet of your VPN: 192.168.10
>>>
>>> If often happens that the VPN is on the same subnet as the local
>>> network. If so then you lose your Internet access. In your case they are
>>> on different subnets.
>>>
>>> I ran a quick VPN test on one of my machines. Here is the result:
>>>
>>> Ethernet adapter Wireless PCMCIA:
>>> Connection-specific DNS Suffix . :
>>> IP Address. . . . . . . . . . . . : 192.168.1.44
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>> Default Gateway . . . . . . . . . : 192.168.1.2
>>>
>>> PPP adapter VPN XXX:
>>> Connection-specific DNS Suffix . :
>>> IP Address. . . . . . . . . . . . : 10.0.0.242
>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>> Default Gateway . . . . . . . . . :
>>>
>>> I note that my VPN adapter's default gateway is set to blank. Yours is
>>> set to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
>>> default gateway on remote network".
>>>
>>>
>>> "loki" wrote in message
>>> news:8CB6AAF4-A9D0-428F-B71C-ABC6082E2389@microsoft.com...
>>>> With VPN inactive :
>>>>
>>>> Wireless LAN adapter Wireless Network Connection:
>>>>
>>>> Connection-specific DNS Suffix . :
>>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>>
>>>>
>>>> With VPN Active :
>>>>
>>>> PPP adapter Hostik VPN Connection:
>>>>
>>>> Connection-specific DNS Suffix . :
>>>> IPv4 Address. . . . . . . . . . . : 192.168.10.3
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>>> Default Gateway . . . . . . . . . : 0.0.0.0
>>>>
>>>> Wireless LAN adapter Wireless Network Connection:
>>>>
>>>> Connection-specific DNS Suffix . :
>>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>>
>>>>
>>>> Many thanks by advance
>>>>
>>>> --
>>>> stephane
>>>>
>>>> http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
>>>> http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
>>>> http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/
>>>>
>>>>
>>>>
>>>>
>>>> "Pegasus [MVP]" wrote in message
>>>> news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>>>>>
>>>>> "loki" wrote in message
>>>>> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>>>>>> You must make sure that the VPN subnet address differs from your own
>>>>>>> subnet address.
>>>>>>
>>>>>> many thanks for you answer, but what do you mean exactly by this ?
>>>>>>
>>>>>> --
>>>>>> stephane
>>>>>>
>>>>>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>>>>>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>>>>>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/
>>>>>
>>>>> While your VPN is inactive, open a Command Prompt, then type this
>>>>> command:
>>>>>
>>>>> ipconfig
>>>>>
>>>>> Now start the VPN, then type the same command again.
>>>>>
>>>>> Now post the output from the two commands.
>>>>>
>>>>
>>>
>>>

>>
>
>
 
P

Pegasus [MVP]

It will probably work when you specify a Default Gateway and a DNS Server
address for your VPN connection.

"loki" wrote in message
news:E76FB97C-0ABC-4201-8DBB-9AC6A737D6A2@microsoft.com...
>> OK, but how do you expect your Internet connection to work if you have a
>> Default Gateway of 0.0.0.0? And what is the VPN's DNS Server address?

>
> i don't know
sad.gif

> the VPN server use OPEN DNS server (www.opendns.com)
>
> i thing that the probleme is that windows server 2003 do not share the
> internet connection with the VPN connection. i don't know how to configure
> windows server 2003 to share the internet connection with the VPN client
> connected
>
> --
> stephane
>
> http://www.arkadia.com/usa/real-estate/for...itimes/pegomas/
> http://www.arkadia.com/fra/immobilier/vent...itimes/pegomas/
> http://www.arkadia.com/rus/real-estate/for...itimes/pegomas/
>
>
>
>
>>
>>
>> "loki" wrote in message
>> news:E981E664-A944-4D7F-9AB8-DF214D74E881@microsoft.com...
>>>> I note that my VPN adapter's default gateway is set to blank. Yours is
>>>> set to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
>>>> default gateway on remote network".
>>>
>>> ohh no, if i do that then the browser will use the Wifi connection
>>> and not the VPN connection to surf on Internet
sad.gif

>>> I want that the user use the Secure VPN connection to surf on
>>> the Internet
>>>
>>> for exemple, from your computer simply go on http://checkip.dyndns.org/
>>> and see if
>>> it's the IP of your VPN server or the ip of your Internet provider
smile.gif

>>>
>>> Thanks by advance
>>>
>>> --
>>> stephane
>>>
>>> http://www.arkadia.com/usa/real-estate/for...ritimes/grasse/
>>> http://www.arkadia.com/fra/immobilier/vent...ritimes/grasse/
>>> http://www.arkadia.com/rus/real-estate/for...ritimes/grasse/
>>>
>>>
>>>
>>> "Pegasus [MVP]" wrote in message
>>> news:%235MgXkGMKHA.1232@TK2MSFTNGP05.phx.gbl...
>>>> "Subnet" is the first three groups of numbers in an IP address:
>>>> - Subnet of your wireless connection: 192.168.1
>>>> - Subnet of your VPN: 192.168.10
>>>>
>>>> If often happens that the VPN is on the same subnet as the local
>>>> network. If so then you lose your Internet access. In your case they
>>>> are on different subnets.
>>>>
>>>> I ran a quick VPN test on one of my machines. Here is the result:
>>>>
>>>> Ethernet adapter Wireless PCMCIA:
>>>> Connection-specific DNS Suffix . :
>>>> IP Address. . . . . . . . . . . . : 192.168.1.44
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>> Default Gateway . . . . . . . . . : 192.168.1.2
>>>>
>>>> PPP adapter VPN XXX:
>>>> Connection-specific DNS Suffix . :
>>>> IP Address. . . . . . . . . . . . : 10.0.0.242
>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>>> Default Gateway . . . . . . . . . :
>>>>
>>>> I note that my VPN adapter's default gateway is set to blank. Yours is
>>>> set to 0.0.0.0. I suggest you untick the box on your VPN that says "Use
>>>> default gateway on remote network".
>>>>
>>>>
>>>> "loki" wrote in message
>>>> news:8CB6AAF4-A9D0-428F-B71C-ABC6082E2389@microsoft.com...
>>>>> With VPN inactive :
>>>>>
>>>>> Wireless LAN adapter Wireless Network Connection:
>>>>>
>>>>> Connection-specific DNS Suffix . :
>>>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>>>
>>>>>
>>>>> With VPN Active :
>>>>>
>>>>> PPP adapter Hostik VPN Connection:
>>>>>
>>>>> Connection-specific DNS Suffix . :
>>>>> IPv4 Address. . . . . . . . . . . : 192.168.10.3
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>>>> Default Gateway . . . . . . . . . : 0.0.0.0
>>>>>
>>>>> Wireless LAN adapter Wireless Network Connection:
>>>>>
>>>>> Connection-specific DNS Suffix . :
>>>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>>>
>>>>>
>>>>> Many thanks by advance
>>>>>
>>>>> --
>>>>> stephane
>>>>>
>>>>> http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
>>>>> http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
>>>>> http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> "Pegasus [MVP]" wrote in message
>>>>> news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>>>>>>
>>>>>> "loki" wrote in message
>>>>>> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>>>>>>> You must make sure that the VPN subnet address differs from your
>>>>>>>> own subnet address.
>>>>>>>
>>>>>>> many thanks for you answer, but what do you mean exactly by this ?
>>>>>>>
>>>>>>> --
>>>>>>> stephane
>>>>>>>
>>>>>>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>>>>>>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>>>>>>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/
>>>>>>
>>>>>> While your VPN is inactive, open a Command Prompt, then type this
>>>>>> command:
>>>>>>
>>>>>> ipconfig
>>>>>>
>>>>>> Now start the VPN, then type the same command again.
>>>>>>
>>>>>> Now post the output from the two commands.
>>>>>>
>>>>>
>>>>
>>>>
>>>

>>
>>
>
 
L

loki

> It will probably work when you specify a Default Gateway and a DNS Server
> address for your VPN connection.



but how to specify a default gateway ? cause i can't see anywhere
in the vpn config where i can write the default gateway ?




>
> "loki" wrote in message
> news:E76FB97C-0ABC-4201-8DBB-9AC6A737D6A2@microsoft.com...
>>> OK, but how do you expect your Internet connection to work if you have a
>>> Default Gateway of 0.0.0.0? And what is the VPN's DNS Server address?

>>
>> i don't know
sad.gif

>> the VPN server use OPEN DNS server (www.opendns.com)
>>
>> i thing that the probleme is that windows server 2003 do not share the
>> internet connection with the VPN connection. i don't know how to
>> configure
>> windows server 2003 to share the internet connection with the VPN client
>> connected
>>
>> --
>> stephane
>>
>> http://www.arkadia.com/usa/real-estate/for...itimes/pegomas/
>> http://www.arkadia.com/fra/immobilier/vent...itimes/pegomas/
>> http://www.arkadia.com/rus/real-estate/for...itimes/pegomas/
>>
>>
>>
>>
>>>
>>>
>>> "loki" wrote in message
>>> news:E981E664-A944-4D7F-9AB8-DF214D74E881@microsoft.com...
>>>>> I note that my VPN adapter's default gateway is set to blank. Yours is
>>>>> set to 0.0.0.0. I suggest you untick the box on your VPN that says
>>>>> "Use default gateway on remote network".
>>>>
>>>> ohh no, if i do that then the browser will use the Wifi connection
>>>> and not the VPN connection to surf on Internet
sad.gif

>>>> I want that the user use the Secure VPN connection to surf on
>>>> the Internet
>>>>
>>>> for exemple, from your computer simply go on http://checkip.dyndns.org/
>>>> and see if
>>>> it's the IP of your VPN server or the ip of your Internet provider
smile.gif

>>>>
>>>> Thanks by advance
>>>>
>>>> --
>>>> stephane
>>>>
>>>> http://www.arkadia.com/usa/real-estate/for...ritimes/grasse/
>>>> http://www.arkadia.com/fra/immobilier/vent...ritimes/grasse/
>>>> http://www.arkadia.com/rus/real-estate/for...ritimes/grasse/
>>>>
>>>>
>>>>
>>>> "Pegasus [MVP]" wrote in message
>>>> news:%235MgXkGMKHA.1232@TK2MSFTNGP05.phx.gbl...
>>>>> "Subnet" is the first three groups of numbers in an IP address:
>>>>> - Subnet of your wireless connection: 192.168.1
>>>>> - Subnet of your VPN: 192.168.10
>>>>>
>>>>> If often happens that the VPN is on the same subnet as the local
>>>>> network. If so then you lose your Internet access. In your case they
>>>>> are on different subnets.
>>>>>
>>>>> I ran a quick VPN test on one of my machines. Here is the result:
>>>>>
>>>>> Ethernet adapter Wireless PCMCIA:
>>>>> Connection-specific DNS Suffix . :
>>>>> IP Address. . . . . . . . . . . . : 192.168.1.44
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>> Default Gateway . . . . . . . . . : 192.168.1.2
>>>>>
>>>>> PPP adapter VPN XXX:
>>>>> Connection-specific DNS Suffix . :
>>>>> IP Address. . . . . . . . . . . . : 10.0.0.242
>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>>>> Default Gateway . . . . . . . . . :
>>>>>
>>>>> I note that my VPN adapter's default gateway is set to blank. Yours is
>>>>> set to 0.0.0.0. I suggest you untick the box on your VPN that says
>>>>> "Use default gateway on remote network".
>>>>>
>>>>>
>>>>> "loki" wrote in message
>>>>> news:8CB6AAF4-A9D0-428F-B71C-ABC6082E2389@microsoft.com...
>>>>>> With VPN inactive :
>>>>>>
>>>>>> Wireless LAN adapter Wireless Network Connection:
>>>>>>
>>>>>> Connection-specific DNS Suffix . :
>>>>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>>>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>>>>
>>>>>>
>>>>>> With VPN Active :
>>>>>>
>>>>>> PPP adapter Hostik VPN Connection:
>>>>>>
>>>>>> Connection-specific DNS Suffix . :
>>>>>> IPv4 Address. . . . . . . . . . . : 192.168.10.3
>>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.255
>>>>>> Default Gateway . . . . . . . . . : 0.0.0.0
>>>>>>
>>>>>> Wireless LAN adapter Wireless Network Connection:
>>>>>>
>>>>>> Connection-specific DNS Suffix . :
>>>>>> Link-local IPv6 Address . . . . . : fe90::1c80:b4ad:6b0:ef65%9
>>>>>> IPv4 Address. . . . . . . . . . . : 192.168.1.105
>>>>>> Subnet Mask . . . . . . . . . . . : 255.255.255.0
>>>>>> Default Gateway . . . . . . . . . : 192.168.1.1
>>>>>>
>>>>>>
>>>>>> Many thanks by advance
>>>>>>
>>>>>> --
>>>>>> stephane
>>>>>>
>>>>>> http://www.arkadia.com/usa/real-estate/for...ieu-la-napoule/
>>>>>> http://www.arkadia.com/fra/immobilier/vent...ieu-la-napoule/
>>>>>> http://www.arkadia.com/rus/real-estate/for...ieu-la-napoule/
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> "Pegasus [MVP]" wrote in message
>>>>>> news:eiKb$I$LKHA.1472@TK2MSFTNGP05.phx.gbl...
>>>>>>>
>>>>>>> "loki" wrote in message
>>>>>>> news:E8B0F7F9-46F5-429B-A37D-79E3D8013B22@microsoft.com...
>>>>>>>>> You must make sure that the VPN subnet address differs from your
>>>>>>>>> own subnet address.
>>>>>>>>
>>>>>>>> many thanks for you answer, but what do you mean exactly by this ?
>>>>>>>>
>>>>>>>> --
>>>>>>>> stephane
>>>>>>>>
>>>>>>>> http://www.arkadia.com/usa/real-estate/for...ais/nord/lille/
>>>>>>>> http://www.arkadia.com/usa/real-estate/for...ord/wattignies/
>>>>>>>> http://www.arkadia.com/usa/real-estate/for...ord/templemars/
>>>>>>>
>>>>>>> While your VPN is inactive, open a Command Prompt, then type this
>>>>>>> command:
>>>>>>>
>>>>>>> ipconfig
>>>>>>>
>>>>>>> Now start the VPN, then type the same command again.
>>>>>>>
>>>>>>> Now post the output from the two commands.
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>

>>
>
>
 
P

Pegasus [MVP]

Tick the box "Use default gateway on the remote network":
http://www.hotlinkfiles.com/view/full/2816712_hzz0x


"loki" wrote in message
news:0174D7DB-D58E-4675-B83E-58C57F5C4B02@microsoft.com...
>> It will probably work when you specify a Default Gateway and a DNS Server
>> address for your VPN connection.

>
>
> but how to specify a default gateway ? cause i can't see anywhere
> in the vpn config where i can write the default gateway ?
>
 
B

Bill Grant

"loki" wrote in message
news:DEA2000C-01C8-4D88-9B89-07B0BFCDE7EF@microsoft.com...
>> The usual reason for this is the way the VPN client works. By default it
>> will make the VPN connection the default gateway for the machine and send
>> all non-local traffic through the VPN tunnel. If you get no Internet
>> access, it means that your server is not configured to give remote users
>> Internet access.

>
> exactly, but in this way how to confgure the server to give remote users
> Internet Acess ?
>
>
I have no idea. That depends entirely on how your LAN is configured. If
you can't work it out yourself, you will need to post a lot more info about
your network config.
 
L

loki

yep, but if i do this, then the browser will use the wifi connection instead
of the VPN connection
to surf on the net
sad.gif
and it's absolutely not what i want ....

stephane


"Pegasus [MVP]" wrote in message
news:uA7YwJNMKHA.1452@TK2MSFTNGP06.phx.gbl...
> Tick the box "Use default gateway on the remote network":
> http://www.hotlinkfiles.com/view/full/2816712_hzz0x
>
>
> "loki" wrote in message
> news:0174D7DB-D58E-4675-B83E-58C57F5C4B02@microsoft.com...
>>> It will probably work when you specify a Default Gateway and a DNS
>>> Server address for your VPN connection.

>>
>>
>> but how to specify a default gateway ? cause i can't see anywhere
>> in the vpn config where i can write the default gateway ?
>>
>
>
 
Back
Top Bottom