source: genesis/nodes/CNodeSpoortje/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.50447"
7location : "Openbare Bibliotheek t Spoortje, Bernhardkade 38, 2316 RX, Leiden"
8longitude : "52.16657"
9masterip : "172.18.52.1"
10nodename : "Spoortje"
11nodetype : "CNode"
12rdnap_x : 94607
13rdnap_y : 464635
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.18.52.1/26"
22 desc : "omni voor de buurt"
23 sdesc : "omni"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "3"
27 ssid : "ap-WirelessLeiden-Spoortje"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar bibliotheek Airport transparant"
35 interface : "vr0"
36 ip : "172.18.52.65/28"
37 desc : "2bieb"
38 sdesc : "2bieb"
39 type : "eth"
40 dhcp : "70-78"
41 compass : "None"
42 status : "up"
43
44
45iface_vr1:
46 comment : "link naar Som2"
47 interface : "vr1"
48 ip : "172.16.17.140/29"
49 desc : "bridge naar Som2"
50 sdesc : "2som2"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "60"
55 ssid : "il-zo.som2.wleiden.net"
56 dhcp : "no"
57 compass : "se"
58 ns_ip : "172.16.17.139/29"
59 ns_mac : "00:15:6d:70:53:40"
60 status : "up"
61
62
63iface_vr2:
64 comment : "a-link naar Cetim1"
65 interface : "vr2"
66 ip : "172.16.4.20/29"
67 desc : "naar CeTIM1 richting ZW"
68 sdesc : "ncetim1"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "120"
73 ssid : "il-no.cetim1.wleiden.net"
74 dhcp : "no"
75 compass : "ne"
76 ns_ip : "172.16.4.19"
77 ns_mac : "00:15:6d:70:54:4b"
78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.