source: genesis/nodes/HybridCeTIM2/wleiden.yaml@ 11363

Last change on this file since 11363 was 11363, checked in by huub, 12 years ago

config aanpassingen ivm video-link cetim-vosko

File size: 2.6 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.137.1"
10monitoring_group: "wleiden"
11nodename : "CeTIM2"
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 : "CeTIM AP richting Z en W"
25 ip : "172.17.137.1/24"
26 sdesc : "zw"
27 mode : "ap"
28 type : "11b"
29 channel : "9"
30 ssid : "ap-WirelessLeiden-Cetim2"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_ath0_alias1:
36 comment : "Link naar Burcht"
37 ip : "172.16.0.105/30"
38 sdesc : "2burcht"
39 mode : "ap"
40 type : "11b"
41 dhcp : False
42 status : "up"
43
44
45iface_ue0:
46 comment : "Ethernet naar lokaal AP"
47 ip : "172.17.139.1/24"
48 sdesc : "lokaalAP"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "6"
53 ssid : "ap-WirelessLeiden-Hooglandsekerk"
54 dhcp : "10-60"
55 ns_ip : "172.17.139.2/24"
56 ns_mac : "00:15:6d:fc:4d:60"
57 bridge_type: "NanoStation2"
58 status : "up"
59
60
61iface_vr0:
62 comment : "Ethernet naar CeTIM1"
63 ip : "172.16.0.34/30"
64 sdesc : "2cetim1"
65 type : "eth"
66 dhcp : False
67 status : "up"
68
69
70iface_vr1:
71 comment : "A-link Noord-West naar LUMC"
72 ip : "172.16.4.100/29"
73 sdesc : "2lumc"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "136"
78 ssid : "il-z.lumc.wleiden.net"
79 dhcp : False
80 compass : "nw"
81 ns_ip : "172.16.4.99/29"
82 ns_mac : "00:15:6d:f2:36:5d"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "Link to IMI"
89 ip : "172.16.16.249/29"
90 sdesc : "2imi"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "36"
95 ssid : "il-zw.cetim2.wleiden.net"
96 dhcp : False
97 compass : "zw"
98 ns_ip : "172.16.16.250/29"
99 ns_mac : "00:15:6d:f2:37:bd"
100 bridge_type: "NanoStation5"
101 status : "up"
102
103
104iface_vr2_alias0:
105 comment : "Link naar Victoria"
106 ip : "172.16.17.201/29"
107 sdesc : "2victoria"
108 type : "eth"
109 dhcp : False
110 status : "up"
111
112
113iface_vr2_alias1:
114 comment : "Link naar Huub"
115 ip : "172.16.4.25/29"
116 sdesc : "2huub"
117 type : "eth"
118 dhcp : False
119 status : "up"
120
121
Note: See TracBrowser for help on using the repository browser.