This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pptp_nat_traversal [2012/07/06 22:44] ispyisail created |
pptp_nat_traversal [2013/05/21 16:03] (current) eric |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | PPTP NAT Traversal | ||
+ | ====== PPTP NAT Traversal ====== | ||
+ | |||
+ | ===== Introduction ===== | ||
+ | | ||
This is how to get a stable solution for establishing PPTP tunnels from one or multiple LAN clients to one or multiple WAN servers passing through OpenWRT' | This is how to get a stable solution for establishing PPTP tunnels from one or multiple LAN clients to one or multiple WAN servers passing through OpenWRT' | ||
- | Background | + | ===== Background |
PPTP utilizes the Generic Routing Encapsulation (GRE) protocol for its point-to-point tunnel. As a pure IP protocol GRE uses only IP addresses but no port numbers giving the router' | PPTP utilizes the Generic Routing Encapsulation (GRE) protocol for its point-to-point tunnel. As a pure IP protocol GRE uses only IP addresses but no port numbers giving the router' | ||
- | Install Packages | + | ===== Install Packages |
+ | < | ||
opkg update | opkg update | ||
opkg install kmod-ipt-nathelper-extra | opkg install kmod-ipt-nathelper-extra | ||
+ | </ | ||