Difference between revisions of "OLSR - di Ubuntu IPv6"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 18: | Line 18: | ||
} | } | ||
− | InterfaceDefaults { | + | InterfaceDefaults |
+ | { | ||
} | } | ||
Revision as of 16:18, 21 October 2014
Agar dapat jalan sekaligus IPv4 dan IPv6, lakukan:
ifconfig wlan0 ip -6 addr add 2001:123:123::123/64 dev wlan0
/etc/olsrd4.conf
IpVersion 4 Hna4 { } LinkQualityFishEye 0 LoadPlugin "olsrd_txtinfo.so.0.1" { } InterfaceDefaults { } Interface "wlan0" { }
/etc/olsrd6.conf
# DebugLevel 0 AllowNoInt yes IpVersion 6 FIBMetric "flat" LinkQualityLevel 2 LinkQualityAlgorithm "etx_ff" OlsrPort 698 Willingness 3 NatThreshold 1.0 SmartGateway yes SmartGatewayUplink "both" Hna4 { } Hna6 { } LoadPlugin "olsrd_arprefresh.so.0.1" { } LoadPlugin "olsrd_dyn_gw.so.0.5" { } LoadPlugin "olsrd_txtinfo.so.0.1" { } InterfaceDefaults { } Interface "wlan0" { Mode "mesh" }
Jalankan
olsrd -f /etc/olsrd4.conf -nofork & olsrd -f /etc/olsrd6.conf -nofork &