source: genesis/nodes/CNodeVictoria/wleiden.yaml@ 10374

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15569"
7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
8longitude : "4.49327"
9masterip : "172.17.140.1"
10nodename : "Victoria"
11nodetype : "CNode"
12rdnap_x : 93826
13rdnap_y : 463434
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 interface : "ath0"
20 ip : "172.17.140.1/26"
21 desc : "ap"
22 sdesc : "ap"
23 mode : "ap-wds"
24 type : "11b"
25 channel : "5"
26 ssid : "ap-WirelessLeiden-Victoria"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Ethernet naar lokaal AP met PoE"
34 interface : "ue0"
35 ip : "172.17.140.65/26"
36 desc : "Victorialokaal AP"
37 sdesc : "lokaalAP"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "6"
42 ssid : "ap-WirelessLeiden-Victoria2"
43 dhcp : "70-120"
44 compass : "None"
45 ns_ip : "172.17.14.66/26"
46 ns_mac : ""
47 status : "up"
48
49
50iface_vr0:
51 comment : "a-link naar Stadhuis"
52 interface : "vr0"
53 ip : "172.16.17.196/29"
54 desc : "Ethernet to interlink noordwest"
55 sdesc : "2stadhuis"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "44"
60 ssid : "il-zo.stadhuis.wleiden.net"
61 dhcp : "no"
62 compass : "se"
63 ns_ip : "172.16.17.195/29"
64 ns_mac : "00:15:6d:70:51:f2"
65 status : "up"
66
67
68iface_vr1:
69 comment : "a-link naar CeTIM2"
70 interface : "vr1"
71 ip : "172.16.17.204/29"
72 desc : "Ethernet to interlink oost"
73 sdesc : "2cetim2"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "116"
78 ssid : "il-zw.cetim2.wleiden.net"
79 dhcp : "no"
80 compass : "sw"
81 ns_ip : "172.16.17.203/29"
82 ns_mac : "00:15:6d:70:53:7f"
83 status : "up"
84
85
86iface_vr2:
87 comment : "nog vrij"
88 interface : "vr2"
89 ip : "172.16.17.209/29"
90 desc : "Ethernet"
91 sdesc : "2vrij"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "124"
96 ssid : "il-zo.victoria.wleiden.net"
97 dhcp : "no"
98 compass : "se"
99 ns_ip : "172.16.17.210/29"
100 ns_mac : "00:15:6d:70:53:39"
101 status : "down"
102
103
Note: See TracBrowser for help on using the repository browser.