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

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

Which bridge type do we configure?

Requested-By: richardvm

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