From 3cfa11c259d140d6a2c43d11e7ba809eb7ff08bc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 22 Dec 2009 16:29:36 -0500 Subject: Unbreak remote-ip box. Mpd is now starting for ppptp server --- usr/local/www/vpn_pptp.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'usr/local/www/vpn_pptp.php') diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index 5dbe4d1..d0ba58e 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -100,7 +100,7 @@ if ($_POST) { } if (!$input_errors) { - $_POST['remoteip'] = $pconfig['remoteip'] = gen_subnet($_POST['remoteip'], $_POST['pptp_subnet']); + $_POST['remoteip'] = gen_subnet($_POST['remoteip'], $_POST['pptp_subnet']); $subnet_start = ip2long($_POST['remoteip']); $subnet_end = ip2long($_POST['remoteip']) + $_POST['n_pptp_units'] - 1; @@ -375,19 +375,6 @@ function enable_change(enable_over) { for all clients. - Remote address - range - - - / - -
- Specify the starting address for the client IP address subnet.
- The PPTP server will assign - - addresses, starting at the address entered above, to clients. - - PPTP DNS Servers -- cgit v1.1