source: genesis/nodes/HybridCeTIM1/wleiden.yaml@ 11527

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

Schoommaak ondersteuning.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15797"
7location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
8longitude : "4.49423"
9masterip : "172.17.136.1"
10monitoring_group: "wleiden"
11nodename : "CeTIM1"
12nodetype : "Hybrid"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "AP CeTIM richting N en O"
25 ip : "172.17.136.1/24"
26 sdesc : "ap-no"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Cetim1"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ue0:
36 comment : "A-link Nanostation5 Zuid-Oost"
37 ip : "172.16.16.81/29"
38 sdesc : "2roomburgh1"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "132"
43 ssid : "il-zo.cetim1.wleiden.net"
44 dhcp : False
45 compass : "zo"
46 ns_ip : "172.16.16.82/29"
47 ns_mac : "00:15:6d:f6:be:66"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_ue1:
53 comment : "Link naar Stadhuis"
54 ip : "172.16.3.236/29"
55 sdesc : "2huub"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "60"
60 ssid : "il-o.stadhuis.wleiden.net"
61 dhcp : False
62 compass : "w"
63 ns_ip : "172.16.3.235"
64 ns_mac : "00:15:6D:F2:38:9A"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr0:
70 comment : "External Link"
71 ip : "10.0.1.12/24"
72 sdesc : "2external"
73 type : "eth"
74 dhcp : False
75 status : "up"
76
77
78iface_vr0_alias0:
79 comment : "Ethernet naar CeTIM3"
80 ip : "172.17.0.21/30"
81 sdesc : "2cetim3"
82 type : "eth"
83 dhcp : False
84 status : "up"
85
86
87iface_vr1:
88 comment : "Ethernet naar CeTIM2"
89 ip : "172.16.0.33/30"
90 sdesc : "2cetim2"
91 type : "eth"
92 dhcp : False
93 status : "up"
94
95
96iface_vr2:
97 comment : "A-link Nanostation5 Noord-Oost"
98 ip : "172.16.17.145/29"
99 sdesc : "houtmarkt"
100 mode : "ap-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "120"
104 ssid : "il-no.cetim1.wleiden.net"
105 dhcp : False
106 compass : "no"
107 ns_ip : "172.16.17.146"
108 ns_mac : "00:15:6d:f6:be:e4"
109 bridge_type: "NanoStation5"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.