source: genesis/nodes/Heineken/wleiden.yaml@ 13795

Last change on this file since 13795 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

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
75
76iface_vr1_alias0:
77 comment : "Ethernet naar CeTIM1"
78 ip : "172.16.16.84/29"
79 sdesc : "2cetim1"
80 type : "eth"
81 dhcp : False
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link naar TUDelft"
87 ip : "172.16.7.1/29"
88 sdesc : "2tudelft"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "52"
93 ssid : "il-nno.tudelft.wleiden.net"
94 dhcp : False
95 compass : "z"
96 ns_ip : "172.16.7.2/29"
97 ns_mac : "dc:9f:db:2e:b4:08"
98 bridge_type: "NanoBridge M5"
99 status : "down"
100
101
Note: See TracBrowser for help on using the repository browser.