source: genesis/nodes/HybridVosko3/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.5 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.176.1"
10nodename : "Vosko3"
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 zuidoost"
24 ip : "172.17.176.1/26"
25 sdesc : "ap-zo"
26 mode : "ap"
27 type : "11b"
28 channel : "10"
29 ssid : "ap-WirelessLeiden-Vosko3"
30 dhcp : "10-60"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Lokaal ethernet"
36 ip : "172.17.175.73/28"
37 sdesc : "ethernet"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42
43iface_vr0:
44 comment : "A-link to Stadhuis via Nanostation5"
45 ip : "172.16.5.65/29"
46 sdesc : "2stadhuis"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "108"
51 ssid : "il-o.vosko3.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.5.66/29"
55 ns_mac : "00:15:6d:bd:67:fe"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Ethernet to interlink south-east (Plantsoen)"
62 ip : "172.16.5.89/29"
63 sdesc : "2Plantsoen"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "92"
68 ssid : "il-zo.vosko3.wleiden.net"
69 dhcp : False
70 compass : "zo"
71 ns_ip : "172.16.5.90/29"
72 ns_mac : "00:15:6d:bd:67:ff"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "A-link to DirkLos1 via Nanostation5"
79 ip : "172.16.4.73/29"
80 sdesc : "2DirkLos1"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "100"
85 ssid : "il-wnw.vosko3.wleiden.net"
86 dhcp : False
87 compass : "nw"
88 ns_ip : "172.16.4.74/29"
89 ns_mac : "00:15:6d:bd:68:9b"
90 status : "up"
91
92
93iface_vr2_alias0:
94 comment : "A-link to geluidsnet2"
95 ip : "172.16.4.201/29"
96 sdesc : "2geluidsnet2"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 dhcp : False
100 status : "up"
101
102
103iface_vr2_alias1:
104 comment : "A-link to Webster"
105 ip : "172.16.4.249/29"
106 sdesc : "2webster"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 dhcp : False
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.