Page 1 of 1

L2TP packet flow

Posted: Wed May 22, 2013 2:09 am
by gogogo0273
hi,

I tried to build a VPN server for my family to bypass China GFW.

I need to use packet flow function to bypass, but when I connect to server by l2tp,

then , I got a IP from Virtual DHCP server.

But, Even I got a IP , I still can't connect to Internet via the server. I CAN only connect to intranet on my server.

What should I do to use the packet flow function.

Re: L2TP packet flow

Posted: Thu May 23, 2013 10:43 am
by cedar
Please set interface metric value of the virtual network adapter high as 1000.

Re: L2TP packet flow

Posted: Fri May 24, 2013 11:13 am
by gogogo0273
cedar wrote:
> Please set interface metric value of the virtual network adapter high as
> 1000.

Thanks for your help, cedar.

At least, I used the same security policy as the vpngate server.

and turn "Disable DHCP Server Operation" off due to I used Virtual DHCP server.

so it works.

Did I do all right ?

Re: L2TP packet flow

Posted: Fri May 24, 2013 11:44 am
by cedar
"Disable DHCP Server Operation" let the client not to work as DHCP server.
This option doesn't affect to the virtual DHCP server.

Re: L2TP packet flow

Posted: Sat May 25, 2013 4:12 pm
by gogogo0273
cedar wrote:
> "Disable DHCP Server Operation" let the client not to work as
> DHCP server.
> This option doesn't affect to the > virtual DHCP server.
I just felt confused.
cadar, could you give a snapshot to expend that??

Re: L2TP packet flow

Posted: Sun May 26, 2013 1:18 am
by cedar
"Disable DHCP Server Operation" is a option to limit VPN client working as a DHCP server.
This option doesn't limit DHCP client for VPN client.

Re: L2TP packet flow

Posted: Sun May 26, 2013 11:05 pm
by gogogo0273
cedar wrote:
> "Disable DHCP Server Operation" is a option to limit VPN client
> working as a DHCP server.
> This option doesn't limit DHCP client for VPN client.

Allright.

before you said "interface metric value of the virtual network adapter high as 1000"

where is the "interface metric value" I can't find it.

Re: L2TP packet flow

Posted: Mon May 27, 2013 9:30 am
by cedar
Interface metric is a setting of Windows.
http://www.ezlan.net/metrics.html

Re: L2TP packet flow

Posted: Tue May 28, 2013 6:40 am
by gogogo0273
cedar wrote:
> Interface metric is a setting of Windows.
> http://www.ezlan.net/metrics.html


OK. I got it.

Thanks for your help. Cedar