source: genesis/nodes/HybridHeineken/wleiden.yaml@ 13238

Last change on this file since 13238 was 13238, checked in by huub, 10 years ago

link van Heineken naar CeTIM1 in config

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.13810"
7location : "Heineken Nederland B.V., Burgemeester Smeetsweg 1, 2382PH, Zoeterwoude"
8longitude : "4.54213"
9masterip : "172.17.78.1"
10monitoring_group: "wleiden"
11nodename : "Heineken"
12nodetype : "Hybrid"
13portal_sponsor: "Heineken "
14portal_url: "http://www.heineken.com/nl"
15rdnap_x : 97147
16rdnap_y : 461437
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ue0:
27 comment : "Link naar oost"
28 ip : "172.16.6.217/29"
29 sdesc : "2oost"
30 mode : "ap-wds"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "100"
34 ssid : "il-o.heineken.wleiden.net"
35 dhcp : False
36 ns_ip : "172.16.6.218/29"
37 ns_mac : "dc:9f:db:2e:ae:63"
38 bridge_type: "NanoBridge M5"
39 status : "down"
40
41
42iface_vr0:
43 comment : "Link naar noord"
44 ip : "172.16.6.172/29"
45 sdesc : "2noord"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "128"
50 ssid : "il-160.panterra2.wleiden.net"
51 dhcp : False
52 compass : "n"
53 ns_ip : "172.16.6.171/29"
54 ns_mac : "dc:9f:db:2e:ae:ec"
55 bridge_type: "NanoBridge M5"
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link naar Meerburgkerk"
61 ip : "172.16.7.209/29"
62 sdesc : "2meerburgkerk"
63 mode : "ap-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "132"
67 ssid : "il-nw.heineken.wleiden.net"
68 dhcp : False
69 compass : "nw"
70 ns_ip : "172.16.7.210/29"
71 ns_mac : "dc:9f:db:2e:b7:fc"
72 bridge_type: "NanoBridge M5"
73 status : "up"
74
75iface_vr1_alias0:
76 comment : "Ethernet naar CeTIM1"
77 ip : "172.16.16.84/29"
78 sdesc : "2cetim1"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
83
84iface_vr2:
85 comment : "Link naar TUDelft"
86 ip : "172.16.7.1/29"
87 sdesc : "2tudelft"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "52"
92 ssid : "il-nno.tudelft.wleiden.net"
93 dhcp : False
94 compass : "z"
95 ns_ip : "172.16.7.2/29"
96 ns_mac : "dc:9f:db:2e:b4:08"
97 bridge_type: "NanoBridge M5"
98 status : "down"
99
100
Note: See TracBrowser for help on using the repository browser.