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

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.4 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 voor de buurt"
21 interface : "ath0"
22 ip : "172.21.168.1/24"
23 sdesc : "ap"
24 mode : "ap"
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 naar filiaal OBL"
35 interface : "ue0"
36 ip : "172.21.168.65/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "down"
42
43
44iface_ue1:
45 comment : "Link naar Rudi"
46 interface : "ue1"
47 ip : "172.16.2.57/30"
48 sdesc : "2Rudi"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "3"
53 ssid : "il-nw.rosmolen.wleiden.net"
54 dhcp : False
55 compass : "w"
56 ns_ip : "172.16.3.74/29"
57 ns_mac : "00:15:6d:"
58 status : "down"
59
60
61iface_vr0:
62 comment : "A-link naar Broekplein"
63 interface : "vr0"
64 ip : "172.16.5.132/29"
65 sdesc : "2Broekplein"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "36"
70 ssid : "il-z.broekplein.wleiden.net"
71 dhcp : False
72 compass : "nw"
73 ns_ip : "172.16.5.131/29"
74 ns_mac : "00:15:6d:70:54:c5"
75 status : "up"
76
77
78iface_vr1:
79 comment : "Link naar Roomburgh1"
80 interface : "vr1"
81 ip : "172.16.3.44/29"
82 sdesc : "2roomburgh1"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "124"
87 ssid : "il-nnw.roomburgh1.wleiden.net"
88 dhcp : False
89 compass : "z"
90 ns_ip : "172.16.3.43/29"
91 ns_mac : ""
92 status : "up"
93
94
95iface_vr2:
96 comment : "Link naar Regenboog"
97 interface : "vr2"
98 ip : "172.16.5.201/29"
99 sdesc : "2regenboog"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "11"
104 ssid : "il-o.rosmolen.wleiden.net"
105 dhcp : False
106 compass : "e"
107 ns_ip : "172.16.5.202/29"
108 ns_mac : "00:15:6d:e8:f9:3d"
109 status : "down"
110
111
Note: See TracBrowser for help on using the repository browser.