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

Last change on this file since 12720 was 12641, checked in by huub, 11 years ago

de slechte link Kaag2 naar Heineken uit de config gehaald, veroorzaakte routering via slechte links

File size: 2.2 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.233/29"
45 sdesc : "2noord"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "44"
50 ssid : "il-n.heineken.wleiden.net"
51 dhcp : False
52 compass : "n"
53 ns_ip : "172.16.6.234/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
75
76iface_vr2:
77 comment : "Link naar TUDelft"
78 ip : "172.16.7.1/29"
79 sdesc : "2tudelft"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "52"
84 ssid : "il-nno.tudelft.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.7.2/29"
88 ns_mac : "dc:9f:db:2e:b4:08"
89 bridge_type: "NanoBridge M5"
90 status : "down"
91
92
Note: See TracBrowser for help on using the repository browser.