VOG V Posted September 18, 2019 Share Posted September 18, 2019 Замечена следующая проблема: Если на Кинетике настроен IPV6, то: 1. При вводе в адресной строке браузера my.keenetic.net редирект на адрес вида 123456.keenetic.io завершается ошибкой 2. При переходе на свой (настроен IPV6) домен myname.keenetic.pro - все ОК 3. При переходе на домен второго роутера на котором также настроен IPV6 - все ОК 4. При переходе на домен третьего роуетра а котором не нестроен IPV6 - ошибка При отключении IPV6 все домены становятся вновь доступными 3 Quote Link to comment Share on other sites More sharing options...
rustrict Posted September 18, 2019 Share Posted September 18, 2019 7 часов назад, VOG V сказал: 4. При переходе на домен третьего роуетра а котором не нестроен IPV6 - ошибка @Le ecureuil, подтверждаю: то же самое. Версия 2.16.D.1.0-0. Ставится галочка у Режим работы (IPv6), подключаешься по IPv6 к *.keenetic.pro на кинетик с IPv4-only и вылетает ошибка 0x22 (34) [ошибка определения IPv4 адреса клиента]. Пробуешь по IPv4 — всё ок: Скрытый текст Mac-mini:~ rustrict$ curl -v https://*.keenetic.pro * Rebuilt URL to: https://*.keenetic.pro/ * Trying 2a01:4f8:d1:1d00::103... * TCP_NODELAY set * Connected to *.keenetic.pro (2a01:4f8:d1:1d00::103) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH * successfully set certificate verify locations: * CAfile: /etc/ssl/cert.pem CApath: none * TLSv1.2 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Client hello (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS change cipher, Client hello (1): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-ECDSA-AES256-GCM-SHA384 * ALPN, server did not agree to a protocol * Server certificate: * subject: CN=keenetic.pro * start date: Aug 11 21:56:20 2019 GMT * expire date: Nov 9 21:56:20 2019 GMT * subjectAltName: host "*.keenetic.pro" matched cert's "*.keenetic.pro" * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. > GET / HTTP/1.1 > Host: *.keenetic.pro > User-Agent: curl/7.54.0 > Accept: */* > < HTTP/1.1 403 Forbidden < Content-Length: 20950 < Content-Type: text/html < Server: NDM NDNS < X-Detail: Unclassified (0x22) < Date: Wed, 18 Sep 2019 22:59:47 GMT <...> Mac-mini:~ rustrict$ curl -4v https://*.keenetic.pro * Rebuilt URL to: https://*.keenetic.pro/ * Trying 23.105.235.71... * TCP_NODELAY set * Connected to *.keenetic.pro (23.105.235.71) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH * successfully set certificate verify locations: * CAfile: /etc/ssl/cert.pem CApath: none * TLSv1.2 (OUT), TLS handshake, Client hello (1): * TLSv1.2 (IN), TLS handshake, Server hello (2): * TLSv1.2 (IN), TLS handshake, Certificate (11): * TLSv1.2 (IN), TLS handshake, Server key exchange (12): * TLSv1.2 (IN), TLS handshake, Server finished (14): * TLSv1.2 (OUT), TLS handshake, Client key exchange (16): * TLSv1.2 (OUT), TLS change cipher, Client hello (1): * TLSv1.2 (OUT), TLS handshake, Finished (20): * TLSv1.2 (IN), TLS change cipher, Client hello (1): * TLSv1.2 (IN), TLS handshake, Finished (20): * SSL connection using TLSv1.2 / ECDHE-RSA-CHACHA20-POLY1305 * ALPN, server accepted to use h2 * Server certificate: * subject: CN=*.keenetic.pro * start date: Sep 12 17:40:24 2019 GMT * expire date: Dec 11 17:40:24 2019 GMT * subjectAltName: host "*.keenetic.pro" matched cert's "*.keenetic.pro" * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 * SSL certificate verify ok. * Using HTTP2, server supports multi-use * Connection state changed (HTTP/2 confirmed) * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 * Using Stream ID: 1 (easy handle 0x7f8a71806c00) > GET / HTTP/2 > Host: *.keenetic.pro > User-Agent: curl/7.54.0 > Accept: */* > * Connection state changed (MAX_CONCURRENT_STREAMS updated)! < HTTP/2 200 < server: Web server < date: Wed, 18 Sep 2019 23:03:55 GMT < content-type: text/html; charset=utf-8 < content-length: 3004 < last-modified: Mon, 16 Sep 2019 19:11:54 GMT < vary: Accept-Encoding < etag: "5d7fde7a-bbc" < expires: Wed, 18 Sep 2019 23:03:55 GMT < cache-control: max-age=0 < cache-control: private < cache-control: must-revalidate < accept-ranges: bytes <...> 2 Quote Link to comment Share on other sites More sharing options...
ndm Posted September 19, 2019 Share Posted September 19, 2019 Действительно, @Le ecureuil кое-какой патч из 3-й ветки не перенес, это легко исправить. 1 1 Quote Link to comment Share on other sites More sharing options...
rustrict Posted February 12, 2020 Share Posted February 12, 2020 @Le ecureuil@ndm, похоже, что и в 2.16.D.1.0-1 патч не перенесли. Quote Link to comment Share on other sites More sharing options...
Le ecureuil Posted February 13, 2020 Share Posted February 13, 2020 10 часов назад, rustrict сказал: @Le ecureuil@ndm, похоже, что и в 2.16.D.1.0-1 патч не перенесли. Да, я про него забыл - все же куча исправлений была. В следующем выпуске будет. 2 Quote Link to comment Share on other sites More sharing options...
VOG V Posted February 13, 2020 Author Share Posted February 13, 2020 1 минуту назад, Le ecureuil сказал: Да, я про него забыл - все же куча исправлений была. В следующем выпуске будет. Очень надеюсь! Заранее спасибо Quote Link to comment Share on other sites More sharing options...
Le ecureuil Posted March 7, 2020 Share Posted March 7, 2020 Поправлено в 2.16.D.1.0-2. 5 Quote Link to comment Share on other sites More sharing options...
VOG V Posted March 7, 2020 Author Share Posted March 7, 2020 @Le ecureuil огромное спасибо! 1 1 Quote Link to comment Share on other sites More sharing options...
Иван Петров Posted March 8, 2020 Share Posted March 8, 2020 2.16.D.1.0-2 где можно скачать? Quote Link to comment Share on other sites More sharing options...
Mamay Posted March 8, 2020 Share Posted March 8, 2020 7 минут назад, Иван Петров сказал: 2.16.D.1.0-2 где можно скачать? Файлом вряд-ли. В cli: > components list draft > components commit Quote Link to comment Share on other sites More sharing options...
Иван Петров Posted March 8, 2020 Share Posted March 8, 2020 Стоит 2.16.D.1.0-1 включено автообновление - 2.16.D.1.0-2 не прилетело. Через Файлом вряд-ли. В cli: > components list draft > components commit - появляется 2.16.D.1.0-1 Quote Link to comment Share on other sites More sharing options...
krass Posted March 8, 2020 Share Posted March 8, 2020 2 часа назад, Иван Петров сказал: Стоит 2.16.D.1.0-1 включено автообновление - 2.16.D.1.0-2 не прилетело. У вас KN-1910 ? Если да,то: > components list legacy > components commit 1 Quote Link to comment Share on other sites More sharing options...
Mamay Posted March 8, 2020 Share Posted March 8, 2020 2 часа назад, Иван Петров сказал: Стоит 2.16.D.1.0-1 включено автообновление - 2.16.D.1.0-2 не прилетело. Через Файлом вряд-ли. В cli: > components list draft > components commit - появляется 2.16.D.1.0-1 С утра у вас в подписи стоял Keenetic 4G III. Для той модели я указал верное решение. Для viva вам указал верное решение @krass Quote Link to comment Share on other sites More sharing options...
Иван Петров Posted March 8, 2020 Share Posted March 8, 2020 Да у меня Viva (KN-1910). Не помогло > components list legacy> components commit. Может провайдер стоит IPv6-адрес Quote Link to comment Share on other sites More sharing options...
krass Posted March 8, 2020 Share Posted March 8, 2020 (edited) 1 минуту назад, Иван Петров сказал: Да у меня Viva (KN-1910). Не помогло > components list legacy> components commit. Может провайдер стоит IPv6-адрес А что происходит после ввода 2 команды? Edited March 8, 2020 by krass Quote Link to comment Share on other sites More sharing options...
Иван Петров Posted March 8, 2020 Share Posted March 8, 2020 Происходит обновление и перегрузка роутера Quote Link to comment Share on other sites More sharing options...
krass Posted March 8, 2020 Share Posted March 8, 2020 @Le ecureuil Возможно, что-то не так со сборкой 2.16.D.1.0-2 для кн-1910. Проверьте,пожалуйста. 1 Quote Link to comment Share on other sites More sharing options...
Le ecureuil Posted March 8, 2020 Share Posted March 8, 2020 Да, видимо не собралось. Поставил на пересборку. 2 1 Quote Link to comment Share on other sites More sharing options...
Иван Петров Posted March 8, 2020 Share Posted March 8, 2020 (edited) Загрузилось - спасибо Edited March 8, 2020 by Иван Петров Quote Link to comment Share on other sites More sharing options...
Иван Петров Posted March 18, 2020 Share Posted March 18, 2020 Версия 2.16.D.2.0-1 не загружается на Viva (KN-1910) - Проверьте,пожалуйста. Quote Link to comment Share on other sites More sharing options...
Le ecureuil Posted March 18, 2020 Share Posted March 18, 2020 1 час назад, Иван Петров сказал: Версия 2.16.D.2.0-1 не загружается на Viva (KN-1910) - Проверьте,пожалуйста. Зачем вот во все темы спамить? 1 Quote Link to comment Share on other sites More sharing options...
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.