source: genesis/nodes/HybridVosko3/wleiden.yaml@ 11296

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

hybridconfigs voor Robijn en Voskos

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