Jump to content

r13

Forum Members
  • Posts

    5249
  • Joined

  • Last visited

  • Days Won

    67

Posts posted by r13

  1. 50 минут назад, renne сказал:

    INWX uses https://dyndns.inwx.com/nic/update?myip=<ipaddr>&myipv6=<ip6addr> as update_url.

    Both, the IPv4 and the IPv6 address have to be updated in a single call to the API.

    KeeneticOS seems to send the IPv4 address and no IPv6 address.
     

    How can we enable IPv6 for DynDNS?

    Thanx for any hint! :-)

    Your configuration should be like this to update both addresses:

    dyndns profile _WEBADMIN
        type custom
        no send-address
        url https://dyndns.inwx.com/nic/update?myip=${ip}&myipv6=${ip6}
    

     

  2. 24 минуты назад, Denis P сказал:

    Жирно. Неужели quiche от cloudflare такой требовательный?

    С учетом что в кинетике стартует куча экземляров для политик вполне может жрать много.

  3. 21 час назад, Axo92 сказал:

    Thanks!

    Ok, I had a look at the documentation for the CLI.

    In the "ping-check" the parameter to add to do this should be "min-success".

    "Ping-check" It's currently only set to "max-fails" which is why I believe it does the "ping/pong" effect between the two WAN. Correct?

    Thank you in advance!

     

    Yes, correct, ping check is used to determine state of interfaces. Playing around with min-success/max-fails you can fine tune its sensitivity

    • Thanks 1
  4. Ipv6 configured only for Home segment by default.

    In case your provider gives you prefix greater then /64 you can configure Guest segment to enable ipv6 for it

    It is configured by cli commands

    open web console - my.keenetic.net/a and apply this commands: 

    ipv6 subnet Guest
    ipv6 subnet Guest bind Bridge1
    ipv6 subnet Guest number 1
    ipv6 subnet Guest mode slaac
    system configuration save

    Above set of commands will enable ipv6 for guest segment

     

     

     

    • Thanks 1
    • Upvote 2
  5. 1 час назад, Le ecureuil сказал:

    Сообщение про "rogue answer" я подправил, но не верю что это может быть причиной что "не работает". Это, вероятно, что-то еще: и вот это непонятно. Больше похоже что интернет "застрял" и не работает.

    Не, все работает, просто в логах много подобных записей.

  6. Как написал выше в моменте борьбы с проблемой doh были грохнуты(как возможный источник проблемы), но нет, не помогло

    Изначальный конфиг был типа такого

    Скрытый текст

    dns-proxy
        proceed 1
        rebind-protect auto
        tls upstream 8.8.8.8 sni dns.google.com
        tls upstream 8.8.4.4 sni dns.google.com
        tls upstream 1.1.1.1 sni cloudflare-dns.com
        tls upstream 1.0.0.1 sni cloudflare-dns.com
        tls upstream 9.9.9.9 sni dns.quad9.net
        tls upstream 149.112.112.112 sni dns.quad9.net
        https upstream https://dns.quad9.net/dns-query dnsm
        https upstream https://1.1.1.1/dns-query dnsm
        https upstream https://8.8.8.8/dns-query dnsm

    24 минуты назад, Le ecureuil сказал:

    Но в конфиге нет ничего про DoH и никаких фильтров. Тогда откуда там записи про DoH?

     

  7. @Le ecureuil  Сегодня в очередной раз что-то съехало в новом ДНС прокси,

    в логе  множественные записи вида

    [I] Feb 15 20:38:13 ndnproxy: rogue answer from 127.0.0.1:40548 (expect from 127.0.0.1:40552), ignore. 

    И dns стал полностью не рабочим, резолвинг не работал

    Поудалял doh, думал может это перезагрузит сервис, нет, не помогло.

    Селфтест следом

  8. 4 минуты назад, Ahmed Ensar сказал:

    Translate:

    ipv6 dns not being added. how do i add dns.

     

    Adguard ipv6 dns

    
    
    2a10:50c0::ad1:ff

    23.JPG.4d85421bfb8b1d4b914127bb12e4714e.JPG

    Hi

    its only possible via command line interface. GUI accepts only v4 addresses

    Command example for adding dns server: ipv6 name-server 2a10:50c0::ad1:ff

    • Thanks 2
×
×
  • Create New...