alexunderboots Posted June 2, 2018 Posted June 2, 2018 (edited) Други, посоветуйте, как настроить сервер, для доспупа клиента из интернете в локальную сеть. За основу взял статью OpenVPN , сгенерил "secret". Выполнил команды через CLI. Клиент - Tunnelblick под макосью. Скормил ему отредактированный OVPN файл. Подключение проходит, но вылезает сообщение - this computer's apparent public ip address was not different after connecting to static-client ... Удаленную локальную сеть не вижу. Подскажите, что исправить? dev tun # 10.1.0.1 is our local VPN endpoint (office). # 10.1.0.2 is our remote VPN endpoint (home). ifconfig 10.1.0.1 10.1.0.2 cipher AES-128-CBC # Our pre-shared static key <secret> </secret> verb 3 dev tun remote 11111111.mykeenetic.ru # 10.1.0.2 is our local VPN endpoint (home). # 10.1.0.1 is our remote VPN endpoint (office). ifconfig 10.1.0.2 10.1.0.1 cipher AES-128-CBC <secret> </secret> verb 3 log.txt self-test.txt Edited June 2, 2018 by alexunderboots убрал технические комментарии Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.