source: genesis/nodes/HybridSOM1/wleiden.yaml@ 12569

Last change on this file since 12569 was 12569, checked in by rick, 11 years ago

Allerhande cosmetische aanpassingen.

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
8longitude : "4.49378"
9masterip : "172.21.160.1"
10monitoring_group: "wleiden"
11nodename : "SOM1"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap noord"
26 ip : "172.21.160.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-WirelessLeiden-Som1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Interlink naar JorisdeWitte"
38 ip : "172.16.7.9/29"
39 sdesc : "2jorisdw"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "140"
44 ssid : "il-nnw.som1.wleiden.net"
45 dhcp : False
46 compass : "o"
47 ns_ip : "172.16.7.10"
48 ns_mac : "24:a4:3c:0a:54:99"
49 bridge_type: "NanoStation M5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar SOM2"
55 ip : "172.16.3.137/30"
56 sdesc : "2som2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr1:
63 comment : "Link naar Broekplein"
64 ip : "172.16.5.121/29"
65 sdesc : "2broekplein"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "108"
70 ssid : "il-n.som1.wleiden.net"
71 dhcp : False
72 compass : "no"
73 ns_ip : "172.16.5.122/29"
74 ns_mac : "00:15:6d:ec:7a:51"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr1_alias0:
80 comment : "Link naar Juffermans"
81 ip : "172.16.3.161/29"
82 sdesc : "2Juffermans"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 dhcp : False
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Link naar Stadhuis"
92 ip : "172.16.3.169/29"
93 sdesc : "2Stadhuis"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "52"
98 ssid : "il-z.som1.wleiden.net"
99 dhcp : False
100 compass : "z"
101 ns_ip : "172.16.3.170/29"
102 ns_mac : "00:15:6d:ec:82:a9"
103 bridge_type: "NanoStation5"
104 status : "up"
105
106
107iface_vr2_alias0:
108 comment : "Link naar Houtmarkt"
109 ip : "172.16.17.217/29"
110 sdesc : "2Houtmarkt"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 dhcp : False
114 bridge_type: "NanoStation M5"
115 status : "up"
116
117
118iface_vr2_alias1:
119 comment : "Link naar Zijloever"
120 ip : "172.16.4.225/29"
121 sdesc : "2zijloever"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 dhcp : False
125 bridge_type: "NanoStation M5"
126 status : "up"
127
128
Note: See TracBrowser for help on using the repository browser.