a3lex Posted June 5, 2013 (edited) Господа! Ткните носом. Создаю pptp клиента на микротике, но он понимает только ip адреса сервера, а у меня сервер ddns, т.е. надо прописать имя. Не дает(( Edited June 5, 2013 by a3lex Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
geniyv Posted June 5, 2013 версия какая? Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
a3lex Posted June 5, 2013 (edited) версия какая? 5.25! Не в версии дело. Edited June 5, 2013 by a3lex Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Zaebasto Posted June 5, 2013 скриптом решается эта проблема Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Saab95 Posted June 5, 2013 Еще можно белый адрес заиметь в одном месте и все проблемы сразу снимаются. Это лучше чем с ddns мучиться. Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
p9160ff Posted June 6, 2013 Еще можно белый адрес заиметь в одном месте и все проблемы сразу снимаются. Это лучше чем с ddns мучиться. Тут самое место ТП-Линк. LOL Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
pandel Posted June 6, 2013 есть рабочий скрипт с уже заведеным логино на no-ip могу скинуть после работы, можете юзать, мне не нужен Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Nick_name Posted June 6, 2013 (edited) # Define User Variables :global dnshost "DNS имя нашего сервера" :global pptpiface "имя нашего PPTP интерфейса" :if ([interface pptp-client get $pptpiface running] = false) do={ /ip dns cache flush :local currentip [:resolve $dnshost] /interface pptp-client set [/interface pptp-client find name="$pptpiface"] connect-to=$currentip :log info "PPTP_CHG_IP: IP changed new $currentip" } Edited June 6, 2013 by Nick_name Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
a3lex Posted June 6, 2013 # Define User Variables :global dnshost "DNS имя нашего сервера" :global pptpiface "имя нашего PPTP интерфейса" :if ([interface pptp-client get $pptpiface running] = false) do={ /ip dns cache flush :local currentip [:resolve $dnshost] /interface pptp-client set [/interface pptp-client find name="$pptpiface"] connect-to=$currentip :log info "PPTP_CHG_IP: IP changed new $currentip" } Спасибо большущее! Все работает! ))) Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...