source: genesis/nodes/CNodeSOM1/wleiden.yaml@ 10927

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

Doe een import van de bridge unit dmv een scan.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.21.160.1"
11nodename : "SOM1"
12nodetype : "CNode"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap noord"
21 ip : "172.21.160.1/26"
22 sdesc : "ap-n"
23 mode : "ap"
24 type : "11b"
25 channel : "8"
26 ssid : "ap-WirelessLeiden-Som1"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Ethernet naar SOM2"
33 ip : "172.16.3.137/30"
34 sdesc : "2som2"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr1:
41 comment : "Link naar Broekplein"
42 ip : "172.16.5.121/29"
43 sdesc : "2broekplein"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "132"
48 ssid : "il-n.som1.wleiden.net"
49 dhcp : False
50 compass : "no"
51 ns_ip : "172.16.5.122/29"
52 ns_mac : "00:15:6d:ec:7a:51"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr2:
58 comment : "Link naar Stadhuis"
59 ip : "172.16.3.169/29"
60 sdesc : "2Stadhuis"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "52"
65 ssid : "il-z.som1.wleiden.net"
66 dhcp : False
67 compass : "z"
68 ns_ip : "172.16.3.170/29"
69 ns_mac : "00:15:6d:ec:82:a9"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr2_alias0:
75 comment : "Link naar Houtmarkt"
76 ip : "172.16.17.217/29"
77 sdesc : "2Houtmarkt"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 dhcp : False
81 status : "up"
82
83
84iface_vr2_alias1:
85 comment : "Link naar Zijloever"
86 ip : "172.16.4.225/29"
87 sdesc : "2zijloever"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 dhcp : False
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.