source: genesis/nodes/CNodeUniGor2/wleiden.yaml@ 10892

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

Doe een import van de bridge unit dmv een scan.

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16782"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45961"
10masterip : "172.22.8.1"
11nodename : "UniGor2"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting zuid"
21 ip : "172.22.8.1/24"
22 sdesc : "ap-zuid"
23 mode : "ap"
24 type : "11b"
25 channel : "7"
26 ssid : "ap-WirelessLeiden-Unigor-zuid"
27 dhcp : "10-250"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Ethernet naar server en Gorlaeus nodes"
33 ip : "172.19.128.66/28"
34 sdesc : "eth"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr1:
41 comment : "Link naar Brug"
42 ip : "172.16.16.129/29"
43 sdesc : "2brug"
44 mode : "station-wds"
45 type : "eth"
46 channel : "7"
47 ssid : "n-o.unigor.wleiden.net"
48 dhcp : False
49 compass : "e"
50 ns_ip : "172.16.16.130/29"
51 ns_mac : "00:15:6d:e8:e6:9b"
52 status : "down"
53
54
55iface_vr1_alias0:
56 comment : "Link naar AZC via bullet 2"
57 ip : "172.16.0.165/30"
58 sdesc : "2azc"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 dhcp : False
62 status : "up"
63
64
65iface_vr2:
66 comment : "A-link Nanostation5 naar DirkLos2"
67 ip : "172.16.4.1/29"
68 sdesc : "2DirkLos2"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "149"
73 ssid : "il-o.unigor2.wleiden.net"
74 dhcp : False
75 compass : "o"
76 ns_ip : "172.16.4.2/29"
77 ns_mac : "00:15:6d:d0:14:75"
78 bridge_type: "NanoStation5"
79 status : "up"
80
81
Note: See TracBrowser for help on using the repository browser.