OpenWRT IPv6: Konfigurasi OLSR 6and4
Revision as of 13:07, 7 September 2014 by Onnowpurbo (talk | contribs)
Sumber: https://dev.openwrt.org/ticket/4803
Agar OLSR dapat beroperasi sekaligus untuk IPv4 & IPv6 kita harus menggunakan IpVersion '6and4'.
Kita dapat mengedit file
/etc/config/olsrd
Misalnya, sebagai berikut
config olsrd
# uncomment the following line to use a custom config file instead:
#option config_file '/etc/olsrd.conf'
option IpVersion '6and4'
config Interface
list interface 'ninuxif'
config 'Hna4'
option 'netaddr' '192.168.1.0'
option 'netmask' '255.255.255.0'
config 'Hna6'
option 'netaddr' '2002::'
option 'prefix' '64'
cocokan dengan kondisi jaringan anda :)