Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:vpn:pptp:server [2023/01/17 04:33] – [PPTP server] update infobox vgaetera | docs:guide-user:services:vpn:pptp:server [2023/03/14 13:32] – consolidate variable naming vgaetera | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| * This how-to describes the method for setting up [[wp> | * This how-to describes the method for setting up [[wp> | ||
| - | * Follow [[docs: | + | * Follow [[docs: |
| ===== Goals ===== | ===== Goals ===== | ||
| Line 20: | Line 20: | ||
| # Configuration parameters | # Configuration parameters | ||
| - | PPTP_POOL=" | + | VPN_POOL=" |
| - | PPTP_USER=" | + | VPN_USER=" |
| - | PPTP_PASS=" | + | VPN_PASS=" |
| </ | </ | ||
| Line 61: | Line 61: | ||
| uci set pptpd.pptpd.enabled=" | uci set pptpd.pptpd.enabled=" | ||
| uci set pptpd.pptpd.logwtmp=" | uci set pptpd.pptpd.logwtmp=" | ||
| - | uci set pptpd.pptpd.localip=" | + | uci set pptpd.pptpd.localip=" |
| - | uci set pptpd.pptpd.remoteip=" | + | uci set pptpd.pptpd.remoteip=" |
| uci -q delete pptpd.@login[0] | uci -q delete pptpd.@login[0] | ||
| uci set pptpd.client=" | uci set pptpd.client=" | ||
| - | uci set pptpd.client.username=" | + | uci set pptpd.client.username=" |
| - | uci set pptpd.client.password=" | + | uci set pptpd.client.password=" |
| uci commit pptpd | uci commit pptpd | ||
| / | / | ||