source: genesis/nodes/CNodeUniGor1/wleiden.yaml@ 10884

Last change on this file since 10884 was 10884, checked in by rick, 14 years ago

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16782"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45961"
10masterip : "172.17.35.1"
11nodename : "UniGor1"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting oost"
21 interface : "ath0"
22 ip : "172.17.35.1/24"
23 desc : "AP Richting O"
24 sdesc : "ap-o"
25 mode : "ap"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-WirelessLeiden-Unigor-oost"
29 dhcp : "10-250"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet"
36 interface : "vr0"
37 ip : "172.19.128.65/28"
38 desc : "Ethernet naar server en Gorlaeus nodes"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : False
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "A link naar Cope via nanostation 1"
48 interface : "vr1"
49 ip : "172.16.3.185/29"
50 desc : "A Link naar Cope"
51 sdesc : "2cope"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "128"
56 ssid : "il-zo.unigor1.wleiden.net"
57 dhcp : False
58 compass : "zo"
59 ns_ip : "172.16.3.186/29"
60 ns_mac : "00:15:6d:f2:38:a0"
61 status : "up"
62
63
64iface_vr1_alias0:
65 comment : "A link naar LUMC"
66 interface : "vr1:0"
67 ip : "172.16.4.81/29"
68 sdesc : "2lumc"
69 type : "eth"
70 dhcp : False
71 compass : "None"
72 status : "up"
73
74
75iface_vr2:
76 comment : "A link naar Robijn via nanostation 2"
77 interface : "vr2"
78 ip : "172.16.5.217/29"
79 desc : "Link naar Robijn"
80 sdesc : "2robijn"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "104"
85 ssid : "il-z.unigor1.wleiden.net"
86 dhcp : False
87 compass : "z"
88 ns_ip : "172.16.5.218/29"
89 ns_mac : "00:15:6d:f2:38:bd"
90 status : "up"
91
92
93iface_vr2_alias0:
94 comment : "A Link naar Zwaluwak via nanostation 2"
95 interface : "vr2:0"
96 ip : "172.16.3.69/30"
97 desc : "Link naar Zwaluwak"
98 sdesc : "2zwaluwak"
99 type : "eth"
100 dhcp : False
101 compass : "None"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.