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

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

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