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

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

All cosmetic fixes.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.175.1"
10nodename : "Vosko2"
11nodetype : "Hybrid"
12rdnap_x : 93459
13rdnap_y : 463657
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.175.1/24"
25 sdesc : "ap-n"
26 mode : "ap"
27 type : "11b"
28 channel : "2"
29 ssid : "ap-WirelessLeiden-Vosko2"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Link naar rund"
36 ip : "172.16.17.153/29"
37 sdesc : "2rund"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "44"
42 ssid : "il-no.vosko2.wleiden.net"
43 dhcp : False
44 compass : "no"
45 ns_ip : "172.16.17.154"
46 ns_mac : "00:15:6d:f3:35:7d"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr1:
52 comment : "Interlink w (Robijn)"
53 ip : "172.16.4.113/29"
54 sdesc : "2Robijn"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "140"
59 ssid : "il-w.vosko2.wleiden.net"
60 dhcp : False
61 compass : "w"
62 ns_ip : "172.16.4.114/29"
63 ns_mac : "00:15:6d:f7:be:f7"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1_alias0:
69 comment : "Interlink w (Huub)"
70 ip : "172.16.4.121/29"
71 sdesc : "2huub"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 dhcp : False
75 status : "up"
76
77
78iface_vr1_alias1:
79 comment : "Interlink w (BCSte)"
80 ip : "172.16.3.155/29"
81 sdesc : "2bcste"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 dhcp : False
85 status : "up"
86
87
88iface_vr2:
89 comment : "Lokaal ethernet"
90 ip : "172.17.175.72/28"
91 sdesc : "ethernet"
92 type : "eth"
93 dhcp : False
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.