Temat: LEDE VPN PPTP
Witam
Odpalam LEDE i mam problem z ustawieniem serwera VPN PPTP. Tak jakby konfiguracja nie wczytywała zakresu IP dla serwera VPN
Sat Jan 6 11:59:36 2018 daemon.info pptpd[18826]: MGR: Maximum of 100 connections reduced to 3, not enough IP addresses given
Sat Jan 6 11:59:36 2018 daemon.info pptpd[18826]: MGR: Manager process started
Sat Jan 6 11:59:36 2018 daemon.info pptpd[18826]: MGR: Maximum of 3 connections available/etc/config/pptp
config service 'pptpd'
option 'enabled' '1'
option 'localip' '192.168.2.1'
option 'remoteip' '192.168.2.200-202'
config 'login'
option 'username' 'xxxx'
option 'password' 'xxxxxxxx'
option 'remoteip' '192.168.2.200'
config 'login'
option 'username' 'xxx'
option 'password' 'xxxxxx'
option 'remoteip' '192.168.2.201'
config 'login'
option 'username' 'xxx'
option 'password' 'xxx'
option 'remoteip' '192.168.2.202'SSH
root@WDR4300:~# /etc/init.d/pptpd stop
root@WDR4300:~# /etc/init.d/pptpd start
sh: out of range
root@WDR4300:~#Czy LEDE czyta jeszcze konfiguracje z innego pliku?
Z góry dzięki za pomoc.