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

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

Cleanup actie.

File size: 2.1 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 : "11b"
30 channel : "8"
31 ssid : "ap-WirelessLeiden-Som1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Ethernet naar SOM2"
38 ip : "172.16.3.137/30"
39 sdesc : "2som2"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_vr1:
46 comment : "Link naar Broekplein"
47 ip : "172.16.5.121/29"
48 sdesc : "2broekplein"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "132"
53 ssid : "il-n.som1.wleiden.net"
54 dhcp : False
55 compass : "no"
56 ns_ip : "172.16.5.122/29"
57 ns_mac : "00:15:6d:ec:7a:51"
58 bridge_type: "NanoStation5"
59 status : "up"
60
61
62iface_vr2:
63 comment : "Link naar Stadhuis"
64 ip : "172.16.3.169/29"
65 sdesc : "2Stadhuis"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "52"
70 ssid : "il-z.som1.wleiden.net"
71 dhcp : False
72 compass : "z"
73 ns_ip : "172.16.3.170/29"
74 ns_mac : "00:15:6d:ec:82:a9"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr2_alias0:
80 comment : "Link naar Houtmarkt"
81 ip : "172.16.17.217/29"
82 sdesc : "2Houtmarkt"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 dhcp : False
86 status : "up"
87
88
89iface_vr2_alias1:
90 comment : "Link naar Zijloever"
91 ip : "172.16.4.225/29"
92 sdesc : "2zijloever"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 dhcp : False
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.