Страница 1 из 1
mpd5 pptp client
Добавлено: 2013-06-05 11:51:51
artem20041991
Сервер FreeBSD 9.1 stable amd64 интернет подключен через mpd5 pptp client к серверу mpd5, при визическом разрыве соединения (выдернув провод) все нормально переподключаеться, а при кике сервера если вдруг надо сменить адрес IP mpd5 pptp client не переподключаеться и нечего не пишет в логи... Настройки клиента по умолчанию..
Re: mpd5 pptp client
Добавлено: 2013-06-05 15:34:32
Bayerische
Re: mpd5 pptp client
Добавлено: 2013-06-05 17:26:41
artem20041991
Код: Выделить всё
pptp_client:
#
# PPTP client: only outgoing calls, auto reconnect,
# ipcp-negotiated address, one-sided authentication,
# default route points on ISP's end
#
create bundle static B1
set iface route default
set ipcp ranges 0.0.0.0/0 0.0.0.0/0
create link static L1 pptp
set link action bundle B1
set auth authname MyLogin
set auth password MyPass
set link max-redial 0
set link mtu 1460
set link keep-alive 20 75
set pptp peer 1.2.3.4
set pptp disable windowing
open
вот такие те что в файле
mpd.conf.sample