source: genesis/nodes/Rick2/wleiden.yaml@ 13814

Last change on this file since 13814 was 13745, checked in by rick, 8 years ago

Adding Rick2 which is a development/dummy node.

It will be connected used a switch to Rick/JVC links,
using aliased interfaces, this will ensure the path will be longer and no
production traffic will pass trough the node.

Will be used for development of captive portal, dns, etc...

File size: 1.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.145"
8location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
9longitude : "4.517"
10masterip : "172.17.29.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rick2"
13nodetype : "Hybrid"
14portal_sponsor: "Free-WiFi Zoeterwoude"
15portal_url: "http://www.wirelessleiden.nl/"
16rdnap_x : 95421
17rdnap_y : 462103
18release : "11.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: False
24status : "down"
25
26iface_bridge0:
27 comment : "Access Points"
28 type : "eth"
29 ip : "172.17.29.1/24"
30 dhcp : "10-240"
31
32
33iface_ath0:
34 comment : "Ap binnen"
35 parent : "bridge0"
36 sdesc : "apbinnen"
37 mode : "ap"
38 type : "11g"
39 channel : 6
40 ssid : "WiFi Zoeterwoude Development"
41 status : "up"
42
43iface_vr0:
44 comment : "Link naar Rick"
45 ip : "172.16.6.121/29"
46 sdesc : "2rick"
47 type : "eth"
48 dhcp : False
49 status : "up"
50
51iface_vr0_alias0:
52 comment : "Link naar JVC"
53 ip : "172.16.7.129/29"
54 sdesc : "2rick"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59iface_vr1:
60 comment : "Development AP Ethernet Interface"
61 parent : "bridge0"
62 sdesc : "2ap"
63 type : "eth"
64 status : "up"
65
66iface_vr2:
67 comment : "Development Interlink Interface"
68 ip : "172.16.6.118/29"
69 sdesc : "2unused"
70 type : "eth"
71 dhcp : False
72 status : "up"
Note: See TracBrowser for help on using the repository browser.