牛若さんや、きしかいせいさんも来ていただいてありがとうございました!!
Bon Odre
https://x.com/hashtag/%E3%81%BC%E3%82%93%E3%81%8A%E3%81%A9%E3%82%8C?src=hashtag_click&f=live
Antibodies Collective
YAMAHA DXR10mkII
https://www.soundhouse.co.jp/products/detail/item/264809/
#声日記
LISTENで開く参考になったOpenWrtでipip6による固定IP接続を行うための情報源
接続までとっても苦労したのでw、我が家でうまく行っている設定を載せておきます






root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.device='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd06:xxxx:xxx::/48'
network.globals.packet_steering='1'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='eth0'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.ipaddr='192.168.x.xxx'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='64'
network.lan.ip6hint='1'
network.wan=interface
network.wan.proto='ipip6'
network.wan.peeraddr='2404:9200:xxx:xxx::65'
network.wan.ip4ifaddr='118.153.xxx.xxx'
network.wan.tunlink='wan6'
network.wan.encaplimit='ignore'
network.wan.ip6assign='64'
network.wan.ip6class='wan6'
network.wan.ip6ifaceid='::0076:99xx:xxxx:0000'
network.wan.ip6addr='240b:250:98xx:xxxx:xxxx:xxxx:xxxx:0000'
network.wan.mtu='1460'
network.wan6=interface
network.wan6.device='eth1'
network.wan6.proto='dhcpv6'
network.wan6.reqaddress='try'
network.wan6.reqprefix='auto'
network.wan6.norelease='1'
network.wan6.ifaceid='::0076:xxxx:xxxx:0000' Speedtest by Ookla
Server: GSL Networks - Tokyo (id: 50686)
ISP: au one net
Idle Latency: 11.90 ms (jitter: 0.41ms, low: 11.47ms, high: 12.19ms)
Download: 7274.00 Mbps (data used: 8.9 GB)
32.59 ms (jitter: 27.71ms, low: 11.33ms, high: 532.65ms)
Upload: 6592.41 Mbps (data used: 8.1 GB)
14.33 ms (jitter: 2.29ms, low: 11.09ms, high: 20.31ms)
Packet Loss: 0.5%
#声日記
LISTENで開く