source: genesis/nodes/CNodeUniGorN/wleiden.yaml@ 10891

Last change on this file since 10891 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16825"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45966"
10masterip : "172.19.135.1"
11nodename : "UniGorN"
12nodetype : "CNode"
13rdnap_x : 91544
14rdnap_y : 464861
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Oegstgeest richting N"
21 ip : "172.19.135.1/26"
22 sdesc : "n"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-n.unigorn.wleiden.net"
27 dhcp : "10-60"
28 compass : "n"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Link naar Kaag2"
34 ip : "172.16.17.73/29"
35 sdesc : "2kaag2"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "140"
40 ssid : "il-no.unigorn.wleiden.net"
41 dhcp : False
42 compass : "no"
43 ns_ip : "172.16.17.74/29"
44 ns_mac : "00:27:22:10:FD:F8"
45 status : "up"
46
47
48iface_ue0_alias0:
49 comment : "A Link naar Hofwijck"
50 ip : "172.16.17.233/29"
51 sdesc : "2hofwijck"
52 type : "eth"
53 dhcp : False
54 status : "up"
55
56
57iface_vr0:
58 comment : "A Link naar Aster"
59 ip : "172.16.17.97/29"
60 sdesc : "2Aster"
61 mode : "station-wds"
62 type : "eth"
63 channel : "104"
64 ssid : "il-o.unigorn.wleiden.net"
65 dhcp : False
66 compass : "nw"
67 ns_ip : "172.16.17.98/29"
68 ns_mac : "00:15:6d:ea:f0:64"
69 status : "up"
70
71
72iface_vr0_alias0:
73 comment : "A Link naar Psycho"
74 ip : "172.16.16.105/29"
75 sdesc : "2Psycho"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_vr1:
82 comment : "Link naar Rustenborch"
83 ip : "172.16.17.241/29"
84 sdesc : "2rustenborch"
85 mode : "station-wds"
86 type : "eth"
87 channel : "128"
88 ssid : "il-n.unigorn.wleiden.net"
89 dhcp : False
90 compass : "n"
91 ns_ip : "172.16.17.242/29"
92 ns_mac : "00:15:6d:f2:37:fa"
93 status : "up"
94
95
96iface_vr1_alias0:
97 comment : "Link naar LIACS"
98 ip : "172.16.4.45/30"
99 sdesc : "2liacs"
100 type : "eth"
101 dhcp : False
102 status : "up"
103
104
105iface_vr2:
106 comment : "EthernetLink naar UniGor nodes"
107 ip : "172.19.128.67/28"
108 sdesc : "2unigor"
109 type : "eth"
110 dhcp : False
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.