source: genesis/nodes/CNodeSOM2/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: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.49378"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "52.16950"
10masterip : "172.17.2.1"
11nodename : "SOM2"
12nodetype : "CNode"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap zuidoost"
21 interface : "ath0"
22 ip : "172.17.2.1/26"
23 desc : "AP Zuidoost"
24 sdesc : "ap-zo"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "3"
28 ssid : "ap-wirelessleiden-som2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "ap via Bullet2"
36 interface : "ue0"
37 ip : "172.17.2.65/26"
38 desc : "ap3"
39 sdesc : "ap3"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-wirelessleiden-som3"
45 dhcp : "70-120"
46 bridge_type: "Bullet2"
47 compass : "None"
48 ns_ip : "172.17.2.66/26"
49 ns_mac : "00:15:6d:e8:f9:b6"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar SOM1"
55 interface : "vr0"
56 ip : "172.16.3.138/30"
57 desc : "Ethernet naar SOM1"
58 sdesc : "2som1"
59 type : "eth"
60 dhcp : "no"
61 compass : "None"
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar Rabo"
67 interface : "vr1"
68 ip : "172.16.16.17/29"
69 desc : "Link naar Rabo"
70 sdesc : "2Rabo"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "140"
75 ssid : "il-w.som2.wleiden.net"
76 dhcp : "no"
77 bridge_type: "NanoStation5"
78 compass : "w"
79 ns_ip : "172.16.16.18/29"
80 ns_mac : "00:15:6d:ec:82:a8"
81 status : "up"
82
83
84iface_vr1_alias0:
85 comment : "Link naar Psycho"
86 interface : "vr1:0"
87 ip : "172.16.16.113/29"
88 desc : "Link naar Psycho"
89 sdesc : "2Psycho"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 dhcp : "no"
93 compass : "None"
94 status : "down"
95
96
97iface_vr2:
98 comment : "link naar Leythenrode"
99 interface : "vr2"
100 ip : "172.16.17.185/29"
101 desc : "Link naar Leythenrode"
102 sdesc : "2leythenrode"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "36"
107 ssid : "il-zo.som2.wleiden.net"
108 dhcp : "no"
109 bridge_type: "NanoStation5"
110 compass : "se"
111 ns_ip : "172.16.17.186/29"
112 ns_mac : "00:15:6d:f2:38:cd"
113 status : "up"
114
115
116iface_vr2_alias0:
117 comment : "link naar Spoortje"
118 interface : "vr2:0"
119 ip : "172.16.17.137/29"
120 desc : "Link naar Spoortje"
121 sdesc : "2Spoortje"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 dhcp : "no"
125 compass : "None"
126 status : "up"
127
128
Note: See TracBrowser for help on using the repository browser.