source: genesis/nodes/CNodeThomas/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: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15601"
7location : "Thomas, Rapenburg 118, 2311 GB, Leiden"
8longitude : "4.48864"
9masterip : "172.17.48.1"
10nodename : "Thomas"
11nodetype : "CNode"
12rdnap_x : 93510
13rdnap_y : 463474
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.17.48.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Thomas"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "local subnet"
35 interface : "vr0"
36 ip : "172.17.48.65/29"
37 desc : "Ethernet naar Thomas"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : "67-70"
41 compass : "None"
42 status : "down"
43
44
45iface_vr1:
46 comment : "link naar Vosko1"
47 interface : "vr1"
48 ip : "172.16.16.44/29"
49 desc : "Link naar Vosko1"
50 sdesc : "2vosko1"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "64"
55 ssid : "il-zw.vosko1.wleiden.net"
56 dhcp : "no"
57 compass : "sw"
58 ns_ip : "172.16.16.43/29"
59 ns_mac : "00:15:6d:70:54:a0"
60 status : "up"
61
62
63iface_vr2:
64 comment : "link naar IMI"
65 interface : "vr2"
66 ip : "172.16.16.49/29"
67 desc : "Link naar IMI"
68 sdesc : "2imi"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "112"
73 ssid : "il-zw.thomas.wleiden.net"
74 dhcp : "no"
75 compass : "sw"
76 ns_ip : "172.16.16.50/29"
77 ns_mac : "00:15:6d:70:52:5c"
78 status : "down"
79
80
Note: See TracBrowser for help on using the repository browser.