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

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

Make the interface keys wat meer standaard.

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 desc : "Link naar Rudi"
51 sdesc : "2Rudi"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "3"
56 ssid : "il-nw.rosmolen.wleiden.net"
57 dhcp : False
58 compass : "w"
59 ns_ip : "172.16.3.74/29"
60 ns_mac : "00:15:6d:"
61 status : "down"
62
63
64iface_vr0:
65 comment : "a-link naar Broekplein"
66 interface : "vr0"
67 ip : "172.16.5.132/29"
68 desc : "Link naar Broekplein"
69 sdesc : "2Broekplein"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-z.broekplein.wleiden.net"
75 dhcp : False
76 compass : "nw"
77 ns_ip : "172.16.5.131/29"
78 ns_mac : "00:15:6d:70:54:c5"
79 status : "up"
80
81
82iface_vr1:
83 comment : "link naar Roomburgh1"
84 interface : "vr1"
85 ip : "172.16.3.44/29"
86 desc : "Link naar Roomburgh1"
87 sdesc : "2roomburgh1"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "124"
92 ssid : "il-nnw.roomburgh1.wleiden.net"
93 dhcp : False
94 compass : "z"
95 ns_ip : "172.16.3.43/29"
96 ns_mac : ""
97 status : "up"
98
99
100iface_vr2:
101 comment : "link naar Regenboog"
102 interface : "vr2"
103 ip : "172.16.5.201/29"
104 desc : "Link naar Regenboog"
105 sdesc : "2regenboog"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "11"
110 ssid : "il-o.rosmolen.wleiden.net"
111 dhcp : False
112 compass : "e"
113 ns_ip : "172.16.5.202/29"
114 ns_mac : "00:15:6d:e8:f9:3d"
115 status : "down"
116
117
Note: See TracBrowser for help on using the repository browser.