Difference between revisions of "OpenWRT IPv6: Konfigurasi OLSR 6and4"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (New page: Sumber: https://dev.openwrt.org/ticket/4803    I'm testing the olsr 6and4 configuration.  I'm using OpenWRT 8.09 branch with latest packages as 19/03/09  Looks like there is a bug when the...)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 2: | Line 2: | ||
| + | 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 :)  | ||
==Referensi==  | ==Referensi==  | ||
* https://dev.openwrt.org/ticket/4803  | * https://dev.openwrt.org/ticket/4803  | ||
Revision as of 13:07, 7 September 2014
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 :)