source: genesis/nodes/CNodeRosmolen/wleiden.yaml@ 10883

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.17732"
8location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
9longitude : "4.50479"
10masterip : "172.21.168.1"
11nodename : "Rosmolen"
12nodetype : "CNode"
13rdnap_x : 94644
14rdnap_y : 465831
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP"
21 interface : "ath0"
22 ip : "172.21.168.1/24"
23 desc : "ap voor de buurt"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-wirelessleiden.rosmolen"
29 dhcp : "10-60"
30 compass : "wirelessleiden"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet"
36 interface : "ue0"
37 ip : "172.21.168.65/28"
38 desc : "Ethernet naar filiaal OBL"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : False
42 compass : "None"
43 status : "down"
44
45
46iface_ue1:
47 comment : "Link naar Rudi"
48 interface : "ue1"
49 ip : "172.16.2.57/30"
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 : False
57 compass : "w"
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 : False
75 compass : "nw"
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 : False
93 compass : "z"
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 : False
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.