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

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

config Heineken: link naar TUDelft ipv vdSterre

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.138099"
7location : "Heineken Nederland B.V., Burgemeester Smeetsweg 1, 2382PH, Zoeterwoude"
8longitude : "4.542133"
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
25iface_ue0:
26 comment : "Link naar oost"
27 ip : "172.16.6.217/29"
28 sdesc : "2oost"
29 mode : "ap-wds"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 channel : "100"
33 ssid : "il-o.heineken.wleiden.net"
34 dhcp : False
35 ns_ip : "172.16.6.218/29"
36 ns_mac : "DC:9F:DB:2E:AE:63"
37 bridge_type: "NanoBridge M5"
38 status : "down"
39
40iface_vr0:
41 comment : "Link naar Kaag2"
42 ip : "172.16.6.236/29"
43 sdesc : "2kaag2"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "44"
48 ssid : "il-z.kaag2.wleiden.net"
49 dhcp : False
50 compass : "n"
51 ns_ip : "172.16.6.235/29"
52 ns_mac : "DC:9F:DB:2E:AE:EC"
53 bridge_type: "NanoBridge M5"
54 status : "up"
55
56iface_vr1:
57 comment : "Link naar Geluidsnet2"
58 ip : "172.16.6.249/29"
59 sdesc : "2geluidsnet"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "132"
64 ssid : "il-zw.heineken.wleiden.net"
65 dhcp : False
66 compass : "no"
67 ns_ip : "172.16.6.250/29"
68 ns_mac : "DC:9F:DB:2E:B7:FC"
69 bridge_type: "NanoBridge M5"
70 status : "up"
71
72
73iface_vr2:
74 comment : "Link naar TUDelft"
75 ip : "172.16.7.1/29"
76 sdesc : "2tudelft"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "52"
81 ssid : "il-nno.tudelft.wleiden.net"
82 dhcp : False
83 compass : "zw"
84 ns_ip : "172.16.7.2/29"
85 ns_mac : "DC:9F:DB:2E:B4:08"
86 bridge_type: "NanoBridge M5"
87 status : "down"
88
89
Note: See TracBrowser for help on using the repository browser.