source: genesis/nodes/HybridDirkLos2/wleiden.yaml@ 11265

Last change on this file since 11265 was 11254, checked in by huub, 13 years ago

dirklos naar hybrid

File size: 2.4 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.132.1"
10nodename : "DirkLos2"
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 : "AP1 voor de buurt"
24 ip : "172.19.132.1/24"
25 sdesc : "ap1"
26 mode : "ap1"
27 type : "11b"
28 channel : "9"
29 ssid : "ap1-WirelessLeiden-Dirklos"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Local Ethernet naar DirkLos1"
36 ip : "172.16.3.57/30"
37 sdesc : "eth_to_DirkLos1"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42
43iface_ue0_alias0:
44 comment : "Local Ethernet naar Hogeschool"
45 ip : "172.16.176.65/27"
46 sdesc : "eth_to_Hogeschool"
47 type : "eth"
48 dhcp : "70-94"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar interlink west (unigor2)"
54 ip : "172.16.4.4/29"
55 sdesc : "2Unigor2"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "149"
60 ssid : "il-o.unigor2.wleiden.net"
61 dhcp : False
62 compass : "w"
63 ns_ip : "172.16.4.3/29"
64 ns_mac : "00:15:6d:d0:14:c3"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Ethernet naar interlink noord-oost Rabo2"
71 ip : "172.16.3.217/29"
72 sdesc : "2Rabo2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "140"
77 ssid : "il-no.dirklos2.wleiden.net"
78 dhcp : False
79 compass : "o"
80 ns_ip : "172.16.3.218/29"
81 ns_mac : "00:15:6d:b5:24:4f"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
88 ip : "172.16.3.76/29"
89 sdesc : "2Stadhuis"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "116"
94 ssid : "il-nw.stadhuis2.wleiden.net"
95 dhcp : False
96 compass : "zo"
97 ns_ip : "172.16.3.75/29"
98 ns_mac : "00:15:6d:b5:25:65"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.