From 8a62cc50660d3037bb652cae7f60af8448c1a94a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kosta=20Pribi=C4=87?= Date: Fri, 16 Oct 2009 14:46:26 +0200 Subject: [PATCH] autogenerirana IPv6 adresa treba biti iz trenutno aktualnog 2001::/16 jer alati tipa route(8) i ip(8) provjeravaju takve stvari --- test2.imn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5