From: Kosta Pribić Date: Fri, 16 Oct 2009 12:46:26 +0000 (+0200) Subject: autogenerirana IPv6 adresa treba biti iz trenutno aktualnog 2001::/16 jer alati tipa... X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=8a62cc50660d3037bb652cae7f60af8448c1a94a;p=imunes.git autogenerirana IPv6 adresa treba biti iz trenutno aktualnog 2001::/16 jer alati tipa route(8) i ip(8) provjeravaju takve stvari --- diff --git a/test2.imn b/test2.imn index d4e7c07..7eb6419 100644 --- a/test2.imn +++ b/test2.imn @@ -6,11 +6,11 @@ node n0 { ! interface eth0 ip address 10.0.0.10/24 - ipv6 address a:0::10/64 + ipv6 address 2001:a::10/64 ! ip route 0.0.0.0/0 10.0.0.1 ! - ipv6 route ::/0 a:0::1 + ipv6 route ::/0 2001:a::1 ! } canvas c0 @@ -27,7 +27,7 @@ node n1 { ! interface eth0 ip address 10.0.0.1/24 - ipv6 address a:0::1/64 + ipv6 address 2001:a::1/64 ! router rip redistribute static @@ -41,7 +41,7 @@ node n1 { redistribute connected redistribute ospf6 network ::/0 - network a:0::/64 + network 2001:a::/64 ! } canvas c0