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

Last change on this file since 12793 was 12622, checked in by huub, 11 years ago

correctie config de Burcht en link naar CeTIM2 eruit

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