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

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

hybrid type vergeten

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"
10nodename : "CeTIM2"
11nodetype : "Hybrid"
12rdnap_x : 93895
13rdnap_y : 463687
14service_accesspoint: True
15service_incoming_rdr: False
16service_proxy_ileiden: False
17service_proxy_normal: False
18status : "up"
19
20
21iface_ath0:
22 comment : "CeTIM AP richting Z en W"
23 ip : "172.17.137.1/24"
24 sdesc : "zw"
25 mode : "ap"
26 type : "11b"
27 channel : "9"
28 ssid : "ap-WirelessLeiden-Cetim2"
29 dhcp : "10-250"
30 status : "up"
31
32
33iface_ath0_alias1:
34 comment : "Link naar Burcht"
35 ip : "172.16.0.105/30"
36 sdesc : "2burcht"
37 mode : "ap"
38 type : "11b"
39 dhcp : False
40 status : "up"
41
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
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
67
68iface_vr1:
69 comment : "A-link Noord-West naar LUMC"
70 ip : "172.16.4.100/29"
71 sdesc : "2lumc"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "136"
76 ssid : "il-z.lumc.wleiden.net"
77 dhcp : False
78 compass : "nw"
79 ns_ip : "172.16.4.99/29"
80 ns_mac : "00:15:6d:f2:36:5d"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link to IMI"
87 ip : "172.16.16.249/29"
88 sdesc : "2imi"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "36"
93 ssid : "il-zw.cetim2.wleiden.net"
94 dhcp : False
95 compass : "zw"
96 ns_ip : "172.16.16.250/29"
97 ns_mac : "00:15:6d:f2:37:bd"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
102iface_vr2_alias0:
103 comment : "Link naar Victoria"
104 ip : "172.16.17.201/29"
105 sdesc : "2victoria"
106 type : "eth"
107 dhcp : False
108 status : "up"
109
110
111iface_vr2_alias1:
112 comment : "Link naar Huub"
113 ip : "172.16.4.25/29"
114 sdesc : "2huub"
115 type : "eth"
116 dhcp : False
117 status : "up"
118
119
Note: See TracBrowser for help on using the repository browser.