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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Ethernet voor lounge room (beneden)"
34 ip : "172.18.49.71/28"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : "74-78"
38 compass : "None"
39 status : "up"
40
41
42iface_vr0:
43 comment : "Link naar xxx"
44 ip : "172.16.5.193/29"
45 sdesc : "2xxxx"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "100"
50 ssid : "il-wzw.roomburgh2.wleiden.net"
51 dhcp : False
52 compass : "wsw"
53 ns_ip : "172.16.5.194/29"
54 ns_mac : "00:15:6d:ea:f0:38"
55 status : "down"
56
57
58iface_vr1:
59 comment : "Link naar Cetim1"
60 ip : "172.16.16.84/29"
61 sdesc : "2cetim1"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "132"
66 ssid : "il-zo.cetim1.wleiden.net"
67 dhcp : False
68 compass : "nw"
69 ns_ip : "172.16.16.83/29"
70 ns_mac : "00:15:6d:ea:ef:87"
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 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.