source: genesis/nodes/CNodeRosmolen/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: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.50479"
7location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
8longitude : "52.17732"
9masterip : "172.21.168.1"
10nodename : "Rosmolen"
11nodetype : "CNode"
12rdnap_x : 94644
13rdnap_y : 465831
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "AP"
20 interface : "ath0"
21 ip : "172.21.168.1/24"
22 desc : "ap voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-wirelessleiden.rosmolen"
28 dhcp : "10-60"
29 compass : "wirelessleiden"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet"
35 interface : "ue0"
36 ip : "172.21.168.65/28"
37 desc : "Ethernet naar filiaal OBL"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "down"
43
44
45iface_ue1:
46 comment : "Link naar Rudi"
47 interface : "ue1"
48 ip : "172.16.2.57/30"
49 desc : "Link naar Rudi"
50 sdesc : "2Rudi"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "3"
55 ssid : "il-nw.rosmolen.wleiden.net"
56 dhcp : "no"
57 compass : "nw"
58 ns_ip : "172.16.3.74/29"
59 ns_mac : "00:15:6d:"
60 status : "down"
61
62
63iface_vr0:
64 comment : "a-link naar Broekplein"
65 interface : "vr0"
66 ip : "172.16.5.132/29"
67 desc : "Link naar Broekplein"
68 sdesc : "2Broekplein"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "36"
73 ssid : "il-z.broekplein.wleiden.net"
74 dhcp : "no"
75 compass : "s"
76 ns_ip : "172.16.5.131/29"
77 ns_mac : "00:15:6d:70:54:c5"
78 status : "up"
79
80
81iface_vr1:
82 comment : "link naar Roomburgh1"
83 interface : "vr1"
84 ip : "172.16.3.44/29"
85 desc : "Link naar Roomburgh1"
86 sdesc : "2roomburgh1"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "124"
91 ssid : "il-nnw.roomburgh1.wleiden.net"
92 dhcp : "no"
93 compass : "nnw"
94 ns_ip : "172.16.3.43/29"
95 ns_mac : ""
96 status : "up"
97
98
99iface_vr2:
100 comment : "link naar Regenboog"
101 interface : "vr2"
102 ip : "172.16.5.201/29"
103 desc : "Link naar Regenboog"
104 sdesc : "2regenboog"
105 mode : "station-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "11"
109 ssid : "il-o.rosmolen.wleiden.net"
110 dhcp : "no"
111 compass : "e"
112 ns_ip : "172.16.5.202/29"
113 ns_mac : "00:15:6d:e8:f9:3d"
114 status : "down"
115
116
Note: See TracBrowser for help on using the repository browser.