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

Last change on this file since 11229 was 11229, checked in by huub, 12 years ago

hybridconfigs voor Robijn en Voskos

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
21iface_ath0:
22 comment : "Ap noord"
23 ip : "172.17.175.1/24"
24 sdesc : "ap-n"
25 mode : "ap"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-WirelessLeiden-Vosko2"
29 dhcp : "10-250"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Link naar rund"
35 ip : "172.16.17.153/29"
36 sdesc : "2rund"
37 mode : "ap-wds"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 channel : "44"
41 ssid : "il-no.vosko2.wleiden.net"
42 dhcp : False
43 compass : "no"
44 ns_ip : "172.16.17.154"
45 ns_mac : "00:15:6d:f3:35:7d"
46 bridge_type: "NanoStation5"
47 status : "up"
48
49
50iface_vr1:
51 comment : "Interlink w (Robijn)"
52 ip : "172.16.4.113/29"
53 sdesc : "2Robijn"
54 mode : "ap-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "140"
58 ssid : "il-w.vosko2.wleiden.net"
59 dhcp : False
60 compass : "w"
61 ns_ip : "172.16.4.114/29"
62 ns_mac : "00:15:6d:f7:be:f7"
63 bridge_type: "NanoStation5"
64 status : "up"
65
66
67iface_vr1_alias0:
68 comment : "Interlink w (Huub)"
69 ip : "172.16.4.121/29"
70 sdesc : "2huub"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 dhcp : False
74 status : "up"
75
76
77iface_vr1_alias1:
78 comment : "Interlink w (BCSte)"
79 ip : "172.16.3.155/29"
80 sdesc : "2bcste"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 dhcp : False
84 status : "up"
85
86
87iface_vr2:
88 comment : "Lokaal ethernet"
89 ip : "172.17.175.72/28"
90 sdesc : "ethernet"
91 type : "eth"
92 dhcp : False
93 status : "up"
94
95
Note: See TracBrowser for help on using the repository browser.