source: genesis/nodes/CNodeVosko3/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: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15765"
8location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
9longitude : "4.48786"
10masterip : "172.17.176.1"
11nodename : "Vosko3"
12nodetype : "CNode"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap zuidoost"
21 ip : "172.17.176.1/26"
22 sdesc : "ap-zo"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Vosko3"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Lokaal ethernet"
33 ip : "172.17.175.73/28"
34 sdesc : "ethernet"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr0:
41 comment : "A-link to Stadhuis via Nanostation5"
42 ip : "172.16.5.65/29"
43 sdesc : "2stadhuis"
44 mode : "ap-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "108"
48 ssid : "il-o.vosko3.wleiden.net"
49 dhcp : False
50 compass : "o"
51 ns_ip : "172.16.5.66/29"
52 ns_mac : "00:15:6d:bd:67:fe"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr1:
58 comment : "Ethernet to interlink south-east (Plantsoen)"
59 ip : "172.16.5.89/29"
60 sdesc : "2Plantsoen"
61 mode : "ap-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "92"
65 ssid : "il-zo.vosko3.wleiden.net"
66 dhcp : False
67 compass : "zo"
68 ns_ip : "172.16.5.90/29"
69 ns_mac : "00:15:6d:bd:67:ff"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "A-link to DirkLos1 via Nanostation5"
76 ip : "172.16.4.73/29"
77 sdesc : "2DirkLos1"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "100"
82 ssid : "il-wnw.vosko3.wleiden.net"
83 dhcp : False
84 compass : "nw"
85 ns_ip : "172.16.4.74/29"
86 ns_mac : "00:15:6d:bd:68:9b"
87 status : "up"
88
89
90iface_vr2_alias0:
91 comment : "A-link to geluidsnet2"
92 ip : "172.16.4.201/29"
93 sdesc : "2geluidsnet2"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 dhcp : False
97 status : "up"
98
99
100iface_vr2_alias1:
101 comment : "A-link to Webster"
102 ip : "172.16.4.249/29"
103 sdesc : "2webster"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 dhcp : False
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.