source: genesis/nodes/UniGorN/wleiden.yaml@ 13613

Last change on this file since 13613 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16825"
7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
8longitude : "4.45966"
9masterip : "172.19.135.1"
10monitoring_group: "wleiden"
11nodename : "UniGorN"
12nodetype : "Hybrid"
13rdnap_x : 91544
14rdnap_y : 464861
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP Oegstgeest richting N"
26 ip : "172.19.135.1/24"
27 sdesc : "n"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:0b:6b:34:5e:b6"
33 dhcp : "10-250"
34 compass : "n"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Kaag2"
40 ip : "172.16.17.73/29"
41 sdesc : "2kaag2"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "52"
46 ssid : "il-no.unigorn.wleiden.net"
47 dhcp : False
48 compass : "no"
49 ns_ip : "172.16.17.74/29"
50 ns_mac : "00:27:22:10:fd:f8"
51 bridge_type: "NanoStation M5"
52 status : "up"
53
54
55iface_ue0_alias0:
56 comment : "A Link naar Hofwijck"
57 ip : "172.16.17.233/29"
58 sdesc : "2hofwijck"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr0:
65 comment : "A Link naar Aster"
66 ip : "172.16.17.97/29"
67 sdesc : "2Aster"
68 mode : "station-wds"
69 type : "eth"
70 channel : "104"
71 ssid : "il-o.unigorn.wleiden.net"
72 dhcp : False
73 compass : "nw"
74 ns_ip : "172.16.17.98/29"
75 ns_mac : "00:15:6d:ea:f0:64"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr0_alias0:
81 comment : "A Link naar Psycho"
82 ip : "172.16.16.105/29"
83 sdesc : "2Psycho"
84 type : "eth"
85 dhcp : False
86 status : "up"
87
88
89iface_vr0_alias1:
90 comment : "A Link naar KWVuurbaak"
91 ip : "172.16.5.97/29"
92 sdesc : "2vuurbaak"
93 type : "eth"
94 dhcp : False
95 status : "up"
96
97
98iface_vr1:
99 comment : "Link naar Rustenborch"
100 ip : "172.16.17.241/29"
101 sdesc : "2rustenborch"
102 mode : "station-wds"
103 type : "eth"
104 channel : "128"
105 ssid : "il-n.unigorn.wleiden.net"
106 dhcp : False
107 compass : "n"
108 ns_ip : "172.16.17.242/29"
109 ns_mac : "00:15:6d:f2:37:fa"
110 bridge_type: "NanoStation5"
111 status : "up"
112
113
114iface_vr1_alias0:
115 comment : "Link via NS5 172.16.6.130 DC:9F:DB:64:2D:23 (nieuw) to LIACS 172.16.6.131 en .132"
116 ip : "172.16.6.129/29"
117 sdesc : "2liacs"
118 type : "eth"
119 dhcp : False
120 status : "up"
121
122
123iface_vr1_alias1:
124 comment : "Link naar LIACS Sunny"
125 ip : "172.16.4.45/30"
126 sdesc : "2sunny"
127 type : "eth"
128 dhcp : False
129 status : "up"
130
131
132iface_vr2:
133 comment : "EthernetLink naar UniGor nodes"
134 ip : "172.19.128.67/28"
135 sdesc : "2unigor"
136 type : "eth"
137 dhcp : False
138 status : "up"
139
140
Note: See TracBrowser for help on using the repository browser.