• Welcome to Yggdrasil Community.
 

News:

Welcome to Yggdrasil forum! It is maintained and administrated by Revertron, you can ask me questions in Telegram, Matrix and Fediverse.
This forum is created to provide a platform where your questions and their answers will not get lost like in all messengers, but to be available for all users for years.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - 3MMM

#1
Обсуждение Yggdrasil / yggdrasil на openwrt
November 25, 2021, 11:48:21 AM
На OpenWrt 21.05.2 установил yggdrasil
opkg update
opkg install luci-app-yggdrasil

прописал пиры
прописал несколько адресов DNS в Сеть -> DHCP и DNS -> Перенаправление запросов DNS
325:5a4:d1c9:db96::53
324:71e:281a:9ed3::53
302:db60::53
300:6223::53
302:7991::53
300:170::53

ping на ipv6 адрес идет:
root@OpenWrt:~# ping -c 4 200:6223::d35b:1fd8:be0d:2841
PING 200:6223::d35b:1fd8:be0d:2841 (200:6223::d35b:1fd8:be0d:2841): 56 data bytes
64 bytes from 200:6223::d35b:1fd8:be0d:2841: seq=0 ttl=64 time=181.085 ms
64 bytes from 200:6223::d35b:1fd8:be0d:2841: seq=1 ttl=64 time=182.577 ms
64 bytes from 200:6223::d35b:1fd8:be0d:2841: seq=2 ttl=64 time=180.542 ms
64 bytes from 200:6223::d35b:1fd8:be0d:2841: seq=3 ttl=64 time=180.188 ms

--- 200:6223::d35b:1fd8:be0d:2841 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 180.188/181.098/182.577 ms
root@OpenWrt:~#

ping на имя не идет:

root@OpenWrt:~# ping -c 4 www.sites.ygg
ping: bad address 'www.sites.ygg'
root@OpenWrt:~#

Где я что упустил?