diff options
author | Kozlov Dmitry <dima@server> | 2010-09-10 11:58:34 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-09-10 11:58:34 +0400 |
commit | c471cd62571f654b92bad0bd9f431927758f4d45 (patch) | |
tree | 8f08d11522ae9b3d0e2c44d04746ca0f0e5ed22c /accel-pptpd/accel-pptpd.conf | |
parent | 35d38d2c3f3db22216d43604b8750ecb6089e525 (diff) | |
download | accel-ppp-c471cd62571f654b92bad0bd9f431927758f4d45.tar.gz accel-ppp-c471cd62571f654b92bad0bd9f431927758f4d45.zip |
ippool: implemented module ippool which gives IP address from configurable ranges
Diffstat (limited to 'accel-pptpd/accel-pptpd.conf')
-rw-r--r-- | accel-pptpd/accel-pptpd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accel-pptpd/accel-pptpd.conf b/accel-pptpd/accel-pptpd.conf index 9d5aa9b2..206c9d2d 100644 --- a/accel-pptpd/accel-pptpd.conf +++ b/accel-pptpd/accel-pptpd.conf @@ -31,4 +31,6 @@ verbose=1 192.168.10.20-20 [ip-pool] -192.168.100.200/24 +#gw-ip-address=192.168.100.10 +gw=192.168.100.210-211 +tunnel=192.168.100.200-201 |