source: genesis/nodes/HybridTEYAkzoNobel1/wleiden.yaml@ 12804

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

eerste aanze config voor AkzoNobel

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.20738"
7location : "AkzoNobel, Sassenheim"
8longitude : "4.488716"
9masterip : "172.17.126.1"
10monitoring_group: "Teylingen"
11nodename : "TEYAkzoNobel"
12nodetype : "Hybrid"
13rdnap_x : 93585
14rdnap_y : 469188
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "planned"
22
23
24iface_ath0:
25 comment : "ap voor locaal"
26 ip : "172.17.126.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-AkzoNobel"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Interlink naar zuid"
37 ip : "172.16.6.105/29"
38 sdesc : "2bartholomeus"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "140"
43 ssid : "il-z.teyakzonobel.wleiden.net"
44 dhcp : False
45 compass : "z"
46 ns_ip : "172.16.6.106/29"
47 ns_mac : ""
48 bridge_type: "NanostationM5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Interlink naar Bartholomeus"
54 ip : "172.16.9.36/29"
55 sdesc : "2bartholomeus"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "124"
60 ssid : "il-z.teybartholomeus.wleiden.net"
61 dhcp : False
62 compass : "n"
63 ns_ip : "172.16.9.35/29"
64 ns_mac : ""
65 bridge_type: "NanostationM5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Interlink naar noordoost"
71 ip : "172.16.5.1/29"
72 sdesc : "2no"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "100"
77 ssid : "il-no.teyakzonobel.wleiden.net"
78 dhcp : False
79 compass : "no"
80 ns_ip : "172.16.5.2"
81 ns_mac : ""
82 bridge_type: "NanostationM5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Interlink naar Kaag1"
88 ip : "172.16.5.209/29"
89 sdesc : "2ono"
90 mode : "ap"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "64"
94 ssid : "il-ono.teyakzonobel.wleiden.net"
95 dhcp : False
96 compass : "ono"
97 ns_ip : "172.16.5.210"
98 ns_mac : ""
99 bridge_type: "NanoStationM5"
100 status : "down"
101
102
Note: See TracBrowser for help on using the repository browser.