source: genesis/nodes/HybridWEK1/wleiden.yaml@ 12346

Last change on this file since 12346 was 12346, checked in by rick, 12 years ago

Get new node configuration for Wireless Event Setup

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7latitude : "52.15366"
8location : "Evelement Locatie 1"
9longitude : "4.44826"
10masterip : "172.17.101.1"
11monitoring_group: "wleiden"
12nodename : "WEK1"
13nodetype : "Hybrid"
14rdnap_x : 90743
15rdnap_y : 463247
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.17.101.1/23"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap-WirelessLeiden-WEK"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Interlink 1"
39 ip : "172.17.0.89/29"
40 sdesc : "2unused"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 ssid : "il-a.wek1.wleiden.net"
45 dhcp : False
46 ns_ip : "172.17.0.90"
47 ns_mac : "xx:xx:xx:xx:xx:xx"
48 bridge_type: "NanostationM5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Interlink 2"
54 ip : "172.17.0.97/29"
55 sdesc : "2unused"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ssid : "il-b.wek1.wleiden.net"
60 dhcp : False
61 ns_ip : "172.17.0.98"
62 ns_mac : "xx:xx:xx:xx:xx:xx"
63 bridge_type: "NanostationM5"
64 status : "up"
65
66iface_vr2:
67 comment : "Interlink 3"
68 ip : "172.17.0.105/29"
69 sdesc : "2unused"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 ssid : "il-c.wek1.wleiden.net"
74 dhcp : False
75 ns_ip : "172.17.0.106"
76 ns_mac : "xx:xx:xx:xx:xx:xx"
77 bridge_type: "NanostationM5"
78 status : "up"
79
Note: See TracBrowser for help on using the repository browser.