source: genesis/nodes/HybridDirkLos1/wleiden.yaml@ 11322

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

All cosmetic fixes.

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.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.131.1"
10nodename : "DirkLos1"
11nodetype : "Hybrid"
12rdnap_x : "092299"
13rdnap_y : 464748
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Ap noord"
24 ip : "172.17.45.1/24"
25 sdesc : "2ap2"
26 mode : "ap"
27 type : "11b"
28 channel : "3"
29 ssid : "ap2-WirelessLeiden-Dirklos"
30 dhcp : "10-250"
31 compass : "e"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ethernet naar DirkLos2"
37 ip : "172.16.3.58/30"
38 sdesc : "2DLos2"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43
44iface_ue0_alias0:
45 comment : "Local Ethernet"
46 ip : "172.16.176.66/27"
47 sdesc : "localeth"
48 type : "eth"
49 dhcp : False
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet to interlink oost"
55 ip : "172.16.4.156/29"
56 sdesc : "2geluidsnet1"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "140"
61 ssid : "il-zw.geluidsnet1.wleiden.net"
62 dhcp : False
63 compass : "zo"
64 ns_ip : "172.16.4.155/29"
65 ns_mac : "00:15:6d:f6:be:ff"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Ethernet to interlink south-east (Vosko3)"
72 ip : "172.16.4.76/29"
73 sdesc : "2Vosko3"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "100"
78 ssid : "il-wnw.vosko3.wleiden.net"
79 dhcp : False
80 compass : "zo"
81 ns_ip : "172.16.4.75/29"
82 ns_mac : "00:15:6d:f6:be:eb"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr2:
88 comment : "Ethernet to interlink west (Cam)"
89 ip : "172.16.4.89/29"
90 sdesc : "2cam"
91 mode : "ap-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "44"
95 ssid : "il-zw.dirklos1.wleiden.net"
96 dhcp : False
97 compass : "z"
98 ns_ip : "172.16.4.90/29"
99 ns_mac : "00:15:6d:70:53:52"
100 bridge_type: "NanoStation5"
101 status : "down"
102
103
Note: See TracBrowser for help on using the repository browser.