source: genesis/nodes/CNodeVosko2/wleiden.yaml@ 10983

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

Doe een import van de bridge unit dmv een scan.

File size: 1.9 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.175.1"
11nodename : "Vosko2"
12nodetype : "CNode"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap noord"
21 ip : "172.17.175.1/26"
22 sdesc : "ap-n"
23 mode : "ap"
24 type : "11b"
25 channel : "2"
26 ssid : "ap-WirelessLeiden-Vosko2"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Link naar rund"
33 ip : "172.16.17.153/29"
34 sdesc : "2rund"
35 mode : "ap-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "44"
39 ssid : "il-no.vosko2.wleiden.net"
40 dhcp : False
41 compass : "no"
42 ns_ip : "172.16.17.154"
43 ns_mac : "00:15:6d:f3:35:7d"
44 bridge_type: "NanoStation5"
45 status : "down"
46
47
48iface_vr1:
49 comment : "Interlink w (Robijn)"
50 ip : "172.16.4.113/29"
51 sdesc : "2Robijn"
52 mode : "ap-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "140"
56 ssid : "il-w.vosko2.wleiden.net"
57 dhcp : False
58 compass : "w"
59 ns_ip : "172.16.4.114/29"
60 ns_mac : "00:15:6d:f7:be:f7"
61 bridge_type: "NanoStation5"
62 status : "up"
63
64
65iface_vr1_alias0:
66 comment : "Interlink w (Huub)"
67 ip : "172.16.4.121/29"
68 sdesc : "2huub"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 dhcp : False
72 status : "up"
73
74
75iface_vr1_alias1:
76 comment : "Interlink w (BCSte)"
77 ip : "172.16.3.155/29"
78 sdesc : "2bcste"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 dhcp : False
82 status : "up"
83
84
85iface_vr2:
86 comment : "Lokaal ethernet"
87 ip : "172.17.175.72/28"
88 sdesc : "ethernet"
89 type : "eth"
90 dhcp : False
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.