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

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

nieuwe interlink cetim1-stadhuis

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