source: genesis/nodes/HybridSOM2/wleiden.yaml@ 11671

Last change on this file since 11671 was 11554, checked in by rick, 12 years ago

Cleanup actie.

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