Всем привет.
Приобрел TP-LINK TL-WR842N(EU) Скачал вот эту прошивку h_t_t_p:\\dl.eko.one.pl/luci/chaos_calmer/ar71xx/luci-15.05-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin взял отсюда h_t_t_p_s:\\wiki.openwrt.org/toh/tp-link/tl-wr842nd
Далее перенастроил локальную сеть на адресацию 192.168.10.Х
DHCP выдает адреса из диапазона 192.168.10.100-150
Настроил конфигурацию PPTP по инструкции h_t_t_p_s:\\wiki.openwrt.org/doc/howto/vpn.server.pptpd
PPTP настроил.

config service 'pptpd'
    option 'enabled' '1'
    option 'localip' ‘192.168.10.1’
    option 'remoteip' '192.168.10.10-20’

config 'login'
    option 'username' ‘foo’
    option 'password' ‘bar’

Запустил. Клиенты подключаются по указанному логину-паролю, но адреса получают из сети 192.168.1.X
Куда копать?

==================================================================================


Hello.
I purchased TP-LINK TL-WR842N (EU) Downloaded this firmware h_t_t_p:\\dl.eko.one.pl/luci/chaos_calmer/ar71xx/luci-15.05-ar71xx-generic-tl-wr842n-v3-squashfs-factory.bin from here h_t_t_p_s:\\wiki.openwrt.org/toh/tp-link/tl-wr842nd
Then I reconfigured the local network to 192.168.10.X
DHCP provides addresses from the range 192.168.10.100-150
Configured PPTP configuration according to the instructions h_t_t_p_s:\\wiki.openwrt.org/doc/howto/vpn.server.pptpd
PPTP configured.

config service 'pptpd'
option 'enabled' '1'
option 'localip' '192.168.10.1'
option 'remoteip' '192.168.10.10-20'

config 'login'
option 'username' 'foo'
option 'password' 'bar'

Has started. Clients are connected at the specified login-password, but the addresses are received from the network
192.168.1.X


Where could I make a mistake?

(Last edited by sp01 on 30 Oct 2017, 12:52)