source: genesis/nodes/HybridWEK4/wleiden.yaml@ 12474

Last change on this file since 12474 was 12474, checked in by rick, 11 years ago

Automatic cleanups

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 4"
9longitude : "4.44826"
10masterip : "172.17.101.1"
11monitoring_group: "wleiden"
12nodename : "WEK4"
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: False
22status : "down"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.17.107.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap-WirelessLeiden-WEK4"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Interlink P"
39 ip : "172.16.7.113/29"
40 sdesc : "2unused"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 ssid : "il-p.wek4.wleiden.net"
45 dhcp : False
46 ns_ip : "172.16.7.114"
47 ns_mac : "xx:xx:xx:xx:xx:xx"
48 bridge_type: "NanostationM5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Interlink Q"
54 ip : "172.16.7.121/29"
55 sdesc : "2unused"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ssid : "il-q.wek4.wleiden.net"
60 dhcp : False
61 ns_ip : "172.16.7.122"
62 ns_mac : "xx:xx:xx:xx:xx:xx"
63 bridge_type: "NanostationM5"
64 status : "up"
65
66
67iface_vr2:
68 comment : "Interlink R"
69 ip : "172.16.7.137/29"
70 sdesc : "2unused"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 ssid : "il-r.wek4.wleiden.net"
75 dhcp : False
76 ns_ip : "172.16.7.138"
77 ns_mac : "xx:xx:xx:xx:xx:xx"
78 bridge_type: "NanostationM5"
79 status : "up"
80
81
Note: See TracBrowser for help on using the repository browser.