( _ventura_ | 2015. 12. 05., szo – 06:30 )

Nekem most ATW-től van ipv6 tunnelem, egyelőre a t-com nem üzemel. Jelenlegi konfig:
/etc/config/network -ben

config interface 'wan6'
option proto 'static'
option ifname 'atw6'

Ugye az atw6 maga az 6in4 tunnel az atw-felé.

Az atw6-interface megkapom /64 első IP-jét /128 ként, Így a /64 SLAAC val tolom a lan-ra következőképpen:
/etc/config/radvd

config interface
option interface 'lan'
option AdvSendAdvert '1'
list client ''
option ignore '0'
option IgnoreIfMissing '1'
option AdvSourceLLAddress '1'
option AdvDefaultPreference 'medium'

config route
option interface 'lan'
option AdvRoutePreference 'medium'
option ignore '0'
list prefix '2a01:270:dd02:2700::/64'

config rdnss
option interface 'lan'
list addr ''
option ignore '1'

config dnssl
option interface 'lan'
list suffix ''
option ignore '1'

config prefix
option ignore '0'
option interface 'lan'
option AdvOnLink '1'
option AdvAutonomous '1'
list prefix '2a01:270:dd02:2710::/64'
option AdvRouterAddr '1'

Az ujabb openwrt-ekben már nem ajnlák a radvd-t, hanem az odhcpd, meg mert az tud dhcpv6, SLAAC-t is. Az előző t-com os konfigom azzal volt, de az most nincsen meg.

Fedora 22, Thinkpad x220