source: genesis/nodes/CNodeCope/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.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.15972"
8location : "Cope, Rapenburg 8, 2311 EV, Leiden"
9longitude : "4.48521"
10masterip : "172.17.8.1"
11nodename : "Cope"
12nodetype : "CNode"
13rdnap_x : 93280
14rdnap_y : 463889
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.17.8.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "5"
26 ssid : "ap-WirelessLeiden-Cope"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Link naar proxy1"
33 ip : "172.17.8.66/28"
34 sdesc : "2proxy1"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr0:
41 comment : "Ethernet to interlink UniGor1"
42 ip : "172.16.3.188/29"
43 sdesc : "2unigor1"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "128"
48 ssid : "il-zo.unigor.wleiden.net"
49 dhcp : False
50 compass : "nw"
51 ns_ip : "172.16.3.187/29"
52 ns_mac : "00:15:6d:ea:f0:1d"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr1:
58 comment : "A-link naar Stadhuis via NS5"
59 ip : "172.16.3.180/29"
60 sdesc : "2stadhuis"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "116"
65 ssid : "il-nw.stadhuis.wleiden.net"
66 dhcp : False
67 compass : "zo"
68 ns_ip : "172.16.3.179/29"
69 ns_mac : "00:15:6d:ea:f0:4c"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "A-link naar Rabo2"
76 ip : "172.16.3.196/29"
77 sdesc : "2rabo2"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-z.rabo.wleiden.net"
83 dhcp : False
84 compass : "n"
85 ns_ip : "172.16.3.195/29"
86 ns_mac : "00:15:6d:ea:f0:0f"
87 bridge_type: "NanoStation5"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.