diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-05 14:43:25 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-05 14:43:25 +0200 |
commit | 8e4a99716364e92cef9d7870149d75a57163f537 (patch) | |
tree | 18fdf71fbd165eeb8f3b32a49da03040a367d0c3 /config | |
parent | 0c583b94a530e2c34338a614689e0f9cec1e8664 (diff) |
use the dummy pptp proto handler script for testing
Diffstat (limited to 'config')
-rw-r--r-- | config/network | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/network b/config/network index 782557b..9703208 100644 --- a/config/network +++ b/config/network @@ -47,14 +47,13 @@ config interface wlan option ipaddr 192.168.2.1 option netmask 255.255.255.0 -config interface test - option ifname @test - option proto static - option ipaddr 192.168.5.1 - option netmask 255.255.255.0 +config interface pptp + option proto pptp + option server 1.1.1.1 config route option target 192.168.0.1 option netmask 24 option gateway 192.168.5.2 option interface wan + |