Настройка VPN Антизапрет на роутере Asus RT-N56U (Padavan)

  • Тип настройки: VPN
  • Тип проблемы: не работают все заблокированные сайты
  • Что с сайтом: вместо сайта открывается страница-заглушка
  • Используемый браузер: любой (напр. Chromium 109.0.5414.74)

Описание проблемы

Вдохновлялся этой темой
Ключи брал тут
Скрин VPN

Расширенная конфигурация

# Custom user conf file for OpenVPN client
# Please add needed params only!

### Authenticate packets with HMAC using message digest algorithm
auth SHA1      # SHA1 160 bit (default)
;auth SHA256    # SHA256 256 bit
;auth SHA512    # SHA512 512 bit

### Encrypt packets with cipher algorithm
cipher BF-CBC        # Blowfish 128 bit (default)
;cipher AES-128-CBC   # AES 128 bit
;cipher AES-256-CBC   # AES 256 bit
;cipher DES-EDE3-CBC  # Triple-DES 192 bit
;cipher none          # No encryption

### Enable LZO compression on the VPN link
comp-lzo

### If your server certificates with the nsCertType field set to "server"
;ns-cert-type server

### All outgoing IP traffic will be redirected over the VPN
;redirect-private def1

### Process priority level (0..19)
nice 3

### Syslog verbose level
verb 3
mute 10

nobind
client

remote v.31337.lol
remote-cert-tls server

dev tun
proto tcp
cipher AES-128-CBC
setenv opt data-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC

resolv-retry infinite
persist-key
persist-tun

setenv FRIENDLY_NAME "AntiZapret VPN TCP (the new one)"

# Keys
ca ca.crt
cert antizapret-client-shared.crt
key antizapret-client-shared.key

Скрин ключи

Лог

Apr  3 17:21:52 RT-N56U: starting OpenVPN client...
Apr  3 17:21:52 openvpn-cli[12769]: Unrecognized option or missing parameter(s) in client.conf:26: data-ciphers (2.3.10)
Apr  3 17:21:52 openvpn-cli[12769]: OpenVPN 2.3.10 mipsel-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Jan 31 2016
Apr  3 17:21:52 openvpn-cli[12769]: library versions: OpenSSL 1.0.1r  28 Jan 2016, LZO 2.09
Apr  3 17:21:52 openvpn-cli[12770]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Apr  3 17:21:52 openvpn-cli[12770]: Cannot load certificate file antizapret-client-shared.crt: error:02001002:lib(2):func(1):reason(2): error:2006D080:lib(32):func(109):reason(128): error:140AD002:lib(20):func(173):reason(2)
Apr  3 17:21:52 openvpn-cli[12770]: Exiting due to fatal error

Что я сделал не так? Хелп.

Судя по скрину с ключами, имена файлов для cert и key ошибочные в конфиге. Должны быть client.crt и client.key

Поправил (правильно ли понял?):

# Keys
ca ca.crt
cert client.crt
key client.key

Суть не поменялась

Apr  4 16:50:53 RT-N56U: starting OpenVPN client...
Apr  4 16:50:53 openvpn-cli[13016]: Unrecognized option or missing parameter(s) in client.conf:26: data-ciphers (2.3.10)
Apr  4 16:50:53 openvpn-cli[13016]: OpenVPN 2.3.10 mipsel-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Jan 31 2016
Apr  4 16:50:53 openvpn-cli[13016]: library versions: OpenSSL 1.0.1r  28 Jan 2016, LZO 2.09
Apr  4 16:50:53 openvpn-cli[13017]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Apr  4 16:50:53 openvpn-cli[13017]: Cannot load certificate file client.crt: error:02001002:lib(2):func(1):reason(2): error:2006D080:lib(32):func(109):reason(128): error:140AD002:lib(20):func(173):reason(2)
Apr  4 16:50:53 openvpn-cli[13017]: Exiting due to fatal error

У Вас очень старая прошивка. Обновите на актуальную, в теме есть ссылка.

3.4.3.9-099 последняя или я что-то пропустил?

Да, сборка 2016 года. Поищите максимально свежую на 4pda для этого роутера

VPN сервер антизапрета?