Pptpvpn

From Wiki of WFilter NG Firewall
(Difference between revisions)
Jump to: navigation, search
(Multiple Subnets)
Line 22: Line 22:
 
== Multiple Subnets ==
 
== Multiple Subnets ==
 
PPTP clients can only belongs to one subnet. If your network has multiple subnets, you need to add route in client pc to access other subnets. For example, the server side has two subnets 192.168.10.x and 192.168.11.x. PPTP works in 192.168.10.x. To access another subnet, you need to execute below command in client:
 
PPTP clients can only belongs to one subnet. If your network has multiple subnets, you need to add route in client pc to access other subnets. For example, the server side has two subnets 192.168.10.x and 192.168.11.x. PPTP works in 192.168.10.x. To access another subnet, you need to execute below command in client:
{{{
 
route add 192.168.11.0 mask 255.255.255.0 192.168.10.1
 
}}}
 
  
 +
<code>
 +
route add 192.168.11.0 mask 255.255.255.0 192.168.10.1
 +
</code>
  
 
== FAQ ==
 
== FAQ ==
  
 
[[Category:VPN]]
 
[[Category:VPN]]

Revision as of 15:22, 24 April 2018

Contents

1 PPTP Server

PPTP server can provide PPTP VPN service for external users to connect.

  • You can check VPN clients ip addresses and usernames in "Real-time Bandwidth".
  • VPN users are not be applied by Access_Policy.
  • Activity of VPN users won't be recorded by Internet Usage.

2 PPTP Settings

Description of PPTP settings:

  • Users: only "local users" with "VPN" priviledge have VPN access.
  • IP Range: the ip addresses to be assigned to VPN clients. (Must be a LAN subnet)
  • Protocols: supported auth protocols, which shall be consistence with VPN client settings.
  • MPPE: when enabled, PPTP server will require 128bit MPPE stateless encryption.

Faq pptp001.png

  • If you want to assign static ip and limit bandwidth to PPTP clients, you need to setup "PPPoE Property" in "Accounts" settings.

Faq pptp002.png

3 Multiple Subnets

PPTP clients can only belongs to one subnet. If your network has multiple subnets, you need to add route in client pc to access other subnets. For example, the server side has two subnets 192.168.10.x and 192.168.11.x. PPTP works in 192.168.10.x. To access another subnet, you need to execute below command in client:

route add 192.168.11.0 mask 255.255.255.0 192.168.10.1

4 FAQ

Personal tools
Namespaces

Variants
Actions
Navigation
Tools