From: Josip Rodin Date: Sun, 13 Sep 2009 22:19:18 +0000 (+0200) Subject: jos malo test X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=0bebb5e2d38e2417753a7b9485659bec8e33094b;p=imunes.git jos malo test --- diff --git a/test3.imn b/test3.imn new file mode 100644 index 0000000..ff34391 --- /dev/null +++ b/test3.imn @@ -0,0 +1,93 @@ +node n0 { + type lanswitch + network-config { + hostname svitak + ! + } + canvas c0 + iconcoords {288.0 216.0} + labelcoords {288.0 240.0} + interface-peer {e0 n1} + interface-peer {e1 n2} + interface-peer {e2 n3} +} + +node n1 { + type pc + network-config { + hostname n1 + ! + interface eth0 + ip address 10.0.0.20/24 + ipv6 address a:0::20/64 + ! + } + canvas c0 + iconcoords {288.0 312.0} + labelcoords {288.0 344.0} + interface-peer {eth0 n0} +} + +node n2 { + type pc + network-config { + hostname n2 + ! + interface eth0 + ip address 10.0.0.21/24 + ipv6 address a:0::21/64 + ! + } + canvas c0 + iconcoords {432.0 216.0} + labelcoords {432.0 248.0} + interface-peer {eth0 n0} +} + +node n3 { + type pc + network-config { + hostname n3 + ! + interface eth0 + ip address 10.0.0.22/24 + ipv6 address a:0::22/64 + ! + } + canvas c0 + iconcoords {144.0 216.0} + labelcoords {144.0 248.0} + interface-peer {eth0 n0} +} + +link l0 { + nodes {n1 n0} + bandwidth 0 +} + +link l1 { + nodes {n0 n2} + bandwidth 0 +} + +link l2 { + nodes {n3 n0} + bandwidth 0 +} + +canvas c0 { + name {Canvas0} +} + +option show { + interface_names yes + ip_addresses yes + ipv6_addresses no + node_labels yes + link_labels yes + ipsec_configs yes + background_images no + annotations yes + grid yes +} +