source: genesis/nodes/CNodeDirkLos2/wleiden.yaml@ 10981

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

Doe een import van de bridge unit dmv een scan.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16732"
8location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
9longitude : "4.47071"
10masterip : "172.19.132.1"
11nodename : "DirkLos2"
12nodetype : "CNode"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.19.132.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "2"
26 ssid : "ap-WirelessLeiden-Dirklos"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Local Ethernet naar DirkLos1"
33 ip : "172.16.3.57/30"
34 sdesc : "eth_to_DirkLos1"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_ue0_alias0:
41 comment : "Local Ethernet naar Hogeschool"
42 ip : "172.16.176.65/27"
43 sdesc : "eth_to_Hogeschool"
44 type : "eth"
45 dhcp : "70-94"
46 status : "up"
47
48
49iface_vr0:
50 comment : "Ethernet naar interlink west (unigor2)"
51 ip : "172.16.4.4/29"
52 sdesc : "2Unigor2"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "149"
57 ssid : "il-o.unigor2.wleiden.net"
58 dhcp : False
59 compass : "w"
60 ns_ip : "172.16.4.3/29"
61 ns_mac : "00:15:6d:d0:14:c3"
62 bridge_type: "NanoStation5"
63 status : "up"
64
65
66iface_vr1:
67 comment : "Ethernet naar interlink noord-oost Rabo2"
68 ip : "172.16.3.217/29"
69 sdesc : "2Rabo2"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "140"
74 ssid : "il-no.dirklos2.wleiden.net"
75 dhcp : False
76 compass : "o"
77 ns_ip : "172.16.3.218/29"
78 ns_mac : "00:15:6d:b5:24:4f"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
85 ip : "172.16.3.76/29"
86 sdesc : "2Stadhuis"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "116"
91 ssid : "il-nw.stadhuis2.wleiden.net"
92 dhcp : False
93 compass : "zo"
94 ns_ip : "172.16.3.75/29"
95 ns_mac : "00:15:6d:b5:25:65"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.