source: genesis/nodes/CNodeRoomburgh1/wleiden.yaml@ 11279

Last change on this file since 11279 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.15095"
8location : "R.K. Zorgcentrum Roomburgh - noord, Hof van Roomburgh 46, 2314 ZC, Leiden"
9longitude : "4.51315"
10masterip : "172.18.48.1"
11nodename : "Roomburgh1"
12nodetype : "CNode"
13rdnap_x : 95180
14rdnap_y : 462890
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de Noordzijde"
21 ip : "172.18.48.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "8"
26 ssid : "ap-WirelessLeiden-Roomburgh1"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Ethernet voor lounge room (beneden)"
33 ip : "172.18.49.71/28"
34 sdesc : "eth"
35 type : "eth"
36 dhcp : "74-78"
37 status : "up"
38
39
40iface_vr0:
41 comment : "Link naar xxx"
42 ip : "172.16.5.193/29"
43 sdesc : "2xxxx"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "100"
48 ssid : "il-wzw.roomburgh2.wleiden.net"
49 dhcp : False
50 compass : "wsw"
51 ns_ip : "172.16.5.194/29"
52 ns_mac : "00:15:6d:ea:f0:38"
53 bridge_type: "NanoStation5"
54 status : "down"
55
56
57iface_vr1:
58 comment : "Link naar Cetim1"
59 ip : "172.16.16.84/29"
60 sdesc : "2cetim1"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "132"
65 ssid : "il-zo.cetim1.wleiden.net"
66 dhcp : False
67 compass : "nw"
68 ns_ip : "172.16.16.83/29"
69 ns_mac : "00:15:6d:ea:ef:87"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "Link naar Rosmolen"
76 ip : "172.16.3.41/29"
77 sdesc : "2rosmolen"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "124"
82 ssid : "il-nnw.roomburgh1.wleiden.net"
83 dhcp : False
84 compass : "n"
85 ns_ip : "172.16.3.42/29"
86 ns_mac : "00:15:6d:ea:f0:62"
87 bridge_type: "NanoStation5"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.