source: genesis/nodes/CNodeCeTIM1/wleiden.yaml@ 10884

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

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15797"
8location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
9longitude : "4.49423"
10masterip : "172.17.136.1"
11nodename : "CeTIM1"
12nodetype : "CNode"
13rdnap_x : 93895
14rdnap_y : 463687
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap 2x N+O"
21 interface : "ath0"
22 ip : "172.17.136.1/26"
23 desc : "AP CeTIM richting N en O"
24 sdesc : "ap-no"
25 mode : "ap"
26 type : "11b"
27 channel : "3"
28 ssid : "ap-WirelessLeiden-Cetim1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "A-link Nanostation5 Zuid-Oost"
36 interface : "ue0"
37 ip : "172.16.16.81/29"
38 desc : "interlink 2roomburgh1"
39 sdesc : "2roomburgh1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "132"
44 ssid : "il-zo.cetim1.wleiden.net"
45 dhcp : False
46 compass : "zo"
47 ns_ip : "172.16.16.82/29"
48 ns_mac : "00:15:6d:f6:be:66"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar proxy2"
54 interface : "vr0"
55 ip : "172.17.143.2/28"
56 sdesc : "2proxy2"
57 type : "eth"
58 dhcp : False
59 compass : "None"
60 status : "up"
61
62
63iface_vr1:
64 comment : "Ethernet naar CeTIM2"
65 interface : "vr1"
66 ip : "172.16.0.33/30"
67 sdesc : "2cetim2"
68 type : "eth"
69 dhcp : False
70 compass : "None"
71 status : "up"
72
73
74iface_vr2:
75 comment : "A-link Nanostation5 Noord-Oost"
76 interface : "vr2"
77 ip : "172.16.17.145/29"
78 desc : "Link naar Houtmarkt"
79 sdesc : "houtmarkt"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "120"
84 ssid : "il-no.cetim1.wleiden.net"
85 dhcp : False
86 compass : "no"
87 ns_ip : "172.16.17.146"
88 ns_mac : "00:15:6d:f6:be:e4"
89 status : "up"
90
91
92iface_vr2_alias0:
93 comment : "Tijdelijke Link naar Watertoren"
94 interface : "vr2:0"
95 ip : "172.16.16.97/29"
96 sdesc : "2watertoren"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 dhcp : False
100 compass : "None"
101 status : "up"
102
103
104iface_vr2_alias1:
105 comment : "(w)interlink naar Spoortje"
106 interface : "vr2:1"
107 ip : "172.16.4.17/29"
108 sdesc : "2spoortje"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 dhcp : False
112 compass : "None"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.